TeamViewer allows to record sessions in a proprietary format with the file extension .tvs
. It can be converted to AVI with any codec installed on the local computer (using TeamViewer), but not MP4 or other container formats.
The encoding to AVI is really slow (not multi-threaded apparently, using x264 vfw; XviD would had taken even longer), the resulting file did not play well in VLC and wasn't editable at all in Avidemux on Windows.
Therefore, I'd like to know if it's possible to extract the audio and video stream inside the TVS file for further processing with ffmpeg (otherwise, I need to encode twice, which means 4 hours per 60min footage). I hope it's similar to other formats, just with a custom codec - which I hope is not built-in in TeamViewer, but available to other applications as well.