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
+ Reply to Thread
Results 1 to 7 of 7
-
-
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. -
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 -
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)
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.
-
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?
-
No. It just changes the header in the mkv file. No video reconversion.
Similar Threads
-
change aspect ratio & convert m2ts files & brighten videos
By rockerman in forum Newbie / General discussionsReplies: 3Last Post: 21st Jul 2011, 07:34 -
Batch demux of DVB radio broadcasts to MP2 with Project X?
By smilingcrow in forum Video ConversionReplies: 1Last Post: 31st Jan 2011, 18:45 -
HD antenna experts (TV & HD radio)
By neworldman in forum DVB / IPTVReplies: 6Last Post: 2nd Dec 2010, 19:03 -
HandBrake & aspect ratio change?
By neworldman in forum Video ConversionReplies: 1Last Post: 4th Jun 2010, 03:31 -
Batch Extract Audio from MKV
By Grim187 in forum Video ConversionReplies: 4Last Post: 25th May 2009, 00:58