summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Expand)Author
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
2014-09-04Add header /w licensing and package needs.Jonas Smedegaard
2014-09-03Simplyfy type hints, as recommended at <http://demos.flowplayer.org/videotest...root
2014-09-03Tweak optimizations for Theora and H.264.root
2014-09-03Add option --audio.root
2014-09-03Fix label MPEG-4 as such (not MP4).root
2014-09-03Fix offer WebM over Ogg.root
2014-09-03Change Ogg extension .ogg → .ogv (to distinguish from audio-only files e.g....root
2014-09-03Add options --h264preset --webmpreset.root
2014-09-03Fix document H.264 Main profile (not bogus "medium"), and add support for Hig...root
2014-09-03Add --rate and re-implement --profile independent from encoder, covering modu...root
2014-09-02Tidy whitespace.root
2014-09-02Rename internal vars arg* → _melt*.root
2014-08-31Fix enforce progressive output (needed for x264 Baseline, and preferred gener...root
2014-08-31Fix gracefully skip qt-faststart (recent melt reorders MPEG-4 internally).root