summaryrefslogtreecommitdiff
path: root/bin/decode+edit+encode
AgeCommit message (Expand)Author
2017-05-19Fix sync decode+edit+encode: Generalize function videosize.Jonas Smedegaard
2017-05-19Fix sync decode+edit+encode: Resolve bitrate and speed from bits (not simply ...Jonas Smedegaard
2017-05-18Generalize function videosize.Jonas Smedegaard
2017-05-18Move generic functions (almost) to the top.Jonas Smedegaard
2017-05-18Fix include function echo_n.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-17Vary x264 speed based on height, and make not on doing same for vpx.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-16Resolve bitrate based on height.Jonas Smedegaard
2017-04-28Use rounded rescaling.Jonas Smedegaard
2017-04-27Use mapping (not audio/video supporession), and consistently use complex filt...Jonas Smedegaard
2017-04-25Hide banner.Jonas Smedegaard
2017-04-16Add 1s latency (deadline). Stop drop frames (bandwidth limits are not strict).Jonas Smedegaard
2017-04-16Limit video bitrate to 256k.Jonas Smedegaard
2017-04-16Relabel input/logo/output, and list at top.Jonas Smedegaard
2017-04-16Always encode using pixel format yuv420p (a.k.a. I420).Jonas Smedegaard
2017-04-16Handle audio (or mark as FIXME/TODO where still failing.Jonas Smedegaard
2017-04-16Drop loop: Bogusly treats audio track in main input as video track.Jonas Smedegaard
2017-04-16Scale main input in filter-complex. Reference source of scale+watermark trick...Jonas Smedegaard
2017-04-13Rename variable BITRATE → VBITRATE.Jonas Smedegaard
2017-04-13List audio before video.Jonas Smedegaard