Age | Commit message (Expand) | Author |
2021-02-04 | tidy: consistently use Constrained Quality+VBV when quality factor is set | Jonas Smedegaard |
2021-02-04 | feature: add option argument --compression=quality to use Constant Quality | Jonas Smedegaard |
2021-02-04 | tidy coverage of compression in --help output | Jonas Smedegaard |
2021-02-04 | tidy references to refbpp in --help output | Jonas Smedegaard |
2021-02-03 | tidy: generalize variables $bandwidth_* | Jonas Smedegaard |
2021-02-03 | tidy: add generalized variables $no_cbr_* (replacing $vbr_*) | Jonas Smedegaard |
2021-02-03 | tidy average audio bitrates in --help output | Jonas Smedegaard |
2021-02-03 | streamline codec preset/profile variables | Jonas Smedegaard |
2021-02-03 | streamline variables for presets and profiles | Jonas Smedegaard |
2021-02-03 | single-pass encode vp8/vp9 streams with melt, and dual-pass encode with ffmeg... | Jonas Smedegaard |
2021-01-31 | fix support encoding vp8/vp9 streams with ffmpeg | Jonas Smedegaard |
2021-01-30 | improve status messages | Jonas Smedegaard |
2021-01-30 | drop unused ffmpeg-specific pipeline (broken forever, producing only intermed... | Jonas Smedegaard |
2021-01-30 | fix tighten image quality for highest resolution vp8/vp9 frames with vpxenc (... | Jonas Smedegaard |
2021-01-30 | fix encode silent vp8/vp9 tracks with ffmpeg (broken forever - introduced in ... | Jonas Smedegaard |
2021-01-28 | really fix set H.264 video bitrate and buffer size | Jonas Smedegaard |
2017-05-04 | Use AAC (not MP3) by default. | Jonas Smedegaard |
2017-05-04 | Fix set H.264 video bitrate and buffer size. | Jonas Smedegaard |
2017-05-04 | Fix avoid bogusly setting empty VP8/VP9 fallback bitrate. | Jonas Smedegaard |
2017-05-03 | Add TODO item on resolving html5 codec types. | Jonas Smedegaard |
2017-05-03 | Add hidden flag use_male_cbr. | Jonas Smedegaard |
2017-04-30 | Add option still-frame. | Jonas Smedegaard |
2017-04-13 | Add some TODOs. | Jonas Smedegaard |
2017-04-04 | Fix set constant quality rate only when that mode in use (when a crf value is... | Jonas Smedegaard |
2016-04-12 | Add avconv/avprobe as fallback for ffmpeg/ffprobe. | Jonas Smedegaard |
2016-02-29 | Extend copyright to cover current year. | Jonas Smedegaard |
2016-02-29 | Stop check if melt is recent: 0.9.2 (needed for loudness filter and embedded ... | Jonas Smedegaard |
2016-02-29 | Lower quality of dirty-mode H.264. | Jonas Smedegaard |
2016-02-29 | Switch to ffmpeg. | Jonas Smedegaard |
2014-10-10 | Fix double audio entry in help. | Jonas Smedegaard |
2014-10-10 | Improve tuning of Vorbis and MP3, and rewrite help section on audio styles. | Jonas Smedegaard |
2014-10-10 | Drop audio style hqspeech, and stop applying filters to audio style speech. | Jonas Smedegaard |
2014-10-09 | Encode MPEG-4 with mp3 audio (using lame library) instead of AAC: Arguably al... | Jonas Smedegaard |
2014-10-07 | Use speed 1 (not 0) for VP9: Still insanely slow. | Jonas Smedegaard |
2014-10-07 | Use VBR (not CQ) mode for VP8/VP9 (now that bitrate is set sensibly so it act... | Jonas Smedegaard |
2014-10-07 | Fix set bitrate as kilobytes (not bytes), and adapt quantifier values + use s... | Jonas Smedegaard |
2014-10-07 | Fix audio style silence, and generally cleanup $(( )) variable expansion whil... | Jonas Smedegaard |
2014-10-06 | Tidy: Improve reasons to use discrete encoders for WebM video but not audio. | Jonas Smedegaard |
2014-10-06 | Use Matroska (not WAV) when possible, to possibly avoid some sync issues. | Jonas Smedegaard |
2014-10-06 | Declare PCM format explicitly, and resolve downmixing as part of that rather ... | Jonas Smedegaard |
2014-10-05 | Fix revert to analyze audio separately from video: Apparently MLT silently sk... | Jonas Smedegaard |
2014-10-05 | Fix handle multiple input files. | Jonas Smedegaard |
2014-10-05 | Support passing VP8/VP9 encoding to avconv as alternative to vpxenc (currentl... | Jonas Smedegaard |
2014-10-05 | Fix handle silent/silencing movies. | Jonas Smedegaard |
2014-10-05 | Probe channels unconditionally, to always apply audio bitrate. | Jonas Smedegaard |
2014-10-04 | Tidy: wrap long lines, and shorten perl snippet slightly. | Jonas Smedegaard |
2014-10-04 | Tidy sample resolving (undefined resolves to 0 in shell $(( )) math). | Jonas Smedegaard |
2014-10-04 | Refine compression optimizations. | Jonas Smedegaard |
2014-10-04 | Fix accidental duplication of use_vpxenc=yes at commit 159fb1c. | Jonas Smedegaard |
2014-10-04 | Fix resolve downmixing. | Jonas Smedegaard |