]> git.sesse.net Git - nageru/commit
Add a --no-transcode-video flag to Kaeru.
authorSteinar H. Gunderson <steinar+nageru@gunderson.no>
Sun, 4 Apr 2021 09:55:23 +0000 (11:55 +0200)
committerSteinar H. Gunderson <steinar+nageru@gunderson.no>
Sun, 4 Apr 2021 09:55:23 +0000 (11:55 +0200)
commit11b2ae4ae768b87a4af6f0f50ba39bd75133dbb4
tree8621b1a8f21e1cc8293f28e8810842ac8ea27e3d
parent9948aa3cbbf9e0eaa7e0f92852498195e287e235
Add a --no-transcode-video flag to Kaeru.

This is useful primarily if you want Kaeru to rewrap the stream into
Metacube (for cubemap) and do nothing else with it. Only H.264
is supported for now, since everything else assumes that.

Currently, we only really support --http-mux=mpegts; other muxes seem
to have issues.
nageru/ffmpeg_capture.cpp
nageru/ffmpeg_capture.h
nageru/flags.cpp
nageru/flags.h
nageru/kaeru.cpp