PDA

View Full Version : DGindex frame cuts


rtjnyoface
13th December 2009, 09:20
Is it possible to cut at places more specific than at the I-frames? Specific frames perhaps?

neuron2
13th December 2009, 13:49
You can cut only at GOP boundaries. But you can use Trim() in your script for frame accuracy when frameserving. If you are looking for frame accurate cutting of the original stream, then you'll need an app that rencodes the needed portions only, such as VideoRedo.

rtjnyoface
13th December 2009, 21:53
Yes, I use trim but I was hoping to not encode the original audio file. If I could have trimmed in dgindex I wouldn't have to encode the source audio. Unfortunately, cutting in dgindex at the designated points aren't pretty :). But thanks for the response.

neuron2
13th December 2009, 22:11
If you know the number of frames you are trimming, then you can use an audio editor or other utility such as DelayCut to trim it as needed.

Inspector.Gadget
13th December 2009, 22:11
You can cut audio without re-encoding, providing you do it on audio frame boundaries...

medp7060
13th December 2009, 23:25
I use Virtualdub to achieve the trimming, which is the equivalent of trim() in a script. To avoid V/A out of syn, I also encode the audio together within Virtualdub. The audio has to be shifted after trimming.