Topic: Add ffmpeg parameters (subtitles/audio/pix_fmt) for transcoding

I'm not really sure on how to pass ffmpeg parameters, like changing the audio, hardcoding subtitles etc.

So for example, if I want to add the following ffmpeg options to my transcodings

-vf "ass=subtitles.ass" -c:a aac -pix_fmt yuv420p
How should I add them?

Thanks in advance.

p.s.

Attachment with my current setup.

Re: Add ffmpeg parameters (subtitles/audio/pix_fmt) for transcoding

"pix_fmt yuv420p" - SVP always processes any video in YUV420
subs / audio - SVPcode processes only video, leaving any audio/subs streams untouched (this's by design)

3 (edited by James D 13-01-2019 11:21:12)

Re: Add ffmpeg parameters (subtitles/audio/pix_fmt) for transcoding

Chainik wrote:

subs / audio - SVPcode processes only video, leaving any audio/video streams untouched (this's by design)

You mean audio/subs streams untouched, don't you?

Additional options should be comma separated.

Re: Add ffmpeg parameters (subtitles/audio/pix_fmt) for transcoding

James D
Yes. Subs. Post is edited.