Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpv_identify.sh does not extract fps properly anymore #4550

Closed
320x200 opened this issue Jun 25, 2017 · 2 comments
Closed

mpv_identify.sh does not extract fps properly anymore #4550

320x200 opened this issue Jun 25, 2017 · 2 comments

Comments

@320x200
Copy link

320x200 commented Jun 25, 2017

mpv version and platform

mpv --version
mpv 0.25.0 (C) 2000-2017 mpv/MPlayer/mplayer2 projects
 built on UNKNOWN
ffmpeg library versions:
   libavutil       55.58.100
   libavcodec      57.89.100
   libavformat     57.71.100
   libswscale      4.6.100
   libavfilter     6.82.100
   libswresample   2.7.100
ffmpeg version: 3.3.2
apt-cache show mpv
Package: mpv
Source: mpv-dmo
Version: 1:0.25.0-dmo3
Installed-Size: 2198
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Architecture: amd64
Depends: libasound2 (>= 1.0.27), libass9 (>= 2:0.13.7), libavcodec57 (>= 10:3.3.2), libavdevice57 (>= 10:3.3.2), libavfilter6 (>= 10:3.3.2), libavformat57 (>= 10:3.3.2), libavutil55 (>= 10:3.3.2), libbluray2, libc6 (>= 2.16), libcaca0 (>= 0.99.beta17-1), libcdio-cdda1 (>= 0.83), libcdio-paranoia1 (>= 0.83), libcdio13 (>= 0.83), libdrm2 (>= 2.4.25), libdvdnav4 (>= 4.1.3), libdvdread4 (>= 4.1.3), libegl1-mesa (>= 7.8.1) | libegl1-x11, libgbm1 (>= 8.1~0), libgl1-mesa-glx | libgl1, libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.6), liblua5.2-0, libpulse0 (>= 0.99.4), librubberband2, libsdl2-2.0-0 (>= 2.0.4), libswresample2 (>= 10:3.3.2), libswscale4 (>= 10:3.3.2), libuchardet0, libv4l-0 (>= 0.5.0), libva-drm1 (>= 1.1.0), libva-wayland1 (>= 1.3.0), libva-x11-1 (>= 1.0.3), libva1 (>= 1.7.3), libvdpau1 (>= 0.2), libwayland-client0 (>= 1.9.91), libwayland-cursor0 (>= 1.0.2), libwayland-egl1-mesa (>= 10.0.2) | libwayland-egl1, libx11-6, libxext6, libxinerama1, libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.2.99.2), libxss1, libxv1, vapoursynth (>= 38), zlib1g (>= 1:1.1.4)
Recommends: xdg-utils
Suggests: youtube-dl
Description-en: [...]
Description-md5: d759409f89320a50997f001c984af9bc
Bugs: mailto:marillat@deb-multimedia.org
Homepage: http://mpv.io/
Section: video
Priority: extra
Filename: pool/main/m/mpv-dmo/mpv_0.25.0-dmo3_amd64.deb
Size: 873424
MD5sum: de029852e27ad5391092ebc1eab39cf9
SHA256: a0d00406a104b454636df4ce7e95f85c9bd046aced37aef6c584f23176b89a23

Debian Sid

Reproduction steps

./mpv_identify.sh anyvideo.mkv
./mpv_identify.sh anyvideo.mp4
./mpv_identify.sh anyvideo.avi
./mpv_identify.sh anyvideo.webm

Expected behavior

[...]
fps=<fps of the input file>
[...]

Actual behavior

[...]
fps=0.000000
[...]

Log file

http://sprunge.us/aZAV

@wiiaboo
Copy link
Member

wiiaboo commented Jun 25, 2017

Try changing it to "container-fps" instead. 'fps' property has been deprecated for a while.

@320x200
Copy link
Author

320x200 commented Jun 25, 2017

Works! Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants