MattMcManis / Axiom

An FFmpeg GUI for Windows
https://axiomui.github.io
GNU General Public License v3.0
1.51k stars 116 forks source link

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

Open Tox86 opened 4 years ago

Tox86 commented 4 years ago

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

MattMcManis commented 4 years ago

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