Open lukepass opened 6 years ago
Hello this issue was fixed in my fork, but my pull request is still opened. you can either use my fork instead or you can make a quick fix in your local version. https://github.com/xmon/SonataMediaProviderVideoBundle/pull/9/commits/d3dca94b302d77c5406951ca9c1432508cbf2f42
you can read more about this problem here https://stackoverflow.com/questions/19774975/unknown-encoder-libfaac
@veliseev can I add the fix also without the need of forking your repo?
@Jaspur yes please, I've added you as a collaborator. Have fun )
Hello, I am getting the following error when uploading a video:
Encoding failed
Manually executing the command I get this output:
Command:
'/usr/bin/ffmpeg' '-y' '-i' '/home/sites/my_site/web/uploads/media/default/0001/01/68582299f1a8dfc2c210ba1b7a484e8091df5118.mp4' '-async' '1' '-metadata:s:v:0' 'start_time=0' '-threads' '4' '-vcodec' 'libx264' '-acodec' 'libfaac' '-b:v' '1000k' '-refs' '6' '-coder' '1' '-sc_threshold' '40' '-flags' '+loop' '-me_range' '16' '-subq' '7' '-i_qfactor' '0.71' '-qcomp' '0.6' '-qdiff' '4' '-trellis' '1' '-b:a' '128k' '-vf' '[in]scale=640:360 [out]' '-pass' '1' '-passlogfile' '/tmp/ffmpeg-passes5a6610f799845gov2a/pass-5a6610f7998be' '/home/sites/my_site/web/uploads/media/default/0001/01/videos_mp4_10.mp4'
Output: