Which part of the process do you need a video for?
It's simply a case of dragging the Avisynth script that you created into the chosen program
(AvstoDVD, Virtualdub2, etc)
The script should have the .avs extension. Just drag the script icon (on the desktop where it's easy to deal with)
into the app.
The icon doesn't have to be in the same place as the source files, because the file name and path are
named in the source filter call
Give me a few minutes and i'll post some images
Forgot to mention for the LWlibAVVideosource, download it from here.
https://github.com/HolyWu/L-SMASH-Works/releases/
Extract the 32 bit plugin dll from the archive and manually move it to the corresponding
Avisynth plugin folder.
Update your version of AVStoDVD to the latest 2.89 alpha
+ Reply to Thread
Results 31 to 36 of 36
-
Last edited by davexnet; 27th Aug 2020 at 17:51.
-
Oh, yes, I forgot the color conversion. If your source is rec.709 (most HD is) you'll want to convert to rec.601 for DVD -- otherwise you'll get a slight change in colors, most noticeable in bright greens and reds:
https://forum.videohelp.com/threads/329866-incorrect-collor-display-in-video-playback#post2045830
If you don't have, or don't want to install the ColorMatrix() filter, you can use this instead:
Code:ConvertToRGB(matrix="rec709").ConvertToYV12(matrix="rec601")
But first you need to figure out why AviSynth isn't working. I highly recommend you install both the 32 bit and 64 bit versions of VirtualDub2 for testing and previewing your scripts.Last edited by jagabo; 27th Aug 2020 at 20:23.
-
I downloaded the LWlibAVVideosource plugin and now the .avs file will open in AVStoDVD. It converted it to interlaced and I've done the encoding. When when I open the DVD content in MPC-HC or in VLC, and select yadif 2x deinterlacing, it doesn't display it with smooth 60fps motion like it should do, and does when I open any interlaced video like something from my DVD recorder. I would like to see a video of all the steps to take a 60 (or 59.94) fps mp4 video, and put it on a DVD while preserving the smooth 60fps motion, and I haven't found anything on the Internet for doing that.
-
I remembered (or forgot ?) something. If you drag the script into the Window as I showed, you have to tell the program
the file is interlaced. Right click the script, select as shown and type the word "interlaced"
You could post your corresponding AVStoDVD log file for confirmation if you still have itLast edited by davexnet; 2nd Sep 2020 at 19:06.
Similar Threads
-
Interlaced video incorrectly called progressive
By barmah in forum Video ConversionReplies: 3Last Post: 8th Jul 2020, 03:39 -
Remove interlaced artifacts on progressive video.
By TempUser_ in forum Video ConversionReplies: 4Last Post: 18th Jul 2018, 12:38 -
Resize interlaced video without making it progressive
By xMike in forum EditingReplies: 5Last Post: 31st May 2018, 09:26 -
Best way to convert from progressive to interlaced in mixed footage project
By Nedo in forum Video ConversionReplies: 11Last Post: 18th Nov 2017, 08:57 -
How do you make a NTSC interlaced DVD video progressive?
By runlouierun in forum Video ConversionReplies: 54Last Post: 22nd Jun 2017, 22:27