I want convert wmv file to mp4 using ffmpeg. Video details 1920x1080, total bitrate 7978kbps, frame rate 29 fps. Image slideshow, no audio. It show audio data, but there was no option to disable audio when I created wmv.
ffmpeg -i input.wmv -c:v libx264 -crf 23 output.mp4
Should I use command above or there is better settings to compress video without losing picture quality? (as it just static images, animation is only transitions effect between frames)