summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2017-05-19Fix misc. bugs in recent edits.Jonas Smedegaard
2017-05-18Add script compress.Jonas Smedegaard
2017-05-18Generalize function videosize.Jonas Smedegaard
2017-05-18Move generic functions (almost) to the top.Jonas Smedegaard
2017-05-18Predictive GOP size for VP8 (not only H264.Jonas Smedegaard
2017-05-18Fix avooid single-quotes made literal by echo_n.Jonas Smedegaard
2017-05-18Fix include function echo_n.Jonas Smedegaard
2017-05-18Fix avoid arguments mistaken as options.Jonas Smedegaard
2017-05-18Generalize encodings as functions.Jonas Smedegaard
2017-05-18Convert pixel format explictly as filter (not implicitly as constraint, for e...Jonas Smedegaard
2017-05-18Resolve bitrate and speed from bits (not simply height).Jonas Smedegaard
2017-05-17Wrap lines.Jonas Smedegaard
2017-05-17Vary vp8 speed based on height.Jonas Smedegaard
2017-05-17Rename variable SPEED_VPX → SPEED_VP8.Jonas Smedegaard
2017-05-17Deinterlace dv source.Jonas Smedegaard
2017-05-17Tidy: Apply options preset and tune in that order.Jonas Smedegaard
2017-05-17Vary x264 speed based on height, and make not on doing same for vpx.Jonas Smedegaard
2017-05-17Raise audio and video quality.Jonas Smedegaard
2017-05-16Scale anamorphic to square-pixel as needed.Jonas Smedegaard
2017-05-16Introduce variables SPEED_VPX SPEED_H264.Jonas Smedegaard
2017-05-16Rename and split variable ABITRATE → ABITRATE_OPUS ABITRATE_AAC.Jonas Smedegaard
2017-05-16Rename and split variable AFRAMERATE → AFRAMERATE_SRC AFRAMERATE_OPUS AFRAM...Jonas Smedegaard
2017-05-16Resolve bitrate based on height.Jonas Smedegaard
2017-05-12Set predictive GOP size for MPEG.Jonas Smedegaard
2017-05-12Stream MPEG-TS via rtp (not raw udp).Jonas Smedegaard
2017-05-11Lower quality.Jonas Smedegaard
2017-05-11Support SEEKing in file sources.Jonas Smedegaard
2017-05-11Fix set realtime flag only for file sources.Jonas Smedegaard
2017-05-11Use single mpegts stream via raw udp for MPEG.Jonas Smedegaard
2017-05-10Support container formats nut and dv.Jonas Smedegaard
2017-05-07Quit when a single input runs out.Jonas Smedegaard
2017-05-07Raise ALSA buffers to 2048.Jonas Smedegaard
2017-05-07Fix save DVCAM as dv (not convoluted and seemingly unreadable matroska).Jonas Smedegaard
2017-05-07Generalize filters.Jonas Smedegaard
2017-05-07Tidy variable HEIGHTS: Generalize function uniqwords.Jonas Smedegaard
2017-05-07Tidy functions: Move generic ones together.Jonas Smedegaard
2017-05-07Tidy function tee_rtp: Generalize function echo_n.Jonas Smedegaard
2017-05-07Tidy function printf_each: Use generic variable name.Jonas Smedegaard
2017-05-06Fix support inserting logo.Jonas Smedegaard
2017-05-06Generalize function tee_rtp().Jonas Smedegaard
2017-05-06Tidy whitespace.Jonas Smedegaard
2017-05-05Prepare for multiple heights: Map video codecs dynamically.Jonas Smedegaard
2017-05-05Tidy spacing.Jonas Smedegaard
2017-05-05Prepare for multiple heights: Declare heights separately for each codec.Jonas Smedegaard
2017-05-05Fix avoid unbound variables.Jonas Smedegaard
2017-05-05Prepare for multiple heights.Jonas Smedegaard
2017-05-04Add MPEG (H.264/AAC) encoding, and switch variable MKMPEG.Jonas Smedegaard
2017-05-04Fix include mapping in MKWEBM closure.Jonas Smedegaard
2017-05-04Fix typo.Jonas Smedegaard
2017-05-04Add switch variable MKWEBM.Jonas Smedegaard