summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Collapse)Author
2021-02-04tidy: separate variable $_vpxenc_vpx -> $_vpxenc_misc_vp8 $_vpxenc_misc_vp9Jonas Smedegaard
2021-02-04fix pass vpxenc options --minsection-pct --maxsection-pct only when bitrate ↵Jonas Smedegaard
is set, but also in singlepass (not only dual-pass)
2021-02-04tidy: isolate codec bitrate optionsJonas Smedegaard
2021-02-04tidy: isolate codec low-level optionsJonas Smedegaard
2021-02-04feature: add option --quality to disable or override quality rate factorJonas Smedegaard
2021-02-04tidy: use internal variable $_ffmpeg_stdin (replacing $_yuv4mpeg2_in)Jonas Smedegaard
2021-02-04tidy: use internal variable $_melt_stdout (replacing $_melt_yuv4mpeg2)Jonas Smedegaard
2021-02-04tidy: add generalized variables $qkey_*Jonas Smedegaard
2021-02-04tidy: add generalized variables $q_* $no_q_* (replacing $qscale_* $crf_* ↵Jonas Smedegaard
$no_crf_*)
2021-02-04feature: add option argument --compression=exact to use dual-pass, and use ↵Jonas Smedegaard
single-pass by default
2021-02-04tidy description of coverage of compression in --help outputJonas Smedegaard
2021-02-04tidy: consistently use Constrained Quality+VBV when quality factor is setJonas Smedegaard
vp8/vp9 encoding with ffmpeg wrongly use Constant Bitrate, not taking quality factor into account, since introduced in git commit 31c8860. Only relevant when (in next commit) quality factor is set for vp8/vp9.
2021-02-04feature: add option argument --compression=quality to use Constant QualityJonas Smedegaard
2021-02-04tidy coverage of compression in --help outputJonas Smedegaard
2021-02-04tidy references to refbpp in --help outputJonas Smedegaard
2021-02-03tidy: generalize variables $bandwidth_*Jonas Smedegaard
2021-02-03tidy: add generalized variables $no_cbr_* (replacing $vbr_*)Jonas Smedegaard
2021-02-03tidy average audio bitrates in --help outputJonas Smedegaard
2021-02-03streamline codec preset/profile variablesJonas Smedegaard
2021-02-03streamline variables for presets and profilesJonas Smedegaard
2021-02-03single-pass encode vp8/vp9 streams with melt, and dual-pass encode with ↵Jonas Smedegaard
ffmeg (not vpxenc, but also not always melt: supports only h264 in dual-pass)
2021-01-31fix support encoding vp8/vp9 streams with ffmpegJonas Smedegaard
2021-01-30improve status messagesJonas Smedegaard
2021-01-30drop unused ffmpeg-specific pipeline (broken forever, producing only ↵Jonas Smedegaard
intermediary video-only tracks - introduced in commit fd8abe0)
2021-01-30fix tighten image quality for highest resolution vp8/vp9 frames with vpxenc ↵Jonas Smedegaard
(broken forever - introduced in commit b5fd27d)
2021-01-30fix encode silent vp8/vp9 tracks with ffmpeg (broken forever - introduced in ↵Jonas Smedegaard
commit fd8abe0)
2021-01-28really fix set H.264 video bitrate and buffer sizeJonas Smedegaard
2017-05-04Use AAC (not MP3) by default.Jonas Smedegaard
2017-05-04Fix set H.264 video bitrate and buffer size.Jonas Smedegaard
2017-05-04Fix avoid bogusly setting empty VP8/VP9 fallback bitrate.Jonas Smedegaard
2017-05-03Add TODO item on resolving html5 codec types.Jonas Smedegaard
2017-05-03Add hidden flag use_male_cbr.Jonas Smedegaard
2017-04-30Add option still-frame.Jonas Smedegaard
2017-04-13Add some TODOs.Jonas Smedegaard
2017-04-04Fix set constant quality rate only when that mode in use (when a crf value ↵Jonas Smedegaard
is defined), for melt and ffmpeg.
2016-04-12Add avconv/avprobe as fallback for ffmpeg/ffprobe.Jonas Smedegaard
2016-02-29Extend copyright to cover current year.Jonas Smedegaard
2016-02-29Stop check if melt is recent: 0.9.2 (needed for loudness filter and embedded ↵Jonas Smedegaard
qt-faststart) is in Debian stable (jessie).
2016-02-29Lower quality of dirty-mode H.264.Jonas Smedegaard
2016-02-29Switch to ffmpeg.Jonas Smedegaard
2014-10-10Fix double audio entry in help.Jonas Smedegaard
2014-10-10Improve tuning of Vorbis and MP3, and rewrite help section on audio styles.Jonas Smedegaard
2014-10-10Drop audio style hqspeech, and stop applying filters to audio style speech.Jonas Smedegaard
2014-10-09Encode MPEG-4 with mp3 audio (using lame library) instead of AAC: Arguably ↵Jonas Smedegaard
all free AAC encoders are worse than Lame.
2014-10-07Use speed 1 (not 0) for VP9: Still insanely slow.Jonas Smedegaard
2014-10-07Use VBR (not CQ) mode for VP8/VP9 (now that bitrate is set sensibly so it ↵Jonas Smedegaard
actually works).
2014-10-07Fix set bitrate as kilobytes (not bytes), and adapt quantifier values + use ↵Jonas Smedegaard
singlepass for dirty compression.
2014-10-07Fix audio style silence, and generally cleanup $(( )) variable expansion ↵Jonas Smedegaard
while at it.
2014-10-06Tidy: Improve reasons to use discrete encoders for WebM video but not audio.Jonas Smedegaard
2014-10-06Use Matroska (not WAV) when possible, to possibly avoid some sync issues.Jonas Smedegaard