|
|
| vigilante |
| Posted: Jan 4 2014, 06:51 PM |
 |
|
Newbie

Group: Members
Posts: 1
Member No.: 36091
Joined: 15-February 13

|
While I a cutting, I would like to save the list of the start-end frames timecodes and print them for reference purpose. How can I do that? |
 |
| dloneranger |
| Posted: Jan 4 2014, 07:32 PM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
There is only one way I know of Save your file queued and the .jobs file will have the list of all the used frames eg
| QUOTE | VirtualDub.subset.Clear(); VirtualDub.subset.AddRange(0,5330); VirtualDub.subset.AddRange(6071,3551); VirtualDub.subset.AddRange(10075,1895); VirtualDub.subset.AddRange(276,484); VirtualDub.subset.AddRange(11970,43623); VirtualDub.video.SetRangeFrames(0,54883); |
Thats a list of frames to be saved (startframe, length) and in the order they'll be saved For this one I deleted two sections, copied an earlier section and pasted it later, then selected it all for saving
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |
| Abrazo |
| Posted: Jan 4 2014, 07:33 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 775
Member No.: 28995
Joined: 5-November 10

|
Just posted similar info... (removed) |
 |