VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Dec 2012
    Location
    Malaysia
    Search PM
    Hello ,
    Can anyone help me if i can batch change aspect ratio of mkv video ,is there a software to do it? or avisynth script? and is there any way to permanent extract something from mkv's video like the subtitles?

    THanks
    Quote Quote  
  2. Member Wolfen's Avatar
    Join Date
    Jun 2009
    Location
    Canada
    Search Comp PM
    this will work with extracting stuff from MKV MKVExtractGUI-2
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Moving you to our video conversion section.

    You can use mkvmergegui to change aspect ratio. If you want to batch it you must make some script for the mkvmergegui or mkvpropedit.
    Quote Quote  
  4. Member
    Join Date
    Dec 2012
    Location
    Malaysia
    Search PM
    ok , sorry for posting on wrong section

    is there any settings to put on MKVExtractGUI2 , to make permanent extract?
    and can you give me script for batch changing aspect ratio?

    THanks
    Quote Quote  
  5. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Blakz: http://forum.doom9.org/showthread.php?p=1614536 . It changes the aspect ratio to 16:9

    Batch code example
    Code:
    FOR /R %%I IN (*.mkv) DO (mkvpropedit "%%~I" --edit track:v1 --set display-width=16 --set display-height=9 --set display-unit=3)
    Put the text in a file and name it like fixmkv.bat.
    Move mkvpropedit.exe and fixmkv.bat to the folder with the mkvs.
    Run fixmkv.bat.
    Last edited by Baldrick; 14th Feb 2013 at 04:51.
    Quote Quote  
  6. Member
    Join Date
    Dec 2012
    Location
    Malaysia
    Search PM
    Thanks it works for some of the anime , but will it loosen the quality of video when changing aspect ratio? or its diffrent from upscaling?
    Quote Quote  
  7. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    No. It just changes the header in the mkv file. No video reconversion.
    Quote Quote  



Similar Threads

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