Can someone please tell me how to execute these commands.....thanks.
WMV HD (WMV9) high definition is not compatible with PS3. You have to extract the VC-1 elementary stream from the WMV HD using ASF2VC1 & transcode the audio WMA to AC3, then mux video VC-1 and audio AC3 to MTS/M2TS container. This will take about 3-7 minutes per video file on a core 2 duo computer. If the high definition videos were encoded in MP4 H.264, it will be compatible with Blu-ray, Iphone, Zune HD, Mac, Windows, PS3, Xbox360, & Blu-ray movie disc format.
Fixer1.bat calls Fixer2.bat
Fixer1.bat content
for /f %%a IN ('dir /b "e:\dvd movies\*.wmv"') do call fixer2.bat %%~na
Fixer2.bat content
"e:\Download\asfbinwin1.5.0.557\asfbin" -i "e:\dvd movies\%1.wmv" -o "e:\DVD Movies\Studio 1080p Fixed\%1 FIXED.wmv"
You may need to modify the drive letter mappings depending on your system and wherever asfbin and the screwed up files are.
OK my file is at D:\Movies\Spider 1080p.wmv
What are the exact steps/commands do I need to do?
Thanks.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Since you're only doing one file you dont need to run Fixer1.bat.
In Fixer2.bat change the -i "e:\dvd movies\%1.wmv" to -i "D:\Movies\Spider 1080p.wmv" and the -o "e:\DVD Movies\Studio 1080p Fixed\%1 FIXED.wmv" to -o "D:\Movies\Spider 1080p FIXED.wmv"
Then run Fixer2.bat without any parameters. -
Thank you for your great help Khaver
!
To be honest, I don't even know where/what is this Fixer2.bat file?
1) Do I create an empty text.txt file and rename it Fixer2.bat?
2) Copy e:\Download\asfbinwin1.5.0.557\asfbin -i D:\Movies\Spider 1080p.wmv -o D:\Movies\Spider 1080p FIXED.wmv to the Fixer2.bat
3) Run the Fixer2.bat
Right? -
I'm assuming you have the command line version of asfbin somewhere on your computer. It doesn't matter what you call the bat file. Create a text file called whatever.bat. Open it in notepad and add the line:
e:\Download\asfbinwn1.5.0.557\asfbin -i "D:\Movies\Spider 1080p.wmv" -o "D:\Movies\Spider 1080p FIXED.wmv"
Change the path to asfbin to where ever you have it installed. Note that if any of the paths have spaces in them (like your video file path) you will need to put quotes around it.
Now just run the batch file from the command line or double click it in explorer.
Similar Threads
-
Help me join these two .bat files...
By CactusMan in forum Newbie / General discussionsReplies: 3Last Post: 18th Jan 2012, 13:08 -
Bat file not looping?
By sambat in forum ComputerReplies: 5Last Post: 26th Feb 2011, 14:58 -
ASF2VC1 & transcode the audio WMA to AC3, then mux video VC-1 and audio
By tigerb in forum Newbie / General discussionsReplies: 0Last Post: 9th Jan 2010, 08:02 -
get FPS value from mediainfo into a bat script
By ricardouk in forum ProgrammingReplies: 1Last Post: 10th Nov 2009, 09:27 -
Problem using AVCHD_Convert *.bat files
By aghusker in forum Video ConversionReplies: 2Last Post: 17th Jul 2008, 20:46