Currently capturing VHS files conversions.
Usually captures some excess footage at end of capture.
Initially is there a simple way of trimming to length ... without re-encoding.
When I get around to full edit that will be done in Vegas ... just want to trim the captures to size (top & tail them)
I have tried loading into VirtualDub, I can easily trim to what I want .... then I have selected "Direct Stream Copy" and then "Save As AVI"
It still takes a while processing frame by frame to make the save, am I keeping to original format without any re-encoding.
If there is a simpler way to trim off excess - please advise.
+ Reply to Thread
Results 1 to 9 of 9
-
-
I'm capturing DVAVI (straight output from ADVC300 into WINDV)
Format : AVI
Format/Info : Audio Video Interleave
Format profile : OpenDML
Duration : 15mn 0s
Overall bit rate : 28.9 Mbps
Video
ID : 0
Format : Digital Video
Duration : 15mn 0s
Bit rate mode : Constant
Bit rate : 24.4 Mbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 25.000 fps
Standard : PAL
Resolution : 8 bits
Colorimetry : 4:2:0
Scan type : Interlaced
Bits/(Pixel*Frame) : 2.357
Stream size : 3.02 GiB (100%)
Audio
ID : 0-0
Format : PCM
Muxing mode : DV
Muxing mode, more info : Muxed in Video #1
Duration : 15mn 0s
Bit rate mode : Constant
Bit rate : 1 536 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Resolution : 16 bits
Stream size : 0.00 Byte (0%) -
Using Video -> Direct Stream Copy mode in VirtualDub will not re-encode the video. Saving to a different drive from the source will increase the speed because DV AVI is only very lightly compressed.
-
Is there a quicker way to 'trim' captures, or is the way I am doing it correct.
Your point on differnt drives is very vaid .. and I do save that way. -
VirtualDub in Direct Stream Copy mode isn't much slower than simply copying the file. I don't think you'll find anything significantly faster.
-
If you don't mind storing the extra few seconds on disk, there's a way you can essentially trim on-the-fly. If you don't have this on your system already, install avisynth. Then do the following:
1. Open Virtualdub and then find the starting and ending frames that you want to keep. Suppose we want to start at frame 0 and go to frame 4242.
2. Open notepad and create a file that looks like this:
Code:avisource("d:\path\to\your.avi").trim(0,4242)
Now whenever you want to open your movie, instead of opening the .avi, open the .avs. Note that avisynth passes the video uncompressed to whatever application you're using, so if you then open the avs in Virtualdub and save an avi, you will be recompressing the video and there will be some small amount of quality loss. Plus it will be a little slower than the way you're doing it now with the Virtualdub "Direct Stream Copy" saving of the AVI. However, if you just need this for playback or for feeding an encoder, this is really a fast way to do it.
CogoSWSDSOld ICBM Coordinates: 39 45' 0.0224" N 89 43' 1.7548" W. New coordinates: 39 47' 48.0" N 89 38' 35.7548" W. -
Selecting the areas via begin/end inside virtualdub is prob the best way to go. So keep doing what you were doing if you want the small avi segments for other reasons.
Another alternative is the us the capture software's PAUSE feature, if it supports one, and only capture what you want, ie, minus commercials for instance. But I don't know of any sofware that supports pause during capturing. I'm actually researching the develop aspects for such a tool myself. It would be a great feature to have.
-vhelp 5328
Similar Threads
-
Help please with Aiseesoft trim function,
By cromwell in forum Newbie / General discussionsReplies: 10Last Post: 16th May 2013, 06:50 -
About TRIM and Subtitle
By DruidCtba in forum SubtitleReplies: 1Last Post: 3rd Feb 2011, 10:52 -
AVI Trim
By drgt in forum Newbie / General discussionsReplies: 6Last Post: 13th Nov 2010, 04:36 -
How to trim wmv-hd?
By daz2712 in forum Blu-ray RippingReplies: 2Last Post: 26th Aug 2009, 09:55 -
ULEAD VideoStudio trim
By dcmoser1952 in forum EditingReplies: 3Last Post: 24th Feb 2009, 14:43