|
|
|
|
|
by jscholes
1903 days ago
|
|
> Extract audio from a video If you use `-vn` and `-acodec copy` (I use both although not sure `-vn` is strictly necessary), you can demux the audio from the video in the same format it is already in. Of course, you're extracting to wav so not transcoding, but copying may be faster/use less space. |
|