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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#42 | Link | ||
|
tugatomsk9
Join Date: Mar 2020
Posts: 24
|
Quote:
)I thought of something like those pen-drives that capture video just like you mentioned, but after my experience with a MAGIX one (poor quality), I wasn't sure about ElGato's similar options. And they were still more expensive than this 129€ Avermedia. I also have plans to record videogames for Youtube purposes, so that might have also influenced my decision. Quote:
I live in Portugal, so all my recordings are PAL. EDIT: I just realized I never uploaded the new video sample of the VHS tape in case. Here it is: https://mega.nz/file/aZBSyQZY#cPYbb4...1ywo51OREItECs Last edited by tugatomsk9; 10th September 2020 at 19:00. |
||
|
|
|
|
|
#43 | Link |
|
Cary Knoop
Join Date: Feb 2017
Location: Newark CA, USA
Posts: 419
|
Something like this and then either duplicate or interpolate the frames to get to 25p?
Code:
sourcefile = 'G:/Vapoursynth/vid.mkv' c = core.ffms2.Source(sourcefile) c = core.std.SeparateFields(c, tff=True) c = haf.srestore(c,frate=25) c = core.std.DoubleWeave(c, tff=True)[::2] c = hnw.QTGMC(c, TFF=True, Preset="Very Slow") c = c[::2] c.set_output(0) |
|
|
|
|
|
#44 | Link |
|
tugatomsk9
Join Date: Mar 2020
Posts: 24
|
Guys, I've just realized something: I messed up.
This is not my original thread regarding VHS capture with an Avermedia capture device, this is:https://forum.doom9.org/showthread.p...94#post1906694 I'm terribly sorry about this confusion. I guess I should migrate my newer posts there in order to do some damage control. |
|
|
|
![]() |
| Tags |
| 50fps, hevc, vhs, x264, x265 |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|