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

how to use my own custom ffmpeg build binaries with mpv player, using windows os #15360

Open
6 tasks done
Usulyre opened this issue Nov 23, 2024 · 4 comments
Open
6 tasks done
Labels

Comments

@Usulyre
Copy link

Usulyre commented Nov 23, 2024

mpv Information

No response

Other Information

Just would like to know how to use my own custom ffmpeg build binaries with mpv player, using windows os.

Is there something in the config file to set or can I replace ffmpeg binaries in a folder?

I'm using portable mpv player and I didn't find any ffmpeg binaries anywhere.

Thanks in advance.

Reproduction Steps

none

Expected Behavior

none

Actual Behavior

none

Log File

none

Sample Files

No response

I carefully read all instruction and confirm that I did the following:

  • I tested with the latest mpv version to validate that the issue is not already fixed.
  • I provided all required information including system and mpv version.
  • I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
  • I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
  • I attached the full, untruncated log file.
  • I attached the backtrace in the case of a crash.
@Usulyre Usulyre added the os:win label Nov 23, 2024
@llyyr
Copy link
Contributor

llyyr commented Nov 23, 2024

@Usulyre
Copy link
Author

Usulyre commented Nov 23, 2024

https://github.com/mpv-player/mpv/blob/master/DOCS/compile-windows.md

So there is no way to take a prebuilt mpv player and use a custom ffmpeg binary either static or shared in windows os

I have to compile mpv and ffmpeg together?

I only wanted to try one particular --vf filter that isn't included in ffmpeg here..

https://github.com/philipl/FFmpeg/tree/nvoffruc

@llyyr
Copy link
Contributor

llyyr commented Nov 23, 2024

take a prebuilt mpv player and use a custom ffmpeg binary

mpv doesn't use the ffmpeg binary, it uses the libav libraries. It's possible if the mpv is built with shared deps I guess

@CounterPillow
Copy link
Contributor

It's possible if the mpv is built with shared deps I guess

Only if the "custom ffmpeg" they're using does not change the ABI compared to the one mpv is built against.

You're better off just compiling mpv against your custom ffmpeg libs.

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

No branches or pull requests

3 participants