You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i am trying to extract subtitles as below, the output file is blank:
$ ffmpeg -f lavfi -i "movie=HTI.ts[out0+subcc]" -map 0:s HTI.ts.srt
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
Input #0, lavfi, from 'movie=HTI.ts[out0+subcc]':
Duration: N/A, start: 1.440000, bitrate: N/A
Stream #0:0: Video: rawvideo (Y42B / 0x42323459), yuv422p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 90k tbc
Stream #0:1: Subtitle: eia_608
Output #0, srt, to 'HTI.ts.srt':
Metadata:
encoder : Lavf58.76.100
Stream #0:0: Subtitle: subrip
Metadata:
encoder : Lavc58.134.100 srt
Stream mapping:
Stream #0:1 -> #0:0 (eia_608 (cc_dec) -> subrip (srt))
Press [q] to stop, [?] for help
[Parsed_movie_0 @ 0x5a615207fc40] EOF timestamp not reliable
size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
I think I am converting MOV -> TS wrongly which results into this. Any pointer how can i achieve my goal of extracting captions as srt or webvtt files?
The text was updated successfully, but these errors were encountered:
I have .MOV file with following info:
I converted that to MPEG2 TS as below:
When i am trying to extract subtitles as below, the output file is blank:
I think I am converting MOV -> TS wrongly which results into this. Any pointer how can i achieve my goal of extracting captions as srt or webvtt files?
The text was updated successfully, but these errors were encountered: