I would like to encode a mpeg2 video (m2v) from one single picture, that only shows this picture for say about one hour, I've tried using mpeg2enc (+jpeg2yuv) but it takes quite a long time
One other approach could be to use mpeg2enc to encode a short movie (2 sec) and then use some joining utility over and over again 'til I'll have reached my desired time
The thing is that i want to use command line tools or tools that you can automate is some way, I've allready tried mpgtx but it creates sequence end codes in every merge point, and then i can't multiplex with mplex
So one third approach could be to remove the sequence end codes from the m2v file (I've done this with ReStream and it worked, but i can't seem to automate ReStream or pass parameters to it)
Has anyone got any idea of what I could do?
+ Reply to Thread
Results 1 to 13 of 13
-
-
well this only encodes a movie with my picture as frame 1 and just black picture for the rest of the frames
-
I've allready tried mpgtx but it creates sequence end codes in every merge pointSVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
yes i think your right that it's mpeg2enc that add these, any idea how to remove them?
-
Originally Posted by HBBq
just create or "borrow" any audio track an hour long (mp3 is fine - mono is fine - anything) ... then load your single image and encode ..."Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650) -
Originally Posted by HBBq
http://www.svcd2dvd.com/RemoveSequenceEndCode.zip
It is a .Net application so you need the .Net framework 1.1 for this to run.
syntax:
RemoveSequenceEndCode.exe filetoprocess
use quotes if file paths have spaces in them. i.e:
RemoveSequenceEndCode.exe "D:\DRIVE I\Test_Area\test.m2v"
I'd do some test runs before you use it for real as it alters the original file.SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
ChrissyBoy:
thank you so very much, it works now, but only if i remove the end codes before merging with mpgtx
it would be very nice if you would share the source code -
yes as expected: encode, removeSEC, call mpgtx a million times!
Here you go:
http://www.svcd2dvd.com/RemoveSequenceEndCode-Source.zip
no commentsSVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
No worries :P
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
Similar Threads
-
Single Jpeg to mpeg2.
By dylz in forum Video ConversionReplies: 2Last Post: 11th Feb 2011, 11:43 -
Encode single file compatible with both iPod/Symbian/Android and PSP.
By x2x3x2 in forum Video ConversionReplies: 2Last Post: 24th Nov 2010, 00:17 -
File output issue from TMPEnc Author Works, VOBs -> single MPEG2
By aln688 in forum Video ConversionReplies: 4Last Post: 10th Apr 2010, 20:17 -
Combining a single picture with an mp3 to create video file
By mark1111 in forum Newbie / General discussionsReplies: 2Last Post: 7th May 2009, 04:13 -
Converting DVD to single MPEG2
By nagihcim1 in forum Newbie / General discussionsReplies: 4Last Post: 5th Sep 2007, 15:55