Skip to content
New issue

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

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

Already on GitHub? # to your account

mac os 360 rot_reset error #30

Open
cispadmin opened this issue Mar 14, 2024 · 3 comments
Open

mac os 360 rot_reset error #30

cispadmin opened this issue Mar 14, 2024 · 3 comments

Comments

@cispadmin
Copy link

Hello! When I tried to run your script on my macbook I received the below error. MacOs Big Sur. Macbook Pro late 2013.
ffmpeg installed.
Can you tell me how to fix this situation?
Thank you in advance for your help and time!

mpv --script=~/.config/mpv/360plugin.lua --script-opts=360plugin-enabled=yes --hwdec=yes --vf=lavfi="[minterpolate=fps=60000/1001:mi_mode=mci]" ~/Video/video.mp4
Passing more than 1 argument to vf-add is deprecated!
(+) Video --vid=1 () (h264 1920x1080 50.000fps)
(+) Audio --aid=1 (
) (aac 2ch 44100Hz)
[lavfi] AVOption 'reset_rot' not found.
[user_filter_wrapper] Creating filter 'v360' failed.
Video: no video
Exiting... (Errors when loading file)

@dfaker
Copy link
Owner

dfaker commented Mar 14, 2024

You're using an old version of mpv from prior to the introduction of the reset_rot option on the v360 filter.

@cispadmin
Copy link
Author

Version mpv on github -

RELEASE_NOTES Release 0.37.0
RELEASE_NOTES
Release 0.37.0

This is my version:
mpv 0.37.0 Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects
built on Mar 14 2024 15:36:06
libplacebo version: v6.338.1
FFmpeg version: 4.4.4
FFmpeg library versions:
libavutil 56.70.100
libavcodec 58.134.100
libavformat 58.76.100
libswscale 5.9.100
libavfilter 7.110.100
libswresample 3.9.100

@dfaker
Copy link
Owner

dfaker commented Mar 15, 2024

yeah there was some dancing with how v360 worked in that version that wasn't accommodated until ffmpeg 5.0 and later.

check one of the versions at https://mpv.io/installation/ specifically the recent ones here: https://laboratory.stolendata.net/~djinn/mpv_osx/

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

No branches or pull requests

2 participants