I am trying to take multiple .mpg clips and merge\convert them into 1 .wmv, here is the code that I have been tweaking. It will create an output file but will not play. Any Suggestions?
ffmpeg -i C:\Clip1.mpg -i C:\Clip2.mpg -s 320x240 -b 1000k -vcodec wmv2 -ar 44100 -acodec wmav2 -ab 56k -ac 2 -y -vcodec copy -acodec copy -vcodec copy -acodec copy C:\output.wmv -newvideo -newaudio
+ Reply to Thread
Results 1 to 4 of 4
-
-
If you don't join will it play then? How do you play it? What software?
-
If your .mpg files are all identical; I mean specifically they are all recorded to the same video dimensions, frame rate, audio specs. You could use AviDemux and use the "append function" and merge them together and then use AviDemux to convert them to a .wmv file.
If they are of different specs you will run into trouble and get a distorted file. In this case convert each one to a specific .wmv file from what they are now and make sure each one is converted to the exact same specs, even to the point of making sure they have the same frame rate; then take the .wmv's and append them together using AviDemux. I use this technique with .flv's because if you had for example a several parts of a .flv file, lets say from YouTube, when you analzye them you see they are often time the same video dimension but all kinds of different frame rates. I find AviDemux a much more stable program than ffmpeg; alot of times I get corrupt files using ffmpeg or mencoder.
I am grateful that alot of the new tv's have PC Input, and that the VLC Media Player plays just about everything, including .flvs and the need for converting is not all that great anymore.
Similar Threads
-
It's possible a .bat for avi that convert at 25fps and merge with mp3 ?
By Robertus in forum ProgrammingReplies: 10Last Post: 14th Aug 2010, 12:36 -
convert and merge
By maichrcol in forum Video ConversionReplies: 3Last Post: 18th Dec 2009, 15:52 -
Merge multiple VOB then convert to DivX
By submanic in forum DVD RippingReplies: 24Last Post: 19th Sep 2008, 14:39 -
Video Convert/Split/Merge Studio
By jos789 in forum Video ConversionReplies: 3Last Post: 5th Nov 2007, 10:32 -
Merge two avis into one then convert to dvd
By pseudoman in forum EditingReplies: 1Last Post: 24th Oct 2007, 23:49