미디어 파일에 포함될 수 있는 자막을 재생하지 않도록 mpv에 지시하는 방법

미디어 파일에 포함될 수 있는 자막을 재생하지 않도록 mpv에 지시하는 방법

영화에서 자막을 실행하는 방법에 대한 질문을 많이 받지만 이번에는 미디어 파일을 재생할 때 mpv에 자막 파일을 로드하지 않도록 어떻게 지시합니까? 미디어 파일의 구조는 다음과 같습니다 -

Format                                   : Matroska
Format version                           : Version 4 / Version 2
File size                                : 3.67 GiB
Duration                                 : 2 h 40 min
Overall bit rate                         : 3 270 kb/s
Movie name                               : 
Encoded date                             : UTC 2016-02-29 16:33:21
Writing application                      : mkvmerge v8.9.0 ('Father Daughter') 64bit
Writing library                          : libebml v1.3.3 + libmatroska v1.4.4

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings                          : CABAC / 5 Ref Frames
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 5 frames
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 2 h 40 min
Bit rate                                 : 2 500 kb/s
Width                                    : 1 920 pixels
Height                                   : 816 pixels
Display aspect ratio                     : 2.35:1
Frame rate mode                          : Constant
Frame rate                               : 24.000 FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.066
Stream size                              : 2.80 GiB (76%)
Title                                    : 
Writing library                          : x264 core 146 r2538 121396c
Encoding settings                        : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=10 / psy=1 / psy_rd=1.00:0.07 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-3 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=1000 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=8 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=24 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=2500 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=62500 / vbv_bufsize=78125 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Language                                 : Hindi
Default                                  : Yes
Forced                                   : No
Color range                              : Limited
Color primaries                          : BT.709
Transfer characteristics                 : BT.709
Matrix coefficients                      : BT.709

Audio
ID                                       : 2
Format                                   : DTS
Format/Info                              : Digital Theater Systems
Codec ID                                 : A_DTS
Duration                                 : 2 h 40 min
Bit rate mode                            : Constant
Bit rate                                 : 768 kb/s
Channel(s)                               : 6 channels
Channel positions                        : Front: L C R, Side: L R, LFE
Sampling rate                            : 48.0 kHz
Frame rate                               : 93.750 FPS (512 SPF)
Bit depth                                : 24 bits
Compression mode                         : Lossy
Stream size                              : 882 MiB (23%)
Title                                    : 
Language                                 : Hindi
Default                                  : Yes
Forced                                   : No

Text
ID                                       : 3
Format                                   : UTF-8
Codec ID                                 : S_TEXT/UTF8
Codec ID/Info                            : UTF-8 Plain Text
Duration                                 : 2 h 30 min
Bit rate                                 : 42 b/s
Count of elements                        : 1825
Stream size                              : 47.1 KiB (0%)
Title                                    : 
Language                                 : English
Default                                  : Yes
Forced                                   : No

이제 미디어 파일을 재생할 수 있기를 원하지만아니요자막이 전혀 재생되지 않습니다.

답변1

mpv(1)매뉴얼 페이지 에서 :

   --sid=<ID|auto|no>
          Display the subtitle stream specified by <ID>. auto selects  the
          default, no disables subtitles.

답변2

자막 메뉴에서 "다음 자막 트랙"을 선택하세요. 미디어에 자막이 1개만 포함되어 있으면 자동으로 비활성화됩니다. 2개 이상이면 "자막: 아니요"가 나타날 때까지 "다음 자막 트랙"을 계속 클릭하세요!

관련 정보