I have upgrade to the latest ffmpeg which supports webm, but I can’t seem to convert webm to mp4
ffmpeg -i filea.webM -sameq filea.flv
I am getting this error
swScaler: Unknown format is not supported as input pixel format
Cannot get resampling context
I am not sure what to do.
You are asking to convert to mp4 but have added .flv output format in your command, try: