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
/
encodevideo+loop+stream
Age
Commit message (
Expand
)
Author
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
Introduce variables SPEED_VPX SPEED_H264.
Jonas Smedegaard
2017-05-16
Resolve bitrate based on height.
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
Use same RTP payload types as GStreamer.
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
Fork encode+stream as encodevideo+loop+stream.
Jonas Smedegaard