+ Reply to Thread
Results 31 to 43 of 43
-
Rgr,
can AviSynth really recognize a variable framerate (VFR in a MP4-video) completely correctly and output it for VirtualDub2 "understandable"?
(If you would have to specify a framerate for Avisynth to recognize it, then it would probably not be really accurate.)
If AviSynth can do so, then what would you have to do, step by step, to set it up for VirtualDub2 (also including the contents of a script-file)? -
Yes.
Code:name1="input.mp4" a=LWLibavAudioSource(name1) AudioDub(LWLibavVideoSource(name1, fpsnum=30000,fpsden=1001), a) # for 29,97fps
Code:name1="input.mp4" a=LWLibavAudioSource(name1) AudioDub(LWLibavVideoSource(name1).TimeCodeFPS(name1+".txt", fpsnum=30000,fpsden=1001), a)
Code:mp4fpsmod.exe "input.mp4" -p "input.mp4.txt"
-
Rgr,
I do not know how to use this code.
Actually I only have VirtualDub2 installed.
What I meant, what I asked for, was an appropriate guide to setting it up (step by step):
What needs to be (additionally to VirtualDub2) installed and where, what needs to be set up and where, what needs to be created and where, ...
What is all to do to make it possible that a VFR of a MP4-video is processed correctly in VirtualDub2?
First, i have to install AviSynth, right? But simply a regular Installation of a program or something special, even to make it work with VirtualDub2?
And then, what is all to do next? -
1. Download and install AviSynth:
https://www.videohelp.com/software/AviSynth-Plus
2. Download, unpack and upload to "C:\Program Files (x86)\AviSynth\plugins64" these plugins (only .dll x64 files):
https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases
https://github.com/Asd-g/TimecodeFPS/releases
3. Create a file input.avs with Notepad and place my code in it (change the file name in the content to the correct one).
4. Load the file into VDub. Done.Last edited by rgr; 5th Jul 2025 at 17:01.
-
That's never been true. VirtualDub2 tends to induce overuse of resources, incur dropped frames, etc. The likely reason is that the software was massively bloated vs. the original VirtualDub. It can sometimes work for capture, but you must have a lean system, essentially only using it for capturing. No other software, not online, nothing. (In some rarer cases, often due to Nvidia drivers, VirtualDub2 works when VirtualDub will not. But that's not even 1% of the time. Or in certain known scenarios, like Tevion/XP, due to audio preview.)
But the issue is that it broke as much as it added or fixed. Certain VirtualDub filters, and VirtualDub 1.9.x capturing, was perfectly fine. Even 1.10.x official wasn't as wonky. And the issue is that the developer of VirtualDub2 did not care. Just more of the modern "it worked for me (so who cares abut you?)" attitude.
Yes, VirtualDub2 is obviously not perfect, but still definitely my choice.
My concern would be that no amount of importing variable framerate video will be a final fix. There's always going to be issues in editing or watching. Variable framerate was such a stupid idea, a 2000s half-baked attempt to save on file size. Not to be confused with TS broadcasting, where it does (or rather did) make sense.Last edited by lordsmurf; 6th Jul 2025 at 16:07. Reason: typo
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
This has always been true, you just need to use it correctly. What I proved:
https://forum.videohelp.com/threads/416658-Nero-Video-Grabber-vs-Hauppauge-WinTV-USBli...-August-VGB300 -
But you just linked a thread that sort-of proved my point?
And it used Easycaps.
But it is nice to see, in that thread, what I've said all along:
AmaRecTV doesn't report accuratelyLast edited by lordsmurf; 6th Jul 2025 at 16:17.
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
-
It's great that it reports what it loses. However, VDub doesn't lose anything, and that's somehow more important.
https://forum.videohelp.com/threads/416658-Nero-Video-Grabber-vs-Hauppauge-WinTV-USBli...e2#post2778478
Similar Threads
-
Help with 8mm frame rate conversion
By Eventide in forum RestorationReplies: 14Last Post: 1st Dec 2022, 22:57 -
Video capture frame rate vs. final output file frame rate
By Theodore in forum Capturing and VCRReplies: 5Last Post: 18th Apr 2021, 17:48 -
Variabel frame rate / constant frame rate problem with free version of VSDC
By danielschut in forum Newbie / General discussionsReplies: 6Last Post: 11th Jun 2020, 02:50 -
Removing the original frame rate
By Nico Darko in forum Video ConversionReplies: 6Last Post: 13th Apr 2020, 14:05 -
Frame rate conversion
By ostatak in forum Video ConversionReplies: 0Last Post: 16th Aug 2019, 14:47