[Ffmpeg-devel] About converting individual WAV file

Takeshi.Tanaka ztanaka
Fri Jan 13 03:06:47 CET 2006


Hi this is Japanese developer team.
Could you give me a good idea after reading this mail?

Converting a MPG file to individual WAV file by command-line,
test1.wav and test2.wav overlap each other for 0.5sec.
So that we cannot listen test1.wav and test2.wav correctly.

This overlapping problem is only between test1.wav and test2.wav.

Command Line coding
$B-!(Bffmpeg -i input.mpg -ss 0 -t 30 test1.wav
$B-"(Bffmpeg -i input.mpg -ss 30 -t 30 test2.wav
$B-#(Bffmpeg -i input.mpg -ss 60 -t 30 test3.wav

Am I mistaking anything here?

Thanks.





More information about the ffmpeg-devel mailing list