Skip to main content
Improve title
Link

How roto transcode audio of video with ffmpeg?

Transcoding an How ro transcode audio of video with ffmpeg?

Source Link

Transcoding an audio of video with ffmpeg

I am trying to transcode an audio of video. I have a live stream(video-h264, audio-mp2). I need to convert an audio to aac codec and stream it. I don't want to waste a lot of resource for video processing. How can I do it with ffmpeg? (I have already tried with copy option.)