Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 19th February 2014, 18:04   #1  |  Link
lisztfr9
Registered User
 
Join Date: Apr 2010
Posts: 175
DVD scripts ?

Hi,

Recently i found it convenient to watch old movies while eliminating the shaking and jitter, due to what ever, one cannot always portray this as a "feature". Hence it was tiresome, so i just used depan estimate and stabilize :

last = video

i = ConvertToYV12()
# mdata = DePanEstimate(i)
mdata = DePanEstimate(i, dxmax=16, dymax=16, zoommax=1)
DePanStabilize(i, data=mdata)

This made the film quit enjoyable even on my old laptop...

Well but when it comes to just watch a DVD you must apply the usual procedure... rip, build index d2v file, vfapi. How do you use avs with dvd ?

Thanks, L
lisztfr9 is offline   Reply With Quote
Old 20th February 2014, 04:51   #2  |  Link
Sparktank
47.952fps@71.928Hz
 
Sparktank's Avatar
 
Join Date: Mar 2011
Posts: 940
You could try using PotPlayer or the avisynth function in FFDShow. Depending on your software player. and how all your codecs and filters are configured.
also take into consideration if the film is interlaced/telecined.

Although, vfapi isn't part of my usual procedure. most often, not even indexing it as I just FFDShow.
But even then, I don't add anything to it. I use it mostly with SmoothVideoProject and SVP does the scripting automatically. I just make sure I watch progressive sources or tinker with LAV video before sending it to FFDShow.
__________________
Win10 (x64) build 19041
NVIDIA GeForce GTX 1060 3GB (GP106) 3071MB/GDDR5 | (r435_95-4)
NTSC | DVD: R1 | BD: A
AMD Ryzen 5 2600 @3.4GHz (6c/12th, I'm on AVX2 now!)
Sparktank is offline   Reply With Quote
Old 24th February 2014, 20:39   #3  |  Link
lisztfr9
Registered User
 
Join Date: Apr 2010
Posts: 175
ffdshow function

http://forum.doom9.org/showthread.php?t=162106

Put ffavisynth.avsi and ffavisynth.dll (supplied with ffdshow) in your Avisynth plugins folder.
Then use the "ffdshow" function, described here.

Thanks, i will try that soon.

L
lisztfr9 is offline   Reply With Quote
Old 27th February 2014, 16:17   #4  |  Link
lisztfr9
Registered User
 
Join Date: Apr 2010
Posts: 175
obfuscated

Anyway the DVD is protected so even if i can open the VOB file (wich isn't the case) i will not be able to read it.
lisztfr9 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:32.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.