Results 1 to 4 of 4

Thread: How can I demux MP4 file

  1. #1
    Join Date
    Jun 2009
    Posts
    1,518

    How can I demux MP4 file

    I would like to have a simple method to demux mp4 files. But I don't know how to do that. Can you suggest me how to demux mp4 files? I have google a lot for this but didn't found any result regarding the same. Which software will be helpful to achieve the same?

  2. #2
    Join Date
    May 2008
    Posts
    4,570

    Re: How can I demux MP4 file

    You can use YAMB to demux mp4 files. YAMB is Mp4Box GUI for windows that helps you to create, split, join, multiplex, demultiplex MP4 files. Its features includes mux audio (aac, mp4, mp3, vorbis...) & video files (mp4, mpeg, vob, ogg, avi...) with subtitles and chapters support. It helps you to split/join mp4 files. You can even extract some tracks from AVI files or raw/mp4 streams, have some information about your files.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,642

    Re: How can I demux MP4 file

    Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.

    Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the GNU GPL license.

  4. #4
    Join Date
    Apr 2008
    Posts
    4,088

    Re: How can I demux MP4 file

    FFmpeg can do your work as well. FFmpeg is a computer program that can record, convert and stream digital audio and video in numerous formats. FFmpeg is a command line tool that is composed of a collection of free software / open source libraries. It includes libavcodec, an audio/video codec library used by several other projects, and libavformat, an audio/video container mux and demux library.

    For the audio:
    Code:
    ffmpeg -i input.mp4 output.wav
    For the video:
    Code:
    ffmpeg -i input.mp4 -sameq output.m2v

Similar Threads

  1. Demux or Delete audio from WMV HD file
    By intoxicating in forum Windows Software
    Replies: 5
    Last Post: 05-03-2011, 10:10 AM
  2. Replies: 3
    Last Post: 28-01-2011, 06:26 AM
  3. How to demux .flv
    By TanakL in forum Windows Software
    Replies: 8
    Last Post: 08-10-2010, 11:11 AM
  4. How to demux WMV file
    By Roockie in forum Windows Software
    Replies: 6
    Last Post: 05-05-2010, 10:32 AM
  5. How to demux ogm files
    By RMG in forum Windows Software
    Replies: 3
    Last Post: 12-06-2009, 07:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,689,519.62189 seconds with 17 queries