index
:
omni/media
master
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
decode+edit+encode
Age
Commit message (
Expand
)
Author
2017-05-19
Fix sync decode+edit+encode: Generalize function videosize.
Jonas Smedegaard
2017-05-19
Fix sync decode+edit+encode: Resolve bitrate and speed from bits (not simply ...
Jonas Smedegaard
2017-05-18
Generalize function videosize.
Jonas Smedegaard
2017-05-18
Move generic functions (almost) to the top.
Jonas Smedegaard
2017-05-18
Fix include function echo_n.
Jonas Smedegaard
2017-05-18
Generalize encodings as functions.
Jonas Smedegaard
2017-05-18
Convert pixel format explictly as filter (not implicitly as constraint, for e...
Jonas Smedegaard
2017-05-18
Resolve bitrate and speed from bits (not simply height).
Jonas Smedegaard
2017-05-17
Wrap lines.
Jonas Smedegaard
2017-05-17
Vary vp8 speed based on height.
Jonas Smedegaard
2017-05-17
Rename variable SPEED_VPX → SPEED_VP8.
Jonas Smedegaard
2017-05-17
Vary x264 speed based on height, and make not on doing same for vpx.
Jonas Smedegaard
2017-05-16
Scale anamorphic to square-pixel as needed.
Jonas Smedegaard
2017-05-16
Introduce variables SPEED_VPX SPEED_H264.
Jonas Smedegaard
2017-05-16
Resolve bitrate based on height.
Jonas Smedegaard
2017-04-28
Use rounded rescaling.
Jonas Smedegaard
2017-04-27
Use mapping (not audio/video supporession), and consistently use complex filt...
Jonas Smedegaard
2017-04-25
Hide banner.
Jonas Smedegaard
2017-04-16
Add 1s latency (deadline). Stop drop frames (bandwidth limits are not strict).
Jonas Smedegaard
2017-04-16
Limit video bitrate to 256k.
Jonas Smedegaard
2017-04-16
Relabel input/logo/output, and list at top.
Jonas Smedegaard
2017-04-16
Always encode using pixel format yuv420p (a.k.a. I420).
Jonas Smedegaard
2017-04-16
Handle audio (or mark as FIXME/TODO where still failing.
Jonas Smedegaard
2017-04-16
Drop loop: Bogusly treats audio track in main input as video track.
Jonas Smedegaard
2017-04-16
Scale main input in filter-complex. Reference source of scale+watermark trick...
Jonas Smedegaard
2017-04-13
Rename variable BITRATE → VBITRATE.
Jonas Smedegaard
2017-04-13
List audio before video.
Jonas Smedegaard