Page 1 of 1

Custom FFmpeg : Invalid File! error

Posted: Tue Jun 03, 2014 1:17 pm
by Cabe
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.

Re: Custom FFmpeg : Invalid File! error

Posted: Wed Jun 04, 2014 11:04 am
by admin
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