Axiom
Axiom copied to clipboard
[Bug] I can't convert .avi to .webm
Hello, and yes i can't convert.
Cheers.
@Tox86
I have been away for 3 months because of a family emergency, program development and support will have to be put on hold.
Try copy pasting a simplified command into command prompt, and use FFmpeg directly instead of Axiom. If it cannot convert, then it's an issue with FFmpeg and not Axiom, and not something I would be able to fix.
"C:\Path\to\ffmpeg.exe" -y -i "C:\Path\to\video.avi" -c:v libvpx -quality good -cpu-used 0 -b:v 3000K -crf 12 -pix_fmt yuv420p -map 0:v:0? -map_chapters -1 -sn -c:a libvorbis -q:a 9 -map 0:a:0? -map_metadata 0 -f webm -threads 0 "C:\Path\to\video.webm"