VideoHelp Forum




+ Reply to Thread
Results 1 to 16 of 16
  1. Member
    Join Date
    Jan 2001
    Location
    United States
    Search PM
    I have been using MKVToolNix but the file will not play afterwards. Is there a program like MKVCleaver where I can basically extract the video and audio. Then I can load everything into mkvmerge and go from there.

    Or, if there is a more easier way to accomplish this... No re-encoding, just a simple container switch
    Quote Quote  
  2. Member
    Join Date
    Jan 2001
    Location
    United States
    Search PM
    Any other alternatives?
    Quote Quote  
  3. Member
    Join Date
    Jan 2001
    Location
    United States
    Search PM
    I just want to strip the video & audio from the mp4 container.
    Quote Quote  
  4. That what de-mux does. Unless I misunderstand.
    Quote Quote  
  5. Member
    Join Date
    Jan 2001
    Location
    United States
    Search PM
    is it better than avidemux?
    Quote Quote  
  6. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Can you post the video details from mp4. Use mediainfo, view and text. Maybe some strange format that mkv does not support...
    Quote Quote  
  7. Member
    Join Date
    Jan 2001
    Location
    United States
    Search PM
    Code:
    Video
    ID                                       : 1
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : High@L4.1
    Format settings, CABAC                   : Yes
    Format settings, ReFrames                : 5 frames
    Codec ID                                 : avc1
    Codec ID/Info                            : Advanced Video Coding
    Duration                                 : 1h 45mn
    Bit rate                                 : 4 498 Kbps
    Maximum bit rate                         : 38.4 Mbps
    Width                                    : 1 920 pixels
    Height                                   : 808 pixels
    Display aspect ratio                     : 2.40:1
    Frame rate mode                          : Constant
    Frame rate                               : 23.976 fps
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Bits/(Pixel*Frame)                       : 0.121
    Stream size                              : 3.32 GiB (87%)
    Language                                 : English
    Encoded date                             : UTC 2015-10-13 21:42:14
    Tagged date                              : UTC 2015-10-13 21:44:01
    Quote Quote  
  8. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    I can't see why it wont work with mkvtoolnix.

    But try avidemux. Just choose video and audio copy, format mkv and save.
    Quote Quote  
  9. Member
    Join Date
    Jan 2001
    Location
    United States
    Search PM
    I'm pretty good with command prompt, maybe I can work some magic with cmd, for a simple container change
    Kind of like how I use CMD & eac3to for stripping certain audio
    Quote Quote  
  10. CMD:

    ffmpeg -i yourfile.mp4 -codec copy yourfile.mkv
    Quote Quote  
  11. Member
    Join Date
    Jan 2001
    Location
    United States
    Search PM
    Originally Posted by videobruger View Post
    CMD:

    ffmpeg -i yourfile.mp4 -codec copy yourfile.mkv
    so basically rename the file with that technique
    Would I have to put the MP4 file in the same folder as ffmpeg?
    Quote Quote  
  12. What you do with the command ir re-mux the video/audio content without re-encode.

    Would I have to put the MP4 file in the same folder as ffmpeg?
    Yes - unless you place ffmpeg.exe in your path.
    Quote Quote  
  13. There is a way to change the container using the Video To Video Convertor without re-encoding. Describing how to do so takes a bit of time.

    You drop the file into Video To Video. You chose Direct Stream Copy. Go over to the side panel and notice where it says Output Container click on where it reads "Same As Source" notice a little down arrow with a bunch of container options comes up. Chose the one you want and press Ok. Click on "Convert" and you will notice almost instantly it has completed the task. Check the output folder for the file and test it to see if it is to your liking. I do this with success for when I want to play .flv files to .mp4 files which my LG Blu Ray player plays. I find if a file is a .flv I can't fast forward or pause, but if I change the container to .mp4 it usually lets me; I referring to the Blu Ray player.

    Something else that is useful is that you can do it in batches if you have a whole bunch of files that need to be done. I would keep the originals though until you test all the output files just in case. It is better be cautious.
    Last edited by Tom Saurus; 15th Oct 2015 at 21:48.
    Quote Quote  
  14. Member
    Join Date
    Jan 2001
    Location
    United States
    Search PM
    thanks videobruger
    ffmpeg worked like a charm

    Code:
    ffmpeg -i input.mp4 -vcodec copy -acodec copy output.mkv
    Last edited by hardy; 16th Oct 2015 at 09:21.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!