Axiom icon indicating copy to clipboard operation
Axiom copied to clipboard

[Bug] I can't convert .avi to .webm

Open Tox86 opened this issue 4 years ago • 1 comments

Hello, and yes i can't convert. bug Cheers.

Tox86 avatar Jul 22 '20 01:07 Tox86

@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"

MattMcManis avatar Sep 01 '20 12:09 MattMcManis