[FFmpeg-user] Audio transcoding, trim and fade-in/fade-out one-liner

Joost Schuttelaar joost at greenskin.net
Sat May 31 22:23:55 CEST 2014


On 31 mei 2014, at 22:17, Joost Schuttelaar <joost at greenskin.net> wrote:

> ffmpeg -i recording.flac -ss 00:00:50 -t 30 -af afade=t=in:ss=50:d=2,afade=t=out:ss=70:d=10 segment.wav

ffmpeg -i recording.flac -ss 00:00:50 -t 30 -af afade=t=in:st=50:d=2,afade=t=out:st=70:d=10 segment.wav

Ugh. Start sample versus start time (ss/st). Been staring at that for too long. Got confused with the -ss flag. Sorry everyone, please ignore my previous email :)

-- 

Joost Schuttelaar
The Hague, NL



More information about the ffmpeg-user mailing list