E
E
Eugene Lerner2021-10-08 21:14:33
Video
Eugene Lerner, 2021-10-08 21:14:33

How to get a video stream for processing from a video file?

Hello! The disc contains a video file of some format. How to get a decompressed file as a stream for processing? I'm only interested in sound.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2021-10-08
@ehevnlem

the best console utility for working with video and audio - ffmpeg
, you can pick up an audio stream without transcoding like this:

ffmpeg -i input-video.avi -vn -acodec copy output-audio.aac

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question