mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.02k stars 2.88k forks source link

60FPS Frame Interpolation Problem #2049

Closed lubuntulux closed 9 years ago

lubuntulux commented 9 years ago

Hi there!

I have recently stumbled upon mpv's frame interpolation functionality and cannot seem to make it work. http://www.reddit.com/r/linux/comments/2u3bpw/mpv_ver_073_can_interpolate_videos_to_60fps/ https://launchpad.net/~mc3man/+archive/ubuntu/mpv-tests

My setup: Lubuntu 14.04 , nvidia-352 xorg, GTX 750 TI, i3 4330, compiz and 42" Bravia TV Mpv (ffmpeg version), ffmpeg and x264 have been downloaded from mc3man's ppa as instructed by the post.

I have also used every code variation suggested by the OP and other members, both in the mpv.conf and directly from the terminal with -- .

For example:

vo=opengl:smoothmotion:smoothmotion-threshold=0.0 hwdec=no display-fps=60

I constantly get the following mpv output when I run it:

"[vo/opengl] Warning: option smoothmotion was replaced with interpolation and might be removed in the future. [vo/opengl] Warning: option smoothmotion-threshold was replaced with tscale-param1 and might be removed in the future."

I generally cannot detect a difference in image behavior with the interpolation option on/off.

I have also tried disabling composite.

Could I be missing some packages or depdencies, necessary for mpv to function properly? It's really frustrating since a lot of people seem to have been able to set it up.

Hopefully someone can help me out.

http://textuploader.com/wqxh

Regards

proudzhu commented 9 years ago

@lubuntulux you should read the error message first. [ffmpeg] ?: https protocol not found, recompile with openssl or gnutls enabled.