summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Expand)Author
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 audio...Jonas Smedegaard
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 (n...Jonas Smedegaard
2014-09-26Fix constant bitrate (CBR) for VP8 and VP9.Jonas Smedegaard
2014-09-26Tidy: Reorder options to apply detailed customizations after preset profile a...Jonas Smedegaard
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
2014-09-25Tidy: Set bitrate only when fixed for H.264 (ignored in CRF mode).Jonas Smedegaard
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