summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Collapse)Author
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
2014-09-26Rename option --loudness-results to --loudness-data.Jonas Smedegaard
2014-09-26Drop support for passing melt-specific options.Jonas Smedegaard
2014-09-26Tidy: Reword recommendations in help output.Jonas Smedegaard
2014-09-26Fix documented audio bitrates in help output.Jonas Smedegaard
2014-09-26Fix avoid upscale mono to stereo on audio style "music", or apply bogus ↵Jonas Smedegaard
audio bitrate when channels are unresolved.
2014-09-26Tune Opus, and improve help output on audio styles.Jonas Smedegaard
2014-09-26Use melt (not ffmpegthumbnailer) for preview image, and create first frame ↵Jonas Smedegaard
(not 10% into movie).
2014-09-26Fix constant bitrate (CBR) for VP8 and VP9.Jonas Smedegaard
2014-09-26Tidy: Reorder options to apply detailed customizations after preset profile ↵Jonas Smedegaard
and tune (should occur already internally in libav/x264).
2014-09-25Make avconv more quiet.Jonas Smedegaard
2014-09-25Always use two-pass mode for VP8 and VP9.Jonas Smedegaard
2014-09-25Tidy whitespace.Jonas Smedegaard