gotski
Active member
Hello, my build ffmpeg have a audio codec libvo_aacenc, but if I upload a not mp4 files, I received error: "Unfortunately, the video file you uploaded named test could not be processed. Please upload a different video and try again."
I replace a:
'-y -i {input} -vcodec libx264 -acodec {acodec} -ar 48000 -ac 2 -movflags faststart {output}'
to
'-y -i {input} -vcodec libx264 -acodec libvo_aacenc -ar 48000 -ac 2 -movflags faststart {output}',
It helped me, but I think that this is not the correct solution for next updates, the next update I'll have to edit the code again.
Thank you!
I replace a:
'-y -i {input} -vcodec libx264 -acodec {acodec} -ar 48000 -ac 2 -movflags faststart {output}'
to
'-y -i {input} -vcodec libx264 -acodec libvo_aacenc -ar 48000 -ac 2 -movflags faststart {output}',
It helped me, but I think that this is not the correct solution for next updates, the next update I'll have to edit the code again.
Thank you!