Custom FFmpeg : Invalid File! error

Here you can submit bugreports
Post Reply
Cabe
Posts: 3
Joined: Tue Jun 03, 2014 10:17 am

Custom FFmpeg : Invalid File! error

Post 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.
admin
Site Admin
Posts: 1671
Joined: Sat Feb 08, 2014 10:39 pm

Re: Custom FFmpeg : Invalid File! error

Post 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
Post Reply