Option for not including any audio at all in output?

Questions and answers on how to get the most out of FFAStrans
Post Reply
Dublinio
Posts: 3
Joined: Wed Jan 29, 2020 11:35 pm

Option for not including any audio at all in output?

Post by Dublinio »

Sorry if this is already a feature and I've just missed it.

On occasion I work with files that did not originate with any audio tracks, and I'm trying to get a transcoded output that also has no audio whatsoever. Even with files that do have audio, attempting to create a workflow that results in the same video with no sound did result in a larger file than an equivalent with sound.

Eventually I selected a mono track with 16-bit audio for the smallest possible size, but just not creating any dummy silent audio tracks at all would have been my preferred result.

If this is not a feature I can always go with my attempted compromise, I just wanna make sure that I'm not missing something.

Thanks very much! I really like the software.
Last edited by Dublinio on Thu Jan 30, 2020 1:19 pm, edited 1 time in total.
emcodem
Posts: 1811
Joined: Wed Sep 19, 2018 8:11 am

Re: Option for not including any audio at all in output?

Post by emcodem »

Hey Dublinio,
welcome to the forum and thank you for using ffastrans!
May i ask what output format it is about?
emcodem, wrapping since 2009 you got the rhyme?
Dublinio
Posts: 3
Joined: Wed Jan 29, 2020 11:35 pm

Re: Option for not including any audio at all in output?

Post by Dublinio »

Right, forgot about that!

XDCAM HD 50Mb.

Here's some images of the entire workflow:
workflow.png
workflow.png (27.16 KiB) Viewed 6125 times
decoder.png
decoder.png (9.67 KiB) Viewed 6125 times
encoder.png
encoder.png (37.61 KiB) Viewed 6124 times
momocampo
Posts: 595
Joined: Thu Jun 08, 2017 12:36 pm
Location: France-Paris

Re: Option for not including any audio at all in output?

Post by momocampo »

Hello Dublinio ,

If you don't want any audio track, you should use a custom ffmpeg Node with this command :
"-vcodec mpeg2video -s 1920x1080 -b:v 50000k -maxrate 50000k -bufsize 3835k -minrate 50000k -r 25 -flags ilme -top 1 -profile:v 0 -level:v 2 -an"
Set "mxf" for extension.
So Monitor folder>Custom FFmpeg node>Delivery folder

Hope it helps.

Benjamin
Dublinio
Posts: 3
Joined: Wed Jan 29, 2020 11:35 pm

Re: Option for not including any audio at all in output?

Post by Dublinio »

That works. :) Thank you so much!
momocampo
Posts: 595
Joined: Thu Jun 08, 2017 12:36 pm
Location: France-Paris

Re: Option for not including any audio at all in output?

Post by momocampo »

You're welcome ;)

Cheers.

Benjamin
Post Reply