summaryrefslogtreecommitdiff
path: root/localvideowebencode
AgeCommit message (Expand)Author
2021-02-04fix resolve bitrate even if unused directly (may still be used e.g. to resolv...Jonas Smedegaard
2021-02-04tidy: isolate more low-level optionsJonas Smedegaard
2021-02-04tidy: isolate more low-level optionsJonas Smedegaard
2021-02-04fix support Constant Quality with ffmpeg, by avoiding option -pre (includes b...Jonas Smedegaard
2021-02-04tidy: isolate more low-level vpxenc optionsJonas Smedegaard
2021-02-04tidy: separate variable $_vpxenc_vpx -> $_vpxenc_misc_vp8 $_vpxenc_misc_vp9Jonas Smedegaard
2021-02-04fix pass vpxenc options --minsection-pct --maxsection-pct only when bitrate i...Jonas Smedegaard
2021-02-04tidy: isolate codec bitrate optionsJonas Smedegaard
2021-02-04tidy: isolate codec low-level optionsJonas Smedegaard
2021-02-04feature: add option --quality to disable or override quality rate factorJonas Smedegaard
2021-02-04tidy: use internal variable $_ffmpeg_stdin (replacing $_yuv4mpeg2_in)Jonas Smedegaard
2021-02-04tidy: use internal variable $_melt_stdout (replacing $_melt_yuv4mpeg2)Jonas Smedegaard
2021-02-04tidy: add generalized variables $qkey_*Jonas Smedegaard
2021-02-04tidy: add generalized variables $q_* $no_q_* (replacing $qscale_* $crf_* $no_...Jonas Smedegaard
2021-02-04feature: add option argument --compression=exact to use dual-pass, and use si...Jonas Smedegaard
2021-02-04tidy description of coverage of compression in --help outputJonas Smedegaard
2021-02-04tidy: consistently use Constrained Quality+VBV when quality factor is setJonas Smedegaard
2021-02-04feature: add option argument --compression=quality to use Constant QualityJonas Smedegaard
2021-02-04tidy coverage of compression in --help outputJonas Smedegaard
2021-02-04tidy references to refbpp in --help outputJonas Smedegaard
2021-02-03tidy: generalize variables $bandwidth_*Jonas Smedegaard
2021-02-03tidy: add generalized variables $no_cbr_* (replacing $vbr_*)Jonas Smedegaard
2021-02-03tidy average audio bitrates in --help outputJonas Smedegaard
2021-02-03streamline codec preset/profile variablesJonas Smedegaard
2021-02-03streamline variables for presets and profilesJonas Smedegaard
2021-02-03single-pass encode vp8/vp9 streams with melt, and dual-pass encode with ffmeg...Jonas Smedegaard
2021-01-31fix support encoding vp8/vp9 streams with ffmpegJonas Smedegaard
2021-01-30improve status messagesJonas Smedegaard
2021-01-30drop unused ffmpeg-specific pipeline (broken forever, producing only intermed...Jonas Smedegaard
2021-01-30fix tighten image quality for highest resolution vp8/vp9 frames with vpxenc (...Jonas Smedegaard
2021-01-30fix encode silent vp8/vp9 tracks with ffmpeg (broken forever - introduced in ...Jonas Smedegaard
2021-01-28really fix set H.264 video bitrate and buffer sizeJonas Smedegaard
2017-05-04Use AAC (not MP3) by default.Jonas Smedegaard
2017-05-04Fix set H.264 video bitrate and buffer size.Jonas Smedegaard
2017-05-04Fix avoid bogusly setting empty VP8/VP9 fallback bitrate.Jonas Smedegaard
2017-05-03Add TODO item on resolving html5 codec types.Jonas Smedegaard
2017-05-03Add hidden flag use_male_cbr.Jonas Smedegaard
2017-04-30Add option still-frame.Jonas Smedegaard
2017-04-13Add some TODOs.Jonas Smedegaard
2017-04-04Fix set constant quality rate only when that mode in use (when a crf value is...Jonas Smedegaard
2016-04-12Add avconv/avprobe as fallback for ffmpeg/ffprobe.Jonas Smedegaard
2016-02-29Extend copyright to cover current year.Jonas Smedegaard
2016-02-29Stop check if melt is recent: 0.9.2 (needed for loudness filter and embedded ...Jonas Smedegaard
2016-02-29Lower quality of dirty-mode H.264.Jonas Smedegaard
2016-02-29Switch to ffmpeg.Jonas Smedegaard
2014-10-10Fix double audio entry in help.Jonas Smedegaard
2014-10-10Improve tuning of Vorbis and MP3, and rewrite help section on audio styles.Jonas Smedegaard
2014-10-10Drop audio style hqspeech, and stop applying filters to audio style speech.Jonas Smedegaard
2014-10-09Encode MPEG-4 with mp3 audio (using lame library) instead of AAC: Arguably al...Jonas Smedegaard
2014-10-07Use speed 1 (not 0) for VP9: Still insanely slow.Jonas Smedegaard