Encoding multiple files w/ Vegas2Handbrake

MikeLV wrote on 5/22/2016, 12:01 PM
As I recall, with the Vegas2Handbrake script, you have to add one second to the end of the loop region for it to work properly. But suppose I have an hour long video on the timeline, with markers at various points throughout. I want to encode each region to a separate file with Handbrake. But I can't add the one second to the end because each region borders the next..

Does that mean I need to make make splits at each maker, and then spread the events out on the timeline so that I can select the loop region+1sec for each event that I encode?

Is there an easier way?

Comments

Marco. wrote on 5/22/2016, 12:38 PM
The Vegas2HandBrake workflow isn't aware of regions or markers but – if existent – of the loop region only. So use your regions and markers just as they are and set the loop region in the way needed for Vegas2HandBrake.
MikeLV wrote on 5/22/2016, 12:40 PM
So you mean that I can leave my regions touching each other, and that additional one second of video/audio of the next region won't actually be encoded to the previous region's end file?
Marco. wrote on 5/22/2016, 2:12 PM
Vegas2HandBrake uses a AviSynth script which will trim exactly one second of the frameserved stream, so this should work (assumed you set the loop-region frame-accurate 1 second longer).
MikeLV wrote on 5/23/2016, 10:16 AM
Thank you!