+ Reply to Thread
Results 31 to 39 of 39
-
Anonymous543Guest
[Attachment 63342 - Click to enlarge]
I may be not correct but i think bufsize is light white part of video which is downloaded already in memory but not played yet
If we don't set any bufsize then may be full video will download first in memory and then start playing -
-
Anonymous543Guest
Then what exactly -bufsize do in x264.....do they lows the video quality or something??
May be -minrate and -maxrate lows the video quality when bitrate hits them..
This all options -minrate -maxrate and -bufsize limits the bitrate i guess in cost of video quality
For offline video storage purposes video encoded with only -b:v or
Encoded with defined -b:v -minrate -maxrate and -bufsize
Which one will give better results -
Read up on what vbv (Video Buffering Verifier) does, normally it should really rarely limit the quality if you stick to appropriate level&profile restrictions and their vbv limits.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
buffer size narrow window for encoder and as such limit bitrate variability - bigger buffer means less restricted encoding but also more variable bitrate (less ABR more VBR).
Every restriction limits somehow quality - that's why they should be applied if you encounter particular limitation for your encoding work - sometimes this is restriction related to medium size, sometimes available bitrate etc. -
Anonymous543Guest
for offline storage purpose which rate control should i use
Average Bitrate (ABR, also “target bitrate”)
or
Constrained Encoding (VBV)
both rate control info are here
https://slhck.info/video/2017/03/01/rate-control.html
but at the and of page it says for archival(offline) storage crf is good
and i dont wanna use that mode because i am targeting filesize
and also dont wanna use 2 pass ABR mode. -
VBV can only decrease the quality of your encodings. Only use it when you have playback restrictions (an old player that can't play high bitrate video, slow WiFi, etc.).
ABR encoding is only useful for live streaming.
For local viewing use CRF encoding. You always get the quality you specify. -
Anonymous543Guest
Similar Threads
-
ffmpeg h264 guide related
By Anonymous543 in forum Newbie / General discussionsReplies: 10Last Post: 16th Dec 2021, 07:24 -
HEVC and H264 bitrate/quality equivalency
By philvideofilm in forum Video ConversionReplies: 15Last Post: 29th Sep 2017, 18:41 -
Giving a video file a higher average bitrate than it actually is?
By Chibi in forum EditingReplies: 4Last Post: 5th Sep 2017, 22:51 -
Can we decode H264 in ffmpeg?
By nothingnew in forum Newbie / General discussionsReplies: 22Last Post: 18th Aug 2017, 03:47 -
ffmpeg hardware encoding H264
By marcorocchini in forum Newbie / General discussionsReplies: 53Last Post: 21st Jul 2017, 12:54