So very close to perfect!
http://i.imgur.com/FKN389k.png
Any hints? The file processes fine with the inbuilt MP4 encoder profile, but for better or worse our proxy viewer needs non-cabac files. If anyone would be able to give me a clue if i am doing something wrong, that would be great.
Custom FFmpeg : Invalid File! error
Re: Custom FFmpeg : Invalid File! error
Hi Cabe,
You should change codec to "libx264" and replace "--no-cabac" with "-coder 0". Also if you want to use aac as audio-encoder you must add "-strict -2" to your options field. Remember that the "Custom FFmpeg" enocder use ffmpeg options so you should consult ffmpeg documentation on how to use them.
-steipal
You should change codec to "libx264" and replace "--no-cabac" with "-coder 0". Also if you want to use aac as audio-encoder you must add "-strict -2" to your options field. Remember that the "Custom FFmpeg" enocder use ffmpeg options so you should consult ffmpeg documentation on how to use them.
-steipal