summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Expand)Author
2014-10-01Improve description of option --refbpp.Jonas Smedegaard
2014-09-30Really fix parse rate expressed as fraction, and list numerator before denomi...Jonas Smedegaard
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
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 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