BtbN / FFmpeg-Builds

MIT License
6.97k stars 956 forks source link

libvpx issue on windows #383

Closed WolfTwi97 closed 3 weeks ago

WolfTwi97 commented 3 weeks ago

hello there, im using windows and i tried this command: "ffmpeg", "-threads", "4", "-i", ${__dirname}/../assets/${id}.mp4, "-c:v", "libvpx", "-b:v", "300k", "-preset", "ultrafast", "-vf", "scale=480:360", "-aspect", "4:3", "- pix_fmt", "yuv420p", "-c:a", "libvorbis", "-r", "30", "-g", "30", ${__dirname}/../assets/${id}.webm it gets converted, i tried playing the converted video on a gaming console, but does not work. im currently trying to use vp8 for webm formats.

BtbN commented 3 weeks ago

Other than -preset not being a valid option for libvpx, I see no issue with the command. Are you sure that gaming console supports vp8 and webm/mkv? Does it play in vlc/mpv/...? In any case, this is not the right channel for user support questions, if the file is working fine in a regular player, there is no issue.

WolfTwi97 commented 3 weeks ago

never mind, please just close this.