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
+ Reply to Thread
Results 1 to 6 of 6
-
-
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!" -
Originally Posted by Soopafresh
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 -
Originally Posted by Soopafresh
I've tried to make a .bat with your instruction but i've some problem....
Similar Threads
-
Anyone Can Help to Convert This Preset to FFmpeg Command Line?
By raymng in forum Video ConversionReplies: 2Last Post: 26th Feb 2012, 12:11 -
Command line convert mpg to mp4
By csc12345678 in forum Video ConversionReplies: 1Last Post: 30th Dec 2010, 09:11 -
best programs to join wmv from command line
By ziptip in forum Newbie / General discussionsReplies: 2Last Post: 30th Dec 2008, 01:02 -
Joining Mpeg2 files from the command line
By roden in forum Newbie / General discussionsReplies: 3Last Post: 9th Oct 2007, 09:02 -
MPEG2 > RAW AVI via Command Line
By jwoodsfsp in forum Video ConversionReplies: 13Last Post: 30th Jul 2007, 20:36