DEV Community

Discussion on: Convert Your media files

Collapse
 
c3phas profile image
c3phas

Hey Kromiro , If you have ffmpeg installed just run the following:

ffmpeg -i video.wmv -q:a 1 -q:v 1 -f mp4 output.mp4

Collapse
 
kromiro1 profile image
Kromiro

Thank!