New Anthias 2026.06.1

Hello,

I’ve had a codec problem since the update; it won’t play any videos. I get this message when I import a video that used to work.

ffmpeg -i ‘myvideo.mp4’ -c:v libx264 -preset medium -crf 23 -c:a aac -b:a 192k -movflags +faststart ‘Bilans sans ordo avec pub.h264.mp4’

Hi @fred66 - yes this is by design. In short, Anthias will only play videos that can be natively played on the system. Historically, Anthias was more lenient, which meant choppy playback.

The solution is to run the command listed. ffmpeg is available for most operating systems. Alternatively, you can use something like Handbrake if you are not comfortable working with the terminal.


For your information, it was a bug in version 2026.6.1; with version 2026.6.2, all my videos work correctly, without any modifications.

Awesome! Thank you for the update.