diff options
Diffstat (limited to 'localvideowebencode')
-rwxr-xr-x | localvideowebencode | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/localvideowebencode b/localvideowebencode index 80daeac..51e665b 100755 --- a/localvideowebencode +++ b/localvideowebencode @@ -98,12 +98,10 @@ Examples: Options before input files are passed to melt producer, and after to melt avformat consumer. -Hints: - * Use square-pixel max. 480 width (vga 480p) for widest compatibility. - * Use a modulus 16 profile (qvga vga 480p 720p) for best compression. - * Try lower reference bits-per-pixel until visual quality is affected. - * Raise reference bits-per-pixel if needed, but no higher than 0.2. - (you can inspect actual bits-per-pixel and bitrate with mediainfo) +Recommendations for best results: + * Use square-pixel max. 480 width (vga 480p). + * Use a modulus 16 profile (qvga vga 480p 720p). + * Adjust --video or --ref-bpp until visual unacceptable. More info: <http://camendesign.com/code/video_for_everybody> |