mpv-player / mpv-player/mpv

Render subtitle one time for 3D movies

Open
#9,046 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

meta:feature-request
Dominant language
C
Stars
37k
Forks
3.5k
Avg merge
1d 10h
Merged PRs (30d)
22

Description

Expected behavior of the wanted feature

Draw a single subtitle for 3D modes.

Subtitles on 3D movies, whether .ass or .srt, are drawn two times.

vf=lavfi=[stereo3d=in=sbs2l:out=arch]
video-aspect-override=16:9
sub-ass-override="force"

Sun Jul 25 16:24:22 -04 2021
Sun Jul 25 16:30:13 -04 2021

Somehow it works well with above-below 3D movies:

vf=lavfi=[stereo3d=in=abl:out=arch]
video-aspect-override=5:5.65
sub-ass-override="force"

Sun Jul 25 16:56:16 -04 2021
Sun Jul 25 16:55:00 -04 2021

Reference

http://ffmpeg.org/ffmpeg-all.html#stereo3d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is identified in the issue. Start by reproducing the subtitle behavior in mpv with the supplied side-by-side and above-below stereo3d configurations, then trace the subtitle rendering path and compare both modes. Done means a 3D movie shows one subtitle while the existing above-below behavior remains correct.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
audio-video-rtc
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.