VideoHelp Forum
+ Reply to Thread
Results 1 to 22 of 22
Thread
  1. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Anyone tried this super resolution plugin for Vdub, They also have a full fledged GUI program that includes over 200 vdub plugins.

    I will be doing some tests and I will report back.
    Quote Quote  
  2. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Well I've been experimenting with this plugin and for some reason it always produced a jumpy/jittery picture, I though my de-interlaced SD video capture was done wrong, but no, the de-interlaced sample that I've been using is playing very smoothly at 59.94 fps, Fist I though the plugin is downconverting to 29.97 fps but no, it's keeping the fps intact, So I guess I'll stick to the stock vdub resize filters.
    Quote Quote  
  3. Originally Posted by dellsam34 View Post
    So I guess I'll stick to the stock vdub resize filters.
    Try nnedi3_rpow2() for upscaling.
    Quote Quote  
  4. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Where do I get that filter?
    Quote Quote  
  5. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by dellsam34 View Post
    Where do I get that filter?
    https://github.com/jpsdr/NNEDI3/releases
    Quote Quote  
  6. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    I prefer vdub so I can watch the frame, For youtube I usually do a crop followed by a rsize in one single operation, Vdub allows me to see what I'm cropping. Wonder which option is the best:

    Image Attached Thumbnails Click image for larger version

Name:	Resize Options.jpg
Views:	1324
Size:	77.9 KB
ID:	54974  

    Quote Quote  
  7. Originally Posted by dellsam34 View Post
    I prefer vdub so I can watch the frame
    I use Gordian Knot to figure my crop values. I open the AVS in it, do the cropping to the video and add the values it gives to the AVS for further work. GKnot allows you to see what you're doing.

    Also, you can figure out the crop values in VDub and then add them to the AVS. And, as jagabo implies, nnedi3_rpow2() is better than any VDub resizer for upscaling.
    Quote Quote  
  8. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    That seems too much work if doing several videos, I'll try to figure out why Super Res is giving a jettery results and go from there.
    Quote Quote  
  9. Originally Posted by dellsam34 View Post
    That seems too much work if doing several videos...
    It takes no more time than what you're doing already. Plus, encoding using VDub filtering will be slower than encoding through an AVS. Not to mention degrading colorspace conversions for many VDub filters.
    Quote Quote  
  10. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    When I crop the resulting resolution is very odd and I don't think any stand alone resizer will work with it, Vdub can take that resolution and resize from it as long as the process is done in one step. hope this clears my requirement. I think we are drifting from the subject of the thread, I will soon post samples hoping that someone can figure out why the video is not smooth.
    Quote Quote  
  11. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Ok here is some samples before cropping/resizing (720x486) 35MB and after (1440x1080) 127MB:
    Image Attached Files
    Quote Quote  
  12. You have a playback problem. Both those samples play smoothly here. Does the attached video play any smoother?
    Image Attached Files
    Last edited by jagabo; 21st Sep 2020 at 08:33.
    Quote Quote  
  13. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    No, not really, I have tried two computers one Win10 and one Win7 both can playback HD pretty smoothly and both failed to playback smoothly the samples using both VLC and MPC-HC.
    Quote Quote  
  14. There is no difference in smoothness between the two videos you posted. You can step through them frame by frame to verify there are no added or dropped frames, and no artifacts that would result in jerky motion.

    Code:
    sres = LWLibavVideoSource("CartoonHuffDintCropSresSample.avi").Subtitle("SRes")
    LWLibavVideoSource("CartoonHuffDintSample.avi") 
    Crop(4,2,-14,-9)
    Spline36Resize(v2.width, v2.height)
    Subtitle("source")
    Interleave(sres, last)
    You realize this is a cartoon right? Most of the animation was created at 12 fps, some at 24 fps. The source clip has been deinterlaced improperly. Do you have the version before you deinterlaced it?
    Quote Quote  
  15. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    It has nothing to do with cartoon and de-interlacing, my point is they don't play equally, I know what I'm seeing. Lets see if I can grab a video with my phone of both files just to give you an idea of what I'm seeing on my end.
    Quote Quote  
  16. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Ok here is a video grab of both playing in repeat mode, the size of the window don’t matter I already tried playing both files at the same window size but the same effect.
    Image Attached Files
    Quote Quote  
  17. That's definitely a playback problem.
    Quote Quote  
  18. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    I think I narrowed it down to the HuffYUV compressor, When I saved a copy in lossless AVI it played smooth just like the original at least in VLC, MPC-HC still stuttered a little bit, At this point I think it's my playback hardware. Will a memory increase help? I have 5GB now.
    Quote Quote  
  19. Why is your screen cap in post #16 fulll of blended frames?

    Image
    [Attachment 54985 - Click to enlarge]


    Blending like that can be seen in both the SD and HD portions of that MOV file. Neither AVI video has any blending like that. Are you using some frame rate conversion in the player? Heavy temporal noise filters?
    Quote Quote  
  20. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    That's my phone capturing the computer screen, I wouldn't judge from that.
    Quote Quote  
  21. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    Originally Posted by dellsam34 View Post
    I prefer vdub so I can watch the frame,
    AvsPmod for preview when writing.
    Process the avs in VirtualDub2 (with preview enabled, but it'll be choppy and slow encoding).

    Originally Posted by dellsam34 View Post
    Ancient defunct junk.

    Originally Posted by jagabo View Post
    There is no difference in smoothness between the two videos
    I can confirm that.

    Originally Posted by dellsam34 View Post
    I think I narrowed it down to the HuffYUV compressor, When I saved a copy in lossless AVI it played smooth just like the original at least in VLC, MPC-HC still stuttered a little bit, At this point I think it's my playback hardware. Will a memory increase help? I have 5GB now.
    Also know that the FFHuffyuv codec has issues. Bad reverse engineering of the official Huffyuv.
    Last edited by lordsmurf; 22nd Sep 2020 at 01:34.
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  22. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    It is junk indeed, I'll stick to Lanczos3 in vdub, it is stable and good enough for youtube.
    Quote Quote  



Similar Threads

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