VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Feb 2005
    Location
    Canada
    Search Comp PM
    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.
    Quote Quote  
  2. Member
    Join Date
    Nov 2009
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  3. Member
    Join Date
    Feb 2005
    Location
    Canada
    Search Comp PM
    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?
    Quote Quote  
  4. Member
    Join Date
    Nov 2009
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  5. Member
    Join Date
    Feb 2005
    Location
    Canada
    Search Comp PM
    Thanks again Khaver, got it!

    Now I see it, it's basically running the .wmv file thru asfbin.

    Best regards.
    Quote Quote  



Similar Threads

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