VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3

.

  1. Use TMPGEnc to concatenate the two MPEGs into on long string, then, load up the MPEG in VirtualDubMod and encode away into XviD. Do two-pass VBR at a bitrate determined like this:
    In BASIc (lol, I just finished taking BASIC as a mandatory class in summer skewl, what a waste, )
    Code:
    INPUT PROMPT "HOW MANY SECONDS OF MOVIE YOU GOT? " : TIME
    INPUT PROMPT "WHAT IS THE BITRATE OF YOUR AUDIO IN KILOBITS? " : AUDIO_BRATE
    LET VIDEO_BRATE = (5734400 - (AUDIO_BRATE * TIME)) / TIME
    PRINT "YOUR VIDEO BITERATE SHOULD BE:";VIDEO_BRATE
    LOL, my first attempt at a useful program made in BASIC. So outrageously dumb, but I've got time on my hands.
    My AVI -> Any Format Guide is available here.
    My Frame Resize Calculator (enhanced for Virtualdub) is available here
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!