VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Dec 2009
    Location
    Italy
    Search Comp PM
    Hi to all!!
    I've a big problem!!!
    I need to convert some mpeg2 files (recorded from Italian digital tuner) to wmv....
    The problem is that the files have in the name the date of recording (example 11_12_09_tg1.mpg) so i need
    a program that convert all the files on the directory from mpeg2 to wmv.... In this moment i'm using Videozilla 2.8
    but the program have a problem... some random files are corrupted so i reconvert.... Can someone help me???

    thx a lot!
    orlroc
    Quote Quote  
  2. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    Run the corrupted MPEG2 files through VideoRedo . There's a menu option called "Quick Stream Fix" which should repair them, then try to convert them again.

    You can use ffmpeg for command line conversion, but you'll have to check the documentation for the specific parameters

    To batch run an entire folder, you would do

    for %a in ("*.mpg") do ffmpeg -i %a command_line_parameters %~na.wmv
    "Quality is cool, but don't forget... Content is King!"
    Quote Quote  
  3. Member
    Join Date
    Dec 2009
    Location
    Italy
    Search Comp PM
    Originally Posted by Soopafresh
    Run the corrupted MPEG2 files through VideoRedo . There's a menu option called "Quick Stream Fix" which should repair them, then try to convert them again.

    You can use ffmpeg for command line conversion, but you'll have to check the documentation for the specific parameters

    To batch run an entire folder, you would do

    for %a in ("*.mpg") do ffmpeg -i %a command_line_parameters %~na.wmv
    Thx for the help!!!
    My problem is that the output files (wmv) are corrupted by videozilla (a file random on 5-6) so i do a new convert to this!
    Now i will try your info for the batch!!

    Any other command line software???

    thx again
    orlroc
    Quote Quote  
  4. Member
    Join Date
    Dec 2009
    Location
    Italy
    Search Comp PM
    Originally Posted by Soopafresh
    Run the corrupted
    To batch run an entire folder, you would do

    for %a in ("*.mpg") do ffmpeg -i %a command_line_parameters %~na.wmv

    I've tried to make a .bat with your instruction but i've some problem....
    Quote Quote  
  5. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    With .bat you have to double the %


    for %%a in ("*.mpg") do ffmpeg -i %%a command_line_parameters %%~na.wmv
    "Quality is cool, but don't forget... Content is King!"
    Quote Quote  
  6. Member
    Join Date
    Dec 2009
    Location
    Italy
    Search Comp PM
    thx!!! now is perfect!!!!!
    Quote Quote  



Similar Threads

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