AnyDesk session recordings are saved in a proprietary file format, which is only playable within the AnyDesk client. There is currently no official internal tool
or built-in button to directly export or convert these files to MP4 AnyDesk Help Center
To get an MP4 version of your AnyDesk recording, you must use one of the following verified third-party workarounds. Option 1: Re-record Using OBS Studio (Most Recommended)
The most reliable way to create a high-quality MP4 is to play the recording in AnyDesk and capture it using screen recording software. Download and install OBS Studio , which is a free, open-source screen recorder. AnyDesk client and locate the session recording you wish to convert.
, add a "Window Capture" source and select the AnyDesk playback window. Output Format in OBS settings to
Start recording in OBS, then immediately play the AnyDesk session recording. convert anydesk video to mp4 verified
Once the playback finishes, stop the OBS recording to save your MP4. Option 2: Use Online Converters
Some online video processing tools claim support for uploading and converting .anydesk files directly, though success can vary depending on the specific codec used in your version.
: This tool states it can import .anydesk files directly to convert them to MP4 in a browser-based editor. Option 3: Screen Capture with VLC If you already have VLC Media Player
installed, you can use its "Capture Device" feature to record your screen while the AnyDesk video is playing. Open VLC and go to Media > Open Capture Device Capture mode to "Desktop." Click the arrow next to and select Choose the Video - H.264 + MP3 (MP4) Set a destination file name ending in Play your AnyDesk recording immediately. Important Considerations Real-time Conversion
: All verified re-recording methods require you to let the entire video play from start to finish. Avoid Interruptions AnyDesk session recordings are saved in a proprietary
: Do not move your cursor over the playback area, minimize the window, or fast-forward while re-recording, as these actions will be captured in the final MP4. Storage Path
: By default, AnyDesk saves its proprietary recordings in the Videos\AnyDesk folder on your computer. free screen recorders that are lighter on system resources than OBS? AI responses may include mistakes. Learn more How to Convert Any Desk Recorded Sessions into MP4
ffmpeg -i input.anydesk -c copy output.mp4
Breakdown of the command:
-i input.anydesk : Your source file.-c copy : Copy the video and audio streams directly without re-encoding (Verified lossless).output.mp4 : Your destination file.Why this is verified: FFmpeg is open-source and audited by thousands of developers. It respects the raw data. If you get an error like "Unsupported codec," update to the latest version of FFmpeg (as of 2024, build 6.1+ supports AnyDesk containers).
The .anydesk format is not a standard video container. It may contain: How to convert using FFmpeg:
Direct renaming or naive conversion results in unplayable or corrupted output. A reliable, repeatable verified conversion pipeline is needed.
AnyDesk’s built-in session recorder saves videos in a proprietary format (often with .anydesk extension or inside a folder).
To get a standard .mp4:
Use AnyDesk’s own conversion tool (verified):
Extras → Session Recording → Convert Recording.If you don’t have AnyDesk installed (verified workaround):
.anydesk format reliably.