I was wondering.. How can I turn a single jpeg into a mpeg video using an avisynth script?, I don't know where to start as i'm not familiar with avs and tried avidemux copy and paste function but it crashes after about 90frames.
I'm planning to open it in avsproxy to convert directly to mpegvideo for a menu and would like something like
img01.jpeg times Xframes or img01+img01.
Any help is appreciated.
+ Reply to Thread
Results 1 to 3 of 3
-
-
ImageSource("img01.jpg", 0, 750, 25)
#LanczosResize(720,576)
the 1st parameter is the start frame, 2nd is the end frame, 3rd is the FPS. I'm assuming you're using 25 for a PAL region disc
you would need to resize to 720x576 for PAL DVD if the image isn't already prepared. Uncomment it (delete the "#") if you nee to do this
another option is to use hcenc to encode, which accepts avs scripts as well -
Thanks very much
, It all went fine I had to add ConvertToYV12() because it said so but now I got sik menus :P.
Take Care
Similar Threads
-
JPEG to YUV
By mma238 in forum Video ConversionReplies: 20Last Post: 3rd Apr 2011, 11:53 -
File output issue from TMPEnc Author Works, VOBs -> single MPEG2
By aln688 in forum Video ConversionReplies: 4Last Post: 10th Apr 2010, 20:17 -
JPEG to AVI (or MPEG2) via timing cue-sheet?
By NetRodent in forum Video ConversionReplies: 0Last Post: 31st Aug 2008, 09:49 -
Saving a single Frame as a Jpeg
By acestu in forum EditingReplies: 0Last Post: 20th Aug 2008, 15:11 -
Converting DVD to single MPEG2
By nagihcim1 in forum Newbie / General discussionsReplies: 4Last Post: 5th Sep 2007, 15:55