Here is my dilema, which can be solved (hopefully) one of two ways. I am using TMPGEnc DVD Author, and my source files are 704 x 480. I am trying to add image files between the clips, essentially to explain what the clips are onscreen, and since TMPG doesn't let me straight add a jpeg, I have been trying every slideshow making program possible to make the jpeg images into a DVD format file first. However, everything I use results in 720 x 480 resolution, and TMPG won't let me use this.
Is there any way to either a] put a bunch of jpegs together in a slideshow and export it to 704 x 480 instead of 720 x 480, or b] resize a 720 x 480 file [resulting from my current slideshow programs] to 704 without blowing everything up?
Everything else is done, this is the final touch! Thanks for the help guys!
+ Reply to Thread
Results 1 to 4 of 4
-
-
You can use Avisynth. (I hope you know how)
Code:ImageSource("menu.jpg", end = 300) LanczosResize(704, 480)
Of course you gotta change the "menu.jpg" to your image.
Then you just gotta encode that to MPEG-2 and add it to your project. TMPGENC XPRESS will do the job..
This is for 1 still image. I'm not sure if this is what you want? =\.
If you want to create a slideshow with avisynth, I guess it's hmm..
Code:ImageSource("image%d.jpeg", 001, 199, 29.97) LanczosResize(704, 480)
You will then have to encode to MPEG-2.
Or you can resize your 720 x 480 with avisynth once again (what would I be without avisynth =D).
You will need a plugin called MPEGDEC.dll or something..
Code:Mpegsource("blablabla.m2v") LanczosResize(704, 480)
Sorry if there's some typo, really hard to write on a Pocket-PC. [/code] -
U mentioned u have "...every slideshow making program possible...". Do u happen to have memoriesontv? The mpg created by memoriesontv seems to be acceptable by TMPGEnc DVD Author. (NB. the ones created by proshow are not.). Good luck!
Similar Threads
-
TMPGEnc DVD Author is driving me nuts!
By dafoe in forum Authoring (DVD)Replies: 9Last Post: 24th Jul 2010, 23:04 -
Conversion size is driving me crazy!
By artdog in forum DVD RippingReplies: 8Last Post: 27th Apr 2009, 11:33 -
This file is Driving me Crazy! suggestions plz
By k_oss_22 in forum Video ConversionReplies: 2Last Post: 18th Mar 2008, 23:40 -
New to TMPGEnc DVD Author 3 - Two Questions on Video Quality
By heyjjjaded in forum Authoring (DVD)Replies: 0Last Post: 16th Aug 2007, 12:15 -
I get 2 layers of subs on video in TMPGEnc DVD Author 3...help!
By tektaktyks in forum Video ConversionReplies: 1Last Post: 1st Jul 2007, 11:18