Hi,
Im trying to use Topaz Video AI Upscaler to upscale some DVDs.
How do i I turn an upscaled image sequence back into a video? What is the best software to achieve this?
I'm intending to author the encoded files straight to Blu ray is there an all in one solution? I've heard DaVinci Resolve can do this but is complicated, is there an alternative?
Thank you for any help.
+ Reply to Thread
Results 1 to 6 of 6
-
-
With avisynth it's a piece of cake
ImageSource("myvideo-%04d.png", 0, 2000, 29.970, use_DevIL = true)
if you want to merge the sequence into your video:
clip1 = avisource()
clip2 = ImageSource("myvideo-%04d.png", 0, 2000, 29.970, use_DevIL = true).converttoyv12()
clip1 ++ clip2Last edited by themaster1; 3rd May 2021 at 13:02.
*** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE -
Pretty much any NLE can accept an image sequence and turn it into a video. I use Vegas Pro, but you can also easily do this in Virtualdub.
-
-
VirtualDub: File -> Open Video File... select first image, VirtualDub will automatically detect the rest of the images (assuming they're sequentially numbered) and append them. Set a frame rate, compression codec, and save.
Similar Threads
-
Hybrid: Problem with creating video from image sequence
By Compositor in forum Newbie / General discussionsReplies: 7Last Post: 3rd Apr 2021, 08:09 -
Export PNG image sequence in Vegas 13?
By vegas13 in forum Newbie / General discussionsReplies: 7Last Post: 16th Dec 2020, 21:38 -
VirtualDub2 Exporting Image Sequence
By MFZ in forum Video ConversionReplies: 10Last Post: 30th Aug 2018, 07:46 -
How to play an image sequence with mplayer?
By Selur in forum Software PlayingReplies: 4Last Post: 13th Jan 2018, 05:38 -
How do I tell ffmpeg to export a image sequence to a MP4 video libx 264. Bu
By oduodui in forum EditingReplies: 3Last Post: 23rd Jun 2017, 18:12