0
Ive been trying to figure out why a webm video renders incorrectly on my desktop...
The correct file can be seen here, however, downloading the file, and trying to play it in VLC/MPC-HC produces a bad video as seen here
(File is tested bad in VLC and MPC-HC, but renders perfectly in chrome and FF)
I've been able to extract the alpha channel with ffmpeg and it looks correct
Is this a poor implementation from the video players? (Other webm files play fine)
Is there a command i can throw into ffmpeg (or similar) to get the webm to look ok?
Perfect! but for various reasons i need the output to be a webm file. and if i replace .mp4 with .webm it gets grainy.. Is there a solution for this? – stelar7 – 2018-12-12T17:45:44.520
Add
-b:v 0 -crf 20– Gyan – 2018-12-12T17:47:40.137