Hi, I'm newbie to FFmpeg, could anyone tell how to demux a mp4 file to:
video stream:  .h264
audio stream: .aac
then remux them back using C/C++ API, not the command tools.

equivalent to command:
ffmpeg -i media\input.mp4 -vn -f aac media\output.aac
ffmpeg -i media\input.mp4 -an media\video_only.mp4
ffmpeg -i media\video_only.mp4 -i media\audio_only.aac  media\restore.mp4

Thanks a lot!
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to