Hello,
I have a video in 352x288. Through AVStoDVD I have changed it in PAL from the original video 352x288.
I have made an attempt in order to upscale the resolution: through Avidemux I resized it to 704x576; then I have used AVStoDVD.
I am not completely sure, but it seems to me that the best resolution I can see on TV about that video is the original change in PAL from 352x288, instead of the DVD coming from 704x576. This difference if exists is really slight.
The resolution on TV is not good either for the DVD coming from 352x288 and for the one coming from 704x576. How could upscale the resolution at the best size I could for tV, by using AVStoDVD? What steps (what menu and buttons to press) in order to upscale?
Thanks,
Enzo
+ Reply to Thread
Results 1 to 15 of 15
-
-
Try doing it in the reverse order
resize in avidemux before creating the dvd folder with avstodvd
Or skip avi demux completely
Avstodvd
Can resize to DVD STD and change from PAl to NTSC or vise versa 'if needed' you do not need to use avi demux
When using avstodvd.. Edit the settings, unchecked auto avi snyth script, click enhance, choose deblock
Enter 20, for the value
Use hence encoder 1/single pass use constant quality
I think you will be happier with the resultsLast edited by theewizard; 16th Jun 2016 at 01:07.
-
Hello,
I have tried editing the settings, but after pressing either the button Settings or Preferences, I can't see none of the following options: auto avisynth script, enhance, deblock. How could I see them?
About nnedi3 I clicked: Avisynth - Download new plugins - nnedi - I can see only a dll file, but I don't know how to "join" it to Avisynth and to AVStoDVD. How can I setup nnedi3? I have downloaded the zip file, but in particular I don't know where to use the code into this link AVStoDVD
About lacrosse, I haven't yet found it.Last edited by enzino; 16th Jun 2016 at 06:26.
-
The easiest way to install and use third party AviSynth filters is to put the dll in AviSynth's plugins folder. Then in your script use:
Code:nnedi3_rpow2(2, cshift="Spline36Resize", fwidth=704, fheight=576)
-
I put the .dll file into the plugin folder; then I have created a txt where I have copied and pated the code; then I have changed the txt extension in avs extension. I put this file into the folder Scripts example.
Is correct this destination folder? How can I run the script?Last edited by enzino; 16th Jun 2016 at 08:37.
-
Not correct destination folder. I keep my AVS scripts in the folder of the video on which I'm working. You run the script by first opening it in Virtual Dub (File->Open Video File) to test it to make sure it's a working script. If it isn't, give us the complete script and the complete error message. If it is, you can then use that same script in any encoder that accepts AviSynth scripts as input.
Once it's passed the test and you want to use that script in AvsToDVD, replace the script it's using with your edited one. -
Hello,
the script returns the following error:
Last edited by enzino; 16th Jun 2016 at 17:53.
-
-
Sorry! Yes, I copied that.
The script is:
nnedi3_rpow2(2, cshift="Spline36Resize", fwidth=704, fheight=576) -
Post your entire script. Do you have a source filter? Something like:
Code:ffVideoSource("filename.ext") nnedi3_rpow2(2, cshift="Spline36Resize", fwidth=704, fheight=576)
Last edited by jagabo; 16th Jun 2016 at 18:53.
-
What I did is:
File - Open project - selected the avs script (this file was with the file video, that is in the same folder) and then started the conversion. Now the video seems having a good resolution.
Thanks to everybody.
Similar Threads
-
How to upscale a video using waifu2x?
By claublog in forum Newbie / General discussionsReplies: 6Last Post: 26th Mar 2017, 11:16 -
need to downscale a 1080p video then upscale to 720p with fillers
By zanzar in forum Newbie / General discussionsReplies: 6Last Post: 17th Mar 2016, 17:57 -
BD-Rebuilder: To upscale or not to upscale, that is the question.
By hbenthow in forum Authoring (Blu-ray)Replies: 7Last Post: 15th Dec 2015, 13:19 -
Best way to upscale a 480p video to 1080p?
By fighuass in forum Video ConversionReplies: 29Last Post: 6th Sep 2015, 04:53 -
Converting a sample video file of any resolution to 13000x1080 resolution
By user321 in forum Video ConversionReplies: 6Last Post: 6th Jul 2015, 07:21