Ok, I was capturing a movie and had a mishap, so I needed to do 2 captures to get it. Using the source setting in TMPGEnc I was able to get 1 770MB MPEG and the a 300MB and 450MB MPEGS for the second CD, so far its working like I wanted it to. I used TMPGEnc to merge the two smaller ones into a single MPEG which was 750MB. This, in my mind, was all I needed to do, but VCDEasy told me different. When I added the merged MPEG it complainted that it needed autopadding, and when creating the image to burn, it added autopadding for me, which balloned the image file to 880MB.
I tried running the merged mpeg thru TMPGEnc's multiplexer, but that didnt help.
I either need to have TMPGEnc correct the problem, or have VCDEasy ignore it.
+ Reply to Thread
Results 1 to 8 of 8
-
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
I would try to write a AviScript for joining the three video clips. Then load the script into TMPGEnc, and encode it to its (S)VCD format. Then see how VCDEasy likes it.
Hello. -
Whats sad is I did run it thru an avisynth scripts, but one for each capture. I didnt think I could trim and join the clips since they were segemented captures, but I could have... Damn shame I deleted the capture AVI's bout 10 minutes ago
Next time I'll do that
I did burn both of the small mpegs onto a cd, and theres only like a 1/10 of a second delay when switching, so its liveable, but I'd like to be able to correct the audopadding, if I can.
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
yes I have:
Spooky Encounters 1.mpeg
Spooky Encounters 2.mpeg <merged file>
Spooky Encounters 2a.mpeg
Spooky Encounters 2b.mpeg
all CVD VBR Mpeg-2'sEjoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
I use a program called AVSGEN to help me write AviScript sometimes. Maybe you can use it as well to join your three MPEG files and use the scrip to convert in TMPGEnc, saving you an extra encoding session. Anyway, AVSGEN generates the following script for your files:
LoadPlugin("C:\Program Files\AVSGEN\bin\MPEG2DEC.dll")
LoadPlugin("C:\Program Files\AVSGEN\bin\Decomb.dll")
LoadPlugin("C:\Program Files\AVSGEN\bin\AVISynth_Spatial.dll")
LoadPlugin("C:\Program Files\AVSGEN\bin\SimpleResize.dll")
LoadPlugin("C:\Program Files\AVSGEN\bin\MPEGDecoder.dll")
LoadPlugin("C:\Program Files\AVSGEN\bin\Convolution3D.dll")
MPEGSource("C:\Spooky Encounters 1.mpeg"-2)+ MPEGSource("C:\Spooky Encounters 2.mpeg"-2)+MPEGSource("C:\Spooky Encounters 2a.mpeg"-2)+MPEGSource("C:\Spooky Encounters 2b.mpeg"-2)
FlipVertical
ConvertToRGB24Hello. -
Thanks, I'll play around with that.
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
I "Solved" autopadding problems w/ TMPGEnc Multiplexing.
When you run the multiplex tool, from the MPEG Tools section, and load the m2v and mp2 files it will set your Type to: MPEG-2 Program (VBR)
You need to change it to MPEG-2 Super VideoCD (VBR)
Then you dont get the autopadding problems.Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author
Similar Threads
-
Videos with different framerates need to be joined together
By vertigoelectric in forum Video ConversionReplies: 15Last Post: 18th Mar 2012, 03:21 -
Virtualdub / Avisynth problem - stumbling between joined clips
By Sebastian2011 in forum EditingReplies: 32Last Post: 5th Feb 2012, 15:17 -
Joined avi file conversion problem
By siberian50 in forum MacReplies: 12Last Post: 26th May 2007, 19:04 -
Revised Question: Problem playing joined file on windows media player
By Johnny_Blaze in forum Newbie / General discussionsReplies: 1Last Post: 15th May 2007, 12:25 -
Problem Viewing joined hjsplit .avi file in Windows Media Player
By Johnny_Blaze in forum Newbie / General discussionsReplies: 1Last Post: 13th May 2007, 16:22