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

Webvtt subtitiles metadata spill over #15172

Open
6 tasks done
solomoncyj opened this issue Oct 25, 2024 · 2 comments
Open
6 tasks done

Webvtt subtitiles metadata spill over #15172

solomoncyj opened this issue Oct 25, 2024 · 2 comments

Comments

@solomoncyj
Copy link

mpv Information

mpv 0.39.0 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
libplacebo version: v7.349.0
FFmpeg version: 7.0.2
FFmpeg library versions:
   libavcodec      61.3.100
   libavdevice     61.1.100
   libavfilter     10.1.100
   libavformat     61.1.100
   libavutil       59.8.100
   libswresample   5.1.100
   libswscale      8.1.100

Important Information

- Platform version:Fedora Linux 41
- GPU model, driver and version: intel mesa 4400
- Source: dnf
- Introduced in version:

Reproduction Steps

run yt-dlp 'https://www.youtube.com/watch?v=Wjkc-q4rEGI&pp=ygUPc2F2ZSBvdXIgaGVhcnRz' --sub-lang all --embed-subs
play the file
play around with the subtitile tracks, switching between them

Expected Behavior

meta data to be truncated or, styling data to be applied to subtitles

Actual Behavior

image

Log File

output.txt

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.
@zhongfly
Copy link

zhongfly commented Oct 25, 2024

Since ffmpeg doesn't support webvtt, mpv doesn't support it either
#7214

@llyyr
Copy link
Contributor

llyyr commented Oct 25, 2024

Since ffmpeg doesn't support webvtt, mpv doesn't support it either

The issue is that when you switch around the tracks, the metadata isn't properly stripped. Not relevant to ffmpeg not supporting webvtt styling -> ass styling conversion

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

3 participants