So I was able to extract a scene from a movie using this command:
ffmpeg -i original.avi -ss 0.0 -t 60.0 -acodec copy -vcodec copy extract.avi
However, when I play extract.avi, the sound is garbled/incoherent. I'm using VLC.
(Ironically, the sound is fine when I use Windows Media Player.)
I noticed that the audio in the original file is MP3 but in the output file is libmp3lame. Am I suppose alter the FFMPEG file to allow the output file to be MP3? Any help would be appreciated. Thanks.
ffmpeg -i original.avi -ss 0.0 -t 60.0 -acodec copy -vcodec copy extract.avi
However, when I play extract.avi, the sound is garbled/incoherent. I'm using VLC.
(Ironically, the sound is fine when I use Windows Media Player.)
I noticed that the audio in the original file is MP3 but in the output file is libmp3lame. Am I suppose alter the FFMPEG file to allow the output file to be MP3? Any help would be appreciated. Thanks.





