indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 19 forks source link

Feature Request: A/V export (mpeg, etc.) #28

Open indigodarkwolf opened 3 years ago

indigodarkwolf commented 3 years ago

There's gif exporting, there's wav exporting, it seems reasonable to consider welding these two ideas together somehow to export an A/V file. This is obviously more involved than the existing solutions, so this is longer-term, or something to do while we wait for updated hardware information and/or official emulator r40.

irmen commented 10 months ago

maybe spawn external "ffmpeg -i pipe:0 -i pipe:1 result.mp4" and instead of writing the .gif and the .wav to a file, write them to 2 pipes?