Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS Folge uns auf X (ehem. Twitter) Like uns auf Facebook Trete dem WiiDatabase-Kanal auf Telegram bei und erhalte alle News sofort!

Wir hosten zurzeit 623 Homebrews mit über 3.212.404 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Schlagwort: recording

SysDVR v5.1

Nintendo Switch, Nintendo Switch: Update ,

SysDVR

Überträgt den Bildschirminhalt der Switch auf einen PC.

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