The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How to render the Best Quality per Bitrate H264 video in Sony Vegas (using x264 vfw) NEWest and FULLest instructions

    Discussion in 'Windows OS and Software' started by James D, Jun 26, 2014.

  1. James D

    James D Notebook Prophet

    Reputations:
    2,314
    Messages:
    4,901
    Likes Received:
    1,132
    Trophy Points:
    231
    I had to render video in Sony Vegas and at the end of the day when actual setting rendering settings came no matter what I chose (mainconcept or Sony AVC) nothing of those 2 gave me great quality unless the size of 50 min. 1080p video was 5 GB. And I needed for superb quality because that video actually was a slideshow with photos with small faces. I spent 2 days for googling and searching. Handbrake would be useless due lossless video is insanely HUGE so x264 was the only way.

    I wish I'd found smth like this 3 days ago so I wouldn't spend so much time to search and learn.
    String for 1-st pass: --bframes 4 --b-adapt 2 --qcomp 0.7 --subme 7 --threads 12 --lookahead-threads 2 --no-sliced-threads --direct spatial --keyint 250 --min-keyint 25 --me hex --range pc
    String for n-th pass: --bframes 4 --b-adapt 2 --qcomp 0.7 --subme 9 --threads 12 --lookahead-threads 2 --no-sliced-threads --direct spatial --keyint 250 --min-keyint 25 --range pc

     
    Last edited by a moderator: May 12, 2015