summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Expand)Author
2014-09-25Fix set preset medium and profile baseline (not bogus preset baseline) for H....Jonas Smedegaard
2014-09-25Fix apply VP9 bitrate only when set/resolved.Jonas Smedegaard
2014-09-24Relax quality on VP8 and VP9 to achieve encoding speed on par with H.264.Jonas Smedegaard
2014-09-24Add vp9 format, enabled by default.Jonas Smedegaard
2014-09-24Fix typo in downlist list.Jonas Smedegaard
2014-09-24Present downloads as unnumbered list.Jonas Smedegaard
2014-09-24Encode all targets in parallel.Jonas Smedegaard
2014-09-24Fix set container and video codec for mp4 and webm.Jonas Smedegaard
2014-09-24Fix avoid melt presets a.k.a. properties: Wrongly applies options only for ce...Jonas Smedegaard
2014-09-24Drop qmin and qmax for VP8: Handled by preset.Jonas Smedegaard
2014-09-24Tune H.264 for film when --video is either talkinghead or action.Jonas Smedegaard
2014-09-24Fix use CRF 10 (not 23) for VP8.Jonas Smedegaard
2014-09-24Drop options --h264profile --h264preset --webmpreset.Jonas Smedegaard
2014-09-23Fix parse profile 240p.Jonas Smedegaard
2014-09-22Add option --sample-length.Jonas Smedegaard
2014-09-22Fix reset qmin and qmax for VP8 (MLT presets seem misguided). Fix set crf (no...Jonas Smedegaard
2014-09-22Tidy melt_recent variable to more clearly be a flag.Jonas Smedegaard
2014-09-22Avoid optional-value options: Unsupported by dash getopt.Jonas Smedegaard
2014-09-22Fix bashism (dash ${} fails with newlines and drops double-quotes).Jonas Smedegaard
2014-09-22Fix apply limiter as last filter.Jonas Smedegaard
2014-09-22Add option --audioprefilter, and don't expand or compress speech.Jonas Smedegaard
2014-09-22Add option --loudness, and don't apply that (only limiter) to speech.Jonas Smedegaard
2014-09-22List --filter before --stem, and provide example with filter option.Jonas Smedegaard
2014-09-21Improve distinction between bitrate_fixed and bitrate.Jonas Smedegaard
2014-09-21Tidy computation of average bitrate.Jonas Smedegaard
2014-09-21Add option --formats, and render only WebM and MPEG-4 (not Ogg) by default.Jonas Smedegaard
2014-09-21Generalize size resolving (avoiding dependency on jpeginfo).Jonas Smedegaard
2014-09-20Separate sample input options from resulting melt-specific arguments.Jonas Smedegaard
2014-09-20Fix mention dependency on mediainfo.Jonas Smedegaard
2014-09-18Add audio style hqspeech, and only compress+normalize speech.Jonas Smedegaard
2014-09-17Add options --video --refbpp, and compute average bitrate when no fixed bitra...Jonas Smedegaard
2014-09-17Distinguish bitrate value from fact it was explicitly set.Jonas Smedegaard
2014-09-17Apply WebM preset 720p50_60 when appropriate.Jonas Smedegaard
2014-09-17Avoid setting default framerate or dependency on melt profiles.Jonas Smedegaard
2014-09-17Always apply WebM profile - 360p by default.Jonas Smedegaard
2014-09-16Rephrase hints section of usage output, and drop obsolete parts of header.Jonas Smedegaard
2014-09-16Fix 240p width to be half of 480p.Jonas Smedegaard
2014-09-16Fix typo causing bogus height setting (apparently then ignored) for WebM.Jonas Smedegaard
2014-09-13Postpone cleanup of audio normalize hinting till after last use (no real bene...Jonas Smedegaard
2014-09-12Fix always use progressive output (apparently input profile isn't adequate).Jonas Smedegaard
2014-09-12Apply audio filters: (expand +) compact speech, and normalize + limit both mu...Jonas Smedegaard
2014-09-12Avoid use of qt-faststart for recent melt.Jonas Smedegaard
2014-09-12Tidy $_melt_in, and separate core options in $melt.Jonas Smedegaard
2014-09-12Tidy $_melt_video and its use.Jonas Smedegaard
2014-09-12Rename → $_melt_video.Jonas Smedegaard
2014-09-12Rename → $infile_first.Jonas Smedegaard
2014-09-06Fix use AAC (not Ogg) in MPEG-4 container.Jonas Smedegaard
2014-09-04Revert "Use expr (not (( )) even if shouldn't be a bashism)."Jonas Smedegaard
2014-09-04Fix always set per-code-channel bitrates (not only via audio style).Jonas Smedegaard
2014-09-04Use expr (not (( )) even if shouldn't be a bashism).Jonas Smedegaard