digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Capture, Record, Transfer (https://www.digitalfaq.com/forum/video-capture/)
-   -   120 GB file "not responding" in VirtualDub2? (https://www.digitalfaq.com/forum/video-capture/11971-120-gb-file.html)

ThumperStrauss 06-24-2021 08:06 AM

120 GB file "not responding" in VirtualDub2?
 
I loaded a 120 GB avi (Lagarith) file in VirtualDub2 using an avs script with qtgmc. When I move the slider to set an end point, VirtualDub2 gives me a "not responding" message. I waited 10 minutes, but it didn't resolve. Is there a way to overcome this by changing settings in VirtualDub2 or maybe turn off the video preview?

Or is there a command line program I can use before to trim away the last third of the video, which I believe is just snow? Then my video file would be smaller and perhaps VirtualDub2 wouldn't struggle with it?

Hushpower 06-24-2021 08:17 PM

If you want to remove the last third, I'd just open the file in VDub first (no frameserving via AVISynth), trim it, then bring it back in to VDub via AVISynth.

themaster1 06-25-2021 03:43 AM

Can you record even bigger ? hehe

Hushpower 06-25-2021 04:20 AM

Quote:

Originally Posted by Me
I'd just open the file in VDub first (no frameserving via AVISynth), trim it

To be clear, trim it using Direct Stream Copy.

ThumperStrauss 06-25-2021 07:56 AM

So, I seem have to have found a solution. I estimated where I needed to cut the video and added a trim command in my AVS file, when I brought into VirtualDub2. That made the file size more manageable, and then I was able to trim it more precisely in VrtualDub 1.9.11.

This is the script I used to trim it, while also deinterlacing it:

AviSource("MyVideoFileNameHere.avi")
QTGMC( Preset="Medium")
trim(0,5000)
SelectEven()


All times are GMT -5. The time now is 12:03 PM

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.