summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Expand)Author
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 is...Jonas Smedegaard
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
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 al...Jonas Smedegaard
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 act...Jonas Smedegaard
2014-10-07Fix set bitrate as kilobytes (not bytes), and adapt quantifier values + use s...Jonas Smedegaard
2014-10-07Fix audio style silence, and generally cleanup $(( )) variable expansion whil...Jonas Smedegaard
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
2014-10-06Declare PCM format explicitly, and resolve downmixing as part of that rather ...Jonas Smedegaard
2014-10-05Fix revert to analyze audio separately from video: Apparently MLT silently sk...Jonas Smedegaard
2014-10-05Fix handle multiple input files.Jonas Smedegaard
2014-10-05Support passing VP8/VP9 encoding to avconv as alternative to vpxenc (currentl...Jonas Smedegaard
2014-10-05Fix handle silent/silencing movies.Jonas Smedegaard
2014-10-05Probe channels unconditionally, to always apply audio bitrate.Jonas Smedegaard
2014-10-04Tidy: wrap long lines, and shorten perl snippet slightly.Jonas Smedegaard
2014-10-04Tidy sample resolving (undefined resolves to 0 in shell $(( )) math).Jonas Smedegaard
2014-10-04Refine compression optimizations.Jonas Smedegaard
2014-10-04Fix accidental duplication of use_vpxenc=yes at commit 159fb1c.Jonas Smedegaard
2014-10-04Fix resolve downmixing.Jonas Smedegaard
2014-10-04Distinguish initial and chained commands, the former being verbose to show pr...Jonas Smedegaard
2014-10-04Fix downmix audio channels late if potentially disturbing a filter.Jonas Smedegaard
2014-10-03Tidy: List video and audio options as filters.Jonas Smedegaard
2014-10-03Raise loudness (when applied) to ReplayGain-like -18LUFS (from default EBU R1...Jonas Smedegaard
2014-10-03Merge audio and video analyze steps.Jonas Smedegaard
2014-10-03Refactor to use vpxenc: Use of libvpx via libav apparently broken wrt. CRF op...Jonas Smedegaard
2014-10-03Fix error message when setting bogus compression mode.Jonas Smedegaard
2014-10-03Fix lower audio bitrates for Opus and AAC.Jonas Smedegaard
2014-10-03Fix use Opus (not Vorbis) with VP9.Jonas Smedegaard
2014-10-03Fix set quality (not bitrate) for Vorbis.Jonas Smedegaard
2014-10-02Tidy: Rename variable webmpreset → sizepreset_vpx, and add prefix when defi...Jonas Smedegaard
2014-10-01Tidy: Reorder to list options by topic (not by application).Jonas Smedegaard
2014-10-01Tidy: Separate codecs from containers.Jonas Smedegaard
2014-10-01Tidy: Reorder to list options for free codecs before proprietary, and contain...Jonas Smedegaard
2014-10-01Apply minrate and maxrate for VP8 and VP9.Jonas Smedegaard
2014-10-01Adjust (radically) assumption of bitrate for VP9 from 1/2 of H.264 to 27% big...Jonas Smedegaard