Firefox 사용자 14021986 님의 리뷰
5점 만점에 5점
Firefox 사용자 14021986 님, 8년 전Very nice addon. Using it to start videos with mpv. Nice work! Keep it up
Cheers!
Tucura
Cheers!
Tucura
리뷰 27개
- 5점 만점에 5점Firefox 사용자 18177036 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 18418396 님, 2년 전
- 5점 만점에 5점Sans Undertale 님, 5년 전
- 5점 만점에 5점John Duncan 님, 5년 전Great work!
For those that use youtube-dl or yt-dlp in mpv implicitly (i.e., by adding it to your shell $PATH instead of in your mpv.conf), to get this addon to work, you need to explicitly declare a ~/.config/mpv.conf config with
ytdl_path="/opt/bin/yt-dlp"
or
script-opts-add=ytdl_hook-ytdl_path="/opt/bin/yt-dlp"
(but replace "/opt/bin/yt-dlp" with the absolute path of your youtube-dl/yt-dlp binary)
https://github.com/mpv-player/mpv/issues/8665#issuecomment-916305625 - 5점 만점에 5점Firefox 사용자 16806327 님, 5년 전I *must* be dreaming after using this extension since: I'm on linux and this simple, yet highly useful extension has out-of-the-box functionality which I assume involves some sorcery
- 5점 만점에 5점musicpronologo2@gmail.com 님, 6년 전
- 5점 만점에 5점Firefox 사용자 15251210 님, 6년 전
- 5점 만점에 5점Viliam Pucik 님, 7년 전
- 5점 만점에 5점Firefox 사용자 12176494 님, 7년 전
- 5점 만점에 4점Firefox 사용자 14532856 님, 7년 전works well with mpv player. gave it a four because some Telesur videos do not play. They have different aspect ratio. Example is https://www.youtube.com/watch?v=jbSED1r9W-Q. If I try to manually run mpv on the tmp file that it creates, mpv does not start.
I can download this video with youtube-dl in terminal and play it directly to mpv no problem.
Here is the output if I manually play the EXTM3U file from terminal.
$ mpv /tmp/mozilla_buster0/rqIjNeCd
Playing: /tmp/mozilla_buster0/rqIjNeCd
Playing: https://www.youtube.com/watch?v=jbSED1r9W-Q
Refusing to load potentially unsafe URL from a playlist.
Use --playlist=file or the --load-unsafe-playlists option to load it anyway.
Exiting... (Some errors happened)
If I directly play the http from file i get it works and I get
$ mpv https://www.youtube.com/watch?v=jbSED1r9W-Q
Playing: https://www.youtube.com/watch?v=jbSED1r9W-Q
[mkv] Unexpected end of file (no clusters found)
(+) Video --vid=1 (*) (vp9 1080x1080 29.970fps)
(+) Audio --aid=1 --alang=eng (*) 'DASH audio' (aac 2ch 44100Hz) (external)
AO: [pulse] 44100Hz stereo 2ch float
[ffmpeg/video] vp9: No support for codec vp9 profile 0.
[ffmpeg/video] vp9: Failed setup for format vaapi_vld: hwaccel initialisation returned error.
VO: [gpu] 1080x1080 yuv420p
AV: 00:00:06 / 00:01:22 (7%) A-V: 0.000 Cache: 57s+8MB
[ffmpeg] tls: Error decoding the received TLS packet.
Exiting... (Quit) - 5점 만점에 5점Firefox 사용자 14081533 님, 8년 전
- 5점 만점에 5점grahamperrin 님, 8년 전
- 5점 만점에 5점Firefox 사용자 12718320 님, 8년 전Elegant solution.
up:
Future request: white icon for dark themes. Like this — https://i.imgur.com/QtOn9Ze.png
up2:
To work with mpv:
1. Create a script with: mpv --playlist="$1"
2. Open the playlists through it: https://i.imgur.com/0klS12Z.png