FFMpeg and Handbrake

2

I have a brilliant preset saved in Handbrake but now I need to be able to use that preset in FFMPEG. Is there an easy way to translate or would I have to break apart the commands one by one?

Chud37

Posted 2012-11-18T18:33:37.343

Reputation: 384

Most HandBrake stuff can be done with ffmpeg, but you'd need to provide the original preset to get any help here... you probably would have to convert it 'by hand', but that shouldn't be too hard. – evilsoup – 2012-12-19T16:43:26.590

alternatively, use HandbrakeCLI. – Dan Pritts – 2013-01-03T03:52:21.690

Answers

4

In Handbrake 0.1, If you look at the Tools > Activity Log > Encoding Log, that should provide you the details the application uses to actually perform the transcoding via command line. You would have to understand what each parameter does in Handbrake, then use the FFMPEG equivalent.

Sun

Posted 2012-11-18T18:33:37.343

Reputation: 5 198