summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Collapse)Author
2014-10-06Declare PCM format explicitly, and resolve downmixing as part of that rather ↵Jonas Smedegaard
than WAV container.
2014-10-05Fix revert to analyze audio separately from video: Apparently MLT silently ↵Jonas Smedegaard
skips audio analysis of other consumers are added too.
2014-10-05Fix handle multiple input files.Jonas Smedegaard
2014-10-05Support passing VP8/VP9 encoding to avconv as alternative to vpxenc ↵Jonas Smedegaard
(currently disabled).
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 ↵Jonas Smedegaard
progress.
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 ↵Jonas Smedegaard
R128 -23LUFS).
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 ↵Jonas Smedegaard
option.
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 ↵Jonas Smedegaard
defining (not applying).
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 ↵Jonas Smedegaard
containers after codecs.
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% ↵Jonas Smedegaard
bigger, and apply similar for VP8.
2014-10-01Improve description of option --refbpp.Jonas Smedegaard
2014-09-30Really fix parse rate expressed as fraction, and list numerator before ↵Jonas Smedegaard
denominator.
2014-09-30Fix parse rate expressed as fraction.Jonas Smedegaard
2014-09-30Add option --compression.Jonas Smedegaard
2014-09-30Fix resolve first (not last) input.Jonas Smedegaard
2014-09-29Drop support for fixed bitrate: Outside scope of this script.Jonas Smedegaard
2014-09-29Optimize 1st past by explicitly disable audio.Jonas Smedegaard
2014-09-29Improve tips section of help text.Jonas Smedegaard
2014-09-29Fix typo (caused rendering speedup of VP8 to be ignored).Jonas Smedegaard
2014-09-29Tidy TODOs and other comments.Jonas Smedegaard
2014-09-29Tidy input sanitation.Jonas Smedegaard
2014-09-27Really fix apply --size.Jonas Smedegaard
2014-09-27Fix apply --size.Jonas Smedegaard
2014-09-27Fix apply preset for H.264 VP8 VP9.Jonas Smedegaard
2014-09-26Fix resolve fixed-bitrate settings.Jonas Smedegaard
2014-09-26Fix use only first input for sample and jpeg preview, and drop noop grouping ↵Jonas Smedegaard
before filters.
2014-09-26Really fix echo status without messing up encoding command.Jonas Smedegaard
2014-09-26Tidy: Drop obsolete $_melt_out and custom $_melt_in.Jonas Smedegaard
2014-09-26Fix echo status without messing up encoding command.Jonas Smedegaard
2014-09-26Echo status messages.Jonas Smedegaard
2014-09-26Tidy help output.Jonas Smedegaard
2014-09-26Consistently accept either video codec or (main use of) container as format.Jonas Smedegaard
2014-09-26Tidy: Adjust indentation in help output.Jonas Smedegaard