Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vpxenc [2019/03/11 22:47] – created beandog | vpxenc [2019/03/11 22:51] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== vpxenc ====== | ====== vpxenc ====== | ||
+ | |||
+ | ** Defaults: ** | ||
+ | |||
+ | < | ||
+ | vpxenc --passes=1 -v --webm transformers.y4m -o vpxenc_defaults.webm | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Codec: WebM Project VP9 Encoder v1.5.0 | ||
+ | Source file: transformers.y4m File Type: Y4M Format: I420 | ||
+ | Destination file: vpxenc_defaults.webm | ||
+ | Encoder parameters: | ||
+ | g_usage | ||
+ | g_threads | ||
+ | g_profile | ||
+ | g_w = 720 | ||
+ | g_h = 480 | ||
+ | g_bit_depth | ||
+ | g_input_bit_depth | ||
+ | g_timebase.num | ||
+ | g_timebase.den | ||
+ | g_error_resilient | ||
+ | g_pass | ||
+ | g_lag_in_frames | ||
+ | rc_dropframe_thresh | ||
+ | rc_resize_allowed | ||
+ | rc_scaled_width | ||
+ | rc_scaled_height | ||
+ | rc_resize_up_thresh | ||
+ | rc_resize_down_thresh | ||
+ | rc_end_usage | ||
+ | rc_target_bitrate | ||
+ | rc_min_quantizer | ||
+ | rc_max_quantizer | ||
+ | rc_undershoot_pct | ||
+ | rc_overshoot_pct | ||
+ | rc_buf_sz | ||
+ | rc_buf_initial_sz | ||
+ | rc_buf_optimal_sz | ||
+ | rc_2pass_vbr_bias_pct | ||
+ | rc_2pass_vbr_minsection_pct | ||
+ | rc_2pass_vbr_maxsection_pct | ||
+ | kf_mode | ||
+ | kf_min_dist | ||
+ | kf_max_dist | ||
+ | </ | ||
+ | |||
+ | ** Setting end usage to q (quality): ** | ||
+ | |||
+ | '' | ||
< | < |