index
:
bin
master
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
localvideowebencode
Age
Commit message (
Expand
)
Author
2022-01-06
consistently auto-detect multi-threading for melt avformat consumers (not onl...
Jonas Smedegaard
2022-01-06
add TODOs on improving loudness handling
Jonas Smedegaard
2021-02-13
add poster attribute to final html
Jonas Smedegaard
2021-02-11
use formats vp9,avc by default (not vp8,vp9,avc), and treat webm as vp9
Jonas Smedegaard
2021-02-11
use Bjornsgaard Metric as cross-codec factor
Jonas Smedegaard
2021-02-10
docs: redefine our reference as VMAF 93, per page 35 of "How to fine-tune..."...
Jonas Smedegaard
2021-02-10
improve multi-threading for VP8/VP9: enable option row-mt (except for vpxenc:...
Jonas Smedegaard
2021-02-10
do faster first pass for dual-pass VP8/VP9
Jonas Smedegaard
2021-02-10
tune h264 based on page 54 of "How to fine-tune..." from https://streaminglea...
Jonas Smedegaard
2021-02-10
tidy: update TODOs
Jonas Smedegaard
2021-02-10
tidy: re-link to archive.org snapshot of Penguin Producer article, due to los...
Jonas Smedegaard
2021-02-10
fix theora 2-pass, and tune quality and size
Jonas Smedegaard
2021-02-09
tidy: update TODOs
Jonas Smedegaard
2021-02-09
fix support theora
Jonas Smedegaard
2021-02-09
tidy: use new ffmpeg syntax -q:a (not deprecated -aq)
Jonas Smedegaard
2021-02-09
extend html video tag to include codecs for Theora and VP8 (and add TODO note...
Jonas Smedegaard
2021-02-09
fix VP9 container type in html video tag
Jonas Smedegaard
2021-02-09
tidy: rename variables to disambiguate ogv (Ogg container with Theora) from o...
Jonas Smedegaard
2021-02-09
only pipe raw video when needed
Jonas Smedegaard
2021-02-09
tidy: adjust whitespace
Jonas Smedegaard
2021-02-09
fix several bugs in multipass mode
Jonas Smedegaard
2021-02-09
use AVC profile Main (not Baseline)
Jonas Smedegaard
2021-02-08
pass all render commands via function render()
Jonas Smedegaard
2021-02-08
fix use of both vpxenc and ffmpeg, and merge multiple ffmpeg uses
Jonas Smedegaard
2021-02-08
tidy: use generalized variables $use_*_any
Jonas Smedegaard
2021-02-08
fix explicitly set singlepass/multipass for vpxenc (VP8 does singlepass by de...
Jonas Smedegaard
2021-02-08
fix singlepass VP9 with vpxenc
Jonas Smedegaard
2021-02-08
tidy: check $use_ffmpeg_avc only once
Jonas Smedegaard
2021-02-08
tidy: check $do_bitrate_* only once
Jonas Smedegaard
2021-02-07
tidy whitespace before low-level options
Jonas Smedegaard
2021-02-07
tidy: separate bitrate and low-level options for avc
Jonas Smedegaard
2021-02-07
tidy: use keys webm_vp9 (not vp9) where appropriate
Jonas Smedegaard
2021-02-07
tidy: use keys vp8 vp9 (not webm) where appropriate
Jonas Smedegaard
2021-02-07
tidy: use avc (not h264) as internal key
Jonas Smedegaard
2021-02-07
use "vp8" as preferred format name (webm only as alternate name)
Jonas Smedegaard
2021-02-07
use "avc" as preferred format name (h264 only as alternate name)
Jonas Smedegaard
2021-02-07
docs: talk about formats (not codecs) where appropriate, and clarify formats ...
Jonas Smedegaard
2021-02-06
fix avoid multipass for h264
Jonas Smedegaard
2021-02-06
docs: improve listing of method and passes for compression in --help output
Jonas Smedegaard
2021-02-06
use melt for GPU-accelerated and dual-pass encoding
Jonas Smedegaard
2021-02-06
tidy: drop bogus unused dual-pass logfile renaming
Jonas Smedegaard
2021-02-06
tidy: hide ffmpeg banner
Jonas Smedegaard
2021-02-06
fix dual-pass vp/vp9 with vpxenc
Jonas Smedegaard
2021-02-06
fix vp9 with vpxenc (pass proper low-level options)
Jonas Smedegaard
2021-02-06
fix dual-pass h264 encoding: stop bogusly rename nonexistent logfile
Jonas Smedegaard
2021-02-06
fix vp8/vp9: omit bitrate only for --compression=quality tests
Jonas Smedegaard
2021-02-06
improve GPU auto-detection
Jonas Smedegaard
2021-02-06
fix support using ffmpeg for h264
Jonas Smedegaard
2021-02-06
docs: add suggested quality rate factors
Jonas Smedegaard
2021-02-05
fix unconditionally avoid melt with GPU acceleration: unsupported until melt ...
Jonas Smedegaard
[next]