[FFmpeg-user] different filters to different outputs possible?

Francois Visagie francois.visagie at gmail.com
Wed Nov 21 06:51:30 CET 2012


Hi,

> -----Original Message-----
> From: ffmpeg-user-bounces at ffmpeg.org [mailto:ffmpeg-user-
> bounces at ffmpeg.org] On Behalf Of Roger Pack
> Sent: 20 November 2012 23:58
> To: FFmpeg user questions and RTFMs
> Subject: [FFmpeg-user] different filters to different outputs possible?
> 
> Hello.
> 
> 
> I'm trying to figure out if it's possible, to, for instance, from one
ffmpeg
> instance, pass different "end points" of a filter graph to different
"outputs".
> 
> I know that ffmpeg can output to several "output file types"
> simultaneously, like:
> 
> $ ffmpeg -i input output1 output2 output3
> 
> Which seems to work well.
> 
> My question is if it's possible to have different "filters" applied to
each
> output, or do they both get "the same output" (only one filter graph
> possible).  Ideally, you could do something like "scale one input, split
it and
> send one branch to an output, send the branch of the split through more
> filters, then to a different output".  Is this possible today?

I can't check right now, but isn't it simply a matter of command line
parameter sequencing? I.e. putting the required filter parameter/s in front
of each output respectively?

> Thanks!
> -roger-
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list