[FFmpeg-user] (no subject)

Stewart Webb stew at messeduphare.co.uk
Fri Mar 1 18:10:45 CET 2013


So far I have:
ffmpeg -y -shortest\
    -i lineup_test.mov\
    -f lavfi -i aevalsrc=0\
    -map 0:0 -map 0:1 -map 0:1 -map 1:0 -map 1:0\
    -acodec copy -vcodec copy test2.mov

This appears to be getting closer to what I want to do.

There are a few more questions I have, but it may be beyond the scope of
this mailing list.
I'll keep reading.

Thanks Carl!

Regards


On 1 March 2013 15:59, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Stewart Webb <stew <at> messeduphare.co.uk> writes:
>
> > For instance - I have an asset which is:
> > #0: Video
> > #1 Stereo Audio
> > #2 Stereo Audio
> > #3 Stereo Audio
> >
> > and I would like to apply an audio filter to only
> > Stream number 3
>
> Please post your (failing) command line together
> with complete, uncut console output or read the fine
> documentation at http://ffmpeg.org/ffmpeg.html
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>



-- 
Stewart Webb


More information about the ffmpeg-user mailing list