CBR or VBR for video use online?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Les Grossman
    So Fucking Banned
    • Sep 2009
    • 1012

    #1

    CBR or VBR for video use online?

    I understand where it would matter for a DVD, but how about the net?
  • TheSenator
    Too lazy to set a custom title
    • Feb 2003
    • 13330

    #2
    I use VBR with 2 passes....
    ISeekGirls.com since 2005

    Comment

    • BobG
      Confirmed User
      • Nov 2003
      • 4274

      #3
      From what I've read, you should always use CBR for video use online, which is what I do. VBR is harder to control file sizes.

      Constant bit rate (CBR) encoding persists the set data rate to your setting over the whole video clip. Use CBR only if your clip contains a similar motion level across the entire duration. CBR is most commonly used for streaming video content using the Flash Media Server (rtmp)

      Variable bit rate (VBR) encoding adjusts the data rate down and to the upper limit you set, based on the data required by the compressor. VBR takes longer to encode but produces the most favorable results. VBR is most commonly used for http delivery if video content (http progressive)


      http://help.encoding.com/idx.php/4/0...-encoding.html

      Comment

      • BobG
        Confirmed User
        • Nov 2003
        • 4274

        #4
        http://en.wikipedia.org/wiki/Variable_bitrate

        Comment

        • JarvisEncoding
          Confirmed User
          • Nov 2009
          • 620

          #5
          Originally posted by BobG
          From what I've read, you should always use CBR for video use online, which is what I do. VBR is harder to control file sizes.

          Constant bit rate (CBR) encoding persists the set data rate to your setting over the whole video clip. Use CBR only if your clip contains a similar motion level across the entire duration. CBR is most commonly used for streaming video content using the Flash Media Server (rtmp)

          Variable bit rate (VBR) encoding adjusts the data rate down and to the upper limit you set, based on the data required by the compressor. VBR takes longer to encode but produces the most favorable results. VBR is most commonly used for http delivery if video content (http progressive)


          http://help.encoding.com/idx.php/4/0...-encoding.html
          Agreed! Perfect answer!

          Discount Encoding
          The Professional Encoding Service Provider! We are working... You are resting!
          Special Offer For DVD Ripping & Encoding into H.264 Multiple Format!
          Email: [email protected]
          ICQ: 560197599

          Comment

          • rowan
            Too lazy to set a custom title
            • Mar 2002
            • 17393

            #6
            I thought the whole idea of VBR is that it averages out, using extra space for high bandwidth frames and compensating by using less elsewhere for more compressible frames. The encoder I use allows you to specify an average bitrate, and also as an option to pad out any regions that compress extremely well and would cause the average bitrate to drop significantly (important for media which may have a minimum output rate such as a DVD disc). If you tell it to do 500kbps VBR then the output file size will be very close to that of 500kbps CBR.

            Even the text that BobG quoted "against" VBR says that it produces the most favourable results.

            Comment

            • rowan
              Too lazy to set a custom title
              • Mar 2002
              • 17393

              #7
              Originally posted by rowan
              If you tell it to do 500kbps VBR then the output file size will be very close to that of 500kbps CBR.
              Should mention that this is 2 pass so it knows which sections to give or take bandwidth from on the second pass.

              Single pass VBR is called Constant Quality in my encoder, which basically compresses each frame to a specific size/quality without worrying about average bandwidth.

              Comment

              Working...