VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. 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 .
    Quote Quote  
  2. 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
    Quote Quote  
  3. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!