Age | Commit message (Expand) | Author |
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 |
2014-10-04 | Distinguish initial and chained commands, the former being verbose to show pr... | Jonas Smedegaard |
2014-10-04 | Fix downmix audio channels late if potentially disturbing a filter. | Jonas Smedegaard |
2014-10-03 | Tidy: List video and audio options as filters. | Jonas Smedegaard |
2014-10-03 | Raise loudness (when applied) to ReplayGain-like -18LUFS (from default EBU R1... | Jonas Smedegaard |
2014-10-03 | Merge audio and video analyze steps. | Jonas Smedegaard |
2014-10-03 | Refactor to use vpxenc: Use of libvpx via libav apparently broken wrt. CRF op... | Jonas Smedegaard |
2014-10-03 | Fix error message when setting bogus compression mode. | Jonas Smedegaard |
2014-10-03 | Fix lower audio bitrates for Opus and AAC. | Jonas Smedegaard |
2014-10-03 | Fix use Opus (not Vorbis) with VP9. | Jonas Smedegaard |
2014-10-03 | Fix set quality (not bitrate) for Vorbis. | Jonas Smedegaard |
2014-10-02 | Tidy: Rename variable webmpreset → sizepreset_vpx, and add prefix when defi... | Jonas Smedegaard |
2014-10-01 | Tidy: Reorder to list options by topic (not by application). | Jonas Smedegaard |
2014-10-01 | Tidy: Separate codecs from containers. | Jonas Smedegaard |
2014-10-01 | Tidy: Reorder to list options for free codecs before proprietary, and contain... | Jonas Smedegaard |
2014-10-01 | Apply minrate and maxrate for VP8 and VP9. | Jonas Smedegaard |
2014-10-01 | Adjust (radically) assumption of bitrate for VP9 from 1/2 of H.264 to 27% big... | Jonas Smedegaard |