MartinEesmaa / VVCEasy

VVCEasy is that you don't have to compile or/and coding to encode VVC (known as Versatile Video Codec). Simple. Easy. Encode. Decode
https://martineesmaa.org/en/vvceasy
MIT License
145 stars 15 forks source link

can you add bdmv/dvd menu support. And yt-dlp support in mpv-android #27

Closed aicynide closed 1 year ago

aicynide commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

MartinEesmaa commented 1 year ago

Hello @aicynide, I added yt-dlp, DVD and Blu-ray support into my mpv repository: https://github.com/MartinEesmaa/mpv-android-vvc/commit/0d95b8bab453594cd205fc7dc27840ba74b78761 https://github.com/MartinEesmaa/mpv-android-vvc/commit/573220f8693ba7c6c7736edba8c72c42a24d3927

I will build soon as possible for new mpv android with new additional features that you requested.

MartinEesmaa commented 1 year ago

@aicynide, finished. :) https://github.com/MartinEesmaa/VVCEasy/commit/0e673ecabff01c095e5d326872b1f6806f8fe821 e20e7a2

MartinEesmaa commented 1 year ago

Update: Sorry, I reverted build back and this was crashed by libbluray and yt-dlp permission denied error 13. :(

aicynide commented 1 year ago

Actually linux/windows mpv also doesn't support bluray menu

aicynide commented 1 year ago

Please add bluray/dvd menu support in mpv. Only yt-dlp support is enough in mpv-android

MartinEesmaa commented 1 year ago

Hi, @aicynide!

YT-DLP support is fine in mpv-android, because libbluray and libdvdnav may be occur crashes in mobile platforms.

For the bluray and dvd menu support in mpv, there is one issue problem: https://github.com/mpv-player/mpv/issues/5933, the person asked to resupport bd menu, but the developers haven't implementated or developed yet to add BD/DVD menu re-support.

aicynide commented 1 year ago

@MartinEesmaa Please give mpv-android apk with yt-dlp support

aicynide commented 1 year ago

Do you think you would be able to add bluray menu support in mpv?

aicynide commented 1 year ago

@MartinEesmaa please build mpv-android with yt-dlp only

MartinEesmaa commented 1 year ago

Hello @aicynide, it seems my device has permission denied to install yt-dlp in my custom build, but here is apk arm64 to test your device: https://mega.nz/file/7l900ZwS#iEfCbHCYNX_BwdDbeqSX_StVjHEyXeJqGejHeRZeph8

Universal architecture of x86, x86_64, arm64 and armeabi: https://mega.nz/file/3lNgEQAA#h1sxEYUvzS1E6cZLrJd3SpSeXDZZDEMqdSXQFsEuyas

If your device says permission denied, it may be custom build error than original build. I may ask someone to solve permission denied error 13 :/.

aicynide commented 1 year ago

I'm also getting permission error

MartinEesmaa commented 1 year ago

I'm also getting permission error

Yeah you're right. Same as well too for my device. I guess I will ask why my custom build gets permission error for some reason to mpv community for yt-dlp. :/

MartinEesmaa commented 1 year ago

I decided to close the issue for some reasons that did not work my custom builds for Blu-ray and DVD menu on MPV Desktop and yt-dlp on MPV Android. Sorry, I tried to add your request features to my custom build, but did not work.

Feel free to reopen the issue anytime.

Regards