Neben einigen Bugfixes u.a. zur flüssigen Wiedergabe lassen sich sich Streams jetzt auch als MP4 exportieren. Die Videodatei muss am Ende aber noch mit ffmpeg re-enocdiert werden, wofür folgender Befehl ausreicht:
ffmpeg -i video.mp4 -c:v h264 -c:a aac output.mp4
Näheres im Changelog.
* Fixed random image corruption in certain games, used to happen especially on still images #91 * Fixed USB errors on linux #106 * Export recordings as mp4 files #104 * * The recorded data is not processed to keep the cpu usage low, the output file may be big and not all video players may be able to play it. It's recommended to remux/re-encode the file after recording, an easy way of doing that is with ffmpeg: ffmpeg -i video.mp4 -c:v h264 -c:a aac output.mp4 * * While this seems to work well enough i didn't thoroughly test it with long recordings, please let me know of any issues. * Reduced stuttering in the built-in video player * The "simple network mode" RTSP server should now be more reliable and works in most video players