Hi folks,
I want to split my AVI/MPEG2 file to a sequence of images, modify the images and then reconvert back to AVI/MPEG2 again. Please advise me on how to do it using freeware/open source tools. (Don't want to use pirated software) I have no problems getting the images, but when I put them back again into the AVI/MPEG file, I get very jerky video. I use MPLAYER to get images from the MPEG and another image->MPEG tool to put them back. How to do this properly? I have FFMPEG and MPLAYER.
Don't check the forums often. Would appreciate if you can also reply to my email, tuckmeng AT hotmail.com. Thanx.
+ Reply to Thread
Results 1 to 4 of 4
-
-
If it is interlaced, you must first separate the fields into frames. VirtualDub, TMPGENC and Photoshop will be the tools needed.
I cannot give more advice without testing. Never really done this on interlaced footage.Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
I want to split my AVI/MPEG2 file to a sequence of images, modify the images and then reconvert back to AVI/MPEG2 again.
Start a command prompt (with windows 9x go to start, run, and type commmand prompt, for windows 2000 and xp go to run and type cmd). Then copy demux.exe into the folder with your mpeg-2 file, preferebly a folder with a short filename like C:\Mpegs\. then type in the command prompt: cd C:\Mpegs\ -and hit enter. This will change the directory. Then type in the command prompt: demux.exe -after demux starts type (video.mpg is my generic term for your mpeg-2 imput video, same for out): demux.exe video.mpg out -and press enter. This will demulitplex your video into the native m2v (video) and mp2 (audio) files. If your audio is something other than mp2, download BeSweet GUI and run it through there to get it to mp2. Then import the mp2 and m2v files into MPEG2Schnitt, and cut out the parts you want and then export the new mpeg and your done! I hope this helps! -
Thanx for the tips, Lordsmurf and Garibaldi.. will try out. You folks must be into some cool stuff on the video scene, since I see your posts in a few topics here...
Similar Threads
-
can't get ffmpeg to convert video to image sequence
By wiseant in forum Video ConversionReplies: 15Last Post: 12th Apr 2013, 08:37 -
How to convert just top/bot field of an interlaced mpeg-2 video to mpeg-1 ?
By vahid in forum Video ConversionReplies: 4Last Post: 19th Oct 2010, 02:26 -
best compression for image sequence movie ??
By mehdi0016 in forum Newbie / General discussionsReplies: 6Last Post: 26th Dec 2007, 09:17 -
DivX to Mpeg -> DVD Conversion is Jerky
By jedijfo in forum Video ConversionReplies: 4Last Post: 15th Oct 2007, 08:32 -
create short MPEG video from one JPEG image
By mb508 in forum EditingReplies: 10Last Post: 14th Oct 2007, 06:32