ffmpeg: how to include a later starting dvb-subtitle stream?
$ ffmpeg -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
The streams are:
Input #0, mpegts, from 'fa1.m2t':
Duration: 01:43:54.32, start: 40328.578578, bitrate: 5611 kb/s
Program 25
Stream #0:0[0x33](fin): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
Stream #0:1[0x13a]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], Closed Captions, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:2[0x366](swe): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 448 kb/s
Stream #0:3[0x369](dut): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 192 kb/s (visual impaired)
Stream #0:4[0xc38](swe): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
Stream #0:5[0xc4f](swe): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
File 'fa1.mkv' already exists. Overwrite ? [y/N] y
But the the subtitle stream that I want is #0:6 which starts later...
Output #0, matroska, to 'fa1.mkv':
Metadata:
encoder : Lavf57.83.100
Stream #0:0: Video: hevc (libx265), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 1k tbn, 25 tbc
Metadata:
encoder : Lavc57.107.100 libx265
Stream #0:1(swe): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc57.107.100 aac
[mpegts @ 0x561dd54e9ae0] New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
frame= 638 fps= 28 q=-0.0 Lsize= 3587kB time=00:00:25.40 bitrate=1156.9kbits/s speed=1.11x
So, how can I include this stream #0:6 into the movie? It does not exist in the beginning of the recording.
video ffmpeg
New contributor
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
$ ffmpeg -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
The streams are:
Input #0, mpegts, from 'fa1.m2t':
Duration: 01:43:54.32, start: 40328.578578, bitrate: 5611 kb/s
Program 25
Stream #0:0[0x33](fin): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
Stream #0:1[0x13a]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], Closed Captions, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:2[0x366](swe): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 448 kb/s
Stream #0:3[0x369](dut): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 192 kb/s (visual impaired)
Stream #0:4[0xc38](swe): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
Stream #0:5[0xc4f](swe): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
File 'fa1.mkv' already exists. Overwrite ? [y/N] y
But the the subtitle stream that I want is #0:6 which starts later...
Output #0, matroska, to 'fa1.mkv':
Metadata:
encoder : Lavf57.83.100
Stream #0:0: Video: hevc (libx265), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 1k tbn, 25 tbc
Metadata:
encoder : Lavc57.107.100 libx265
Stream #0:1(swe): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc57.107.100 aac
[mpegts @ 0x561dd54e9ae0] New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
frame= 638 fps= 28 q=-0.0 Lsize= 3587kB time=00:00:25.40 bitrate=1156.9kbits/s speed=1.11x
So, how can I include this stream #0:6 into the movie? It does not exist in the beginning of the recording.
video ffmpeg
New contributor
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hi, @arijii, welcome to AskUbuntu, and thank you for asking a question. If the answer below answers your question, please click the check mark "✓" to mark your question as answered. This helps others searching for answers in the future, and gives me some points. :-) Visit askubuntu.com/tour to learn more about the AskUbuntu site.
– Jim DeLaHunt
Dec 30 '18 at 0:32
add a comment |
$ ffmpeg -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
The streams are:
Input #0, mpegts, from 'fa1.m2t':
Duration: 01:43:54.32, start: 40328.578578, bitrate: 5611 kb/s
Program 25
Stream #0:0[0x33](fin): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
Stream #0:1[0x13a]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], Closed Captions, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:2[0x366](swe): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 448 kb/s
Stream #0:3[0x369](dut): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 192 kb/s (visual impaired)
Stream #0:4[0xc38](swe): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
Stream #0:5[0xc4f](swe): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
File 'fa1.mkv' already exists. Overwrite ? [y/N] y
But the the subtitle stream that I want is #0:6 which starts later...
Output #0, matroska, to 'fa1.mkv':
Metadata:
encoder : Lavf57.83.100
Stream #0:0: Video: hevc (libx265), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 1k tbn, 25 tbc
Metadata:
encoder : Lavc57.107.100 libx265
Stream #0:1(swe): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc57.107.100 aac
[mpegts @ 0x561dd54e9ae0] New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
frame= 638 fps= 28 q=-0.0 Lsize= 3587kB time=00:00:25.40 bitrate=1156.9kbits/s speed=1.11x
So, how can I include this stream #0:6 into the movie? It does not exist in the beginning of the recording.
video ffmpeg
New contributor
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$ ffmpeg -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
The streams are:
Input #0, mpegts, from 'fa1.m2t':
Duration: 01:43:54.32, start: 40328.578578, bitrate: 5611 kb/s
Program 25
Stream #0:0[0x33](fin): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
Stream #0:1[0x13a]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], Closed Captions, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:2[0x366](swe): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 448 kb/s
Stream #0:3[0x369](dut): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 192 kb/s (visual impaired)
Stream #0:4[0xc38](swe): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
Stream #0:5[0xc4f](swe): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
File 'fa1.mkv' already exists. Overwrite ? [y/N] y
But the the subtitle stream that I want is #0:6 which starts later...
Output #0, matroska, to 'fa1.mkv':
Metadata:
encoder : Lavf57.83.100
Stream #0:0: Video: hevc (libx265), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 1k tbn, 25 tbc
Metadata:
encoder : Lavc57.107.100 libx265
Stream #0:1(swe): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc57.107.100 aac
[mpegts @ 0x561dd54e9ae0] New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
frame= 638 fps= 28 q=-0.0 Lsize= 3587kB time=00:00:25.40 bitrate=1156.9kbits/s speed=1.11x
So, how can I include this stream #0:6 into the movie? It does not exist in the beginning of the recording.
video ffmpeg
video ffmpeg
New contributor
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Dec 29 '18 at 9:50
Jim DeLaHunt
1183
1183
New contributor
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Dec 28 '18 at 2:30
arijii
82
82
New contributor
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
arijii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hi, @arijii, welcome to AskUbuntu, and thank you for asking a question. If the answer below answers your question, please click the check mark "✓" to mark your question as answered. This helps others searching for answers in the future, and gives me some points. :-) Visit askubuntu.com/tour to learn more about the AskUbuntu site.
– Jim DeLaHunt
Dec 30 '18 at 0:32
add a comment |
Hi, @arijii, welcome to AskUbuntu, and thank you for asking a question. If the answer below answers your question, please click the check mark "✓" to mark your question as answered. This helps others searching for answers in the future, and gives me some points. :-) Visit askubuntu.com/tour to learn more about the AskUbuntu site.
– Jim DeLaHunt
Dec 30 '18 at 0:32
Hi, @arijii, welcome to AskUbuntu, and thank you for asking a question. If the answer below answers your question, please click the check mark "✓" to mark your question as answered. This helps others searching for answers in the future, and gives me some points. :-) Visit askubuntu.com/tour to learn more about the AskUbuntu site.
– Jim DeLaHunt
Dec 30 '18 at 0:32
Hi, @arijii, welcome to AskUbuntu, and thank you for asking a question. If the answer below answers your question, please click the check mark "✓" to mark your question as answered. This helps others searching for answers in the future, and gives me some points. :-) Visit askubuntu.com/tour to learn more about the AskUbuntu site.
– Jim DeLaHunt
Dec 30 '18 at 0:32
add a comment |
1 Answer
1
active
oldest
votes
Use the ffmpeg option -probesize to force ffmpeg to search enough bytes into the input file, and option -analyzeduration to force it to search for enough seconds.
The ffmpeg documentation, 19 Format Options explains the options. Each takes an integer argument, with suffixes like M to indicate millions, and G to indicate billions. The argument to -probesize specifies how many bytes to search (default: 5 million). The argument to -analyzeduration specifies how many microseconds to search (default: 5 million microseconds, or 5 seconds). In both cases, they measure from the start of the input file. The search ends when the earlier of these two arguments expires. Put these options before the -i argument naming the input file.
Your example shows this message about the start of the new stream:
New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
pos is a byte count. The new stream is at 100,252,692, or just over 100 million. DTS means Decoding Time Stamp (I believe, per an ffmpeg tutorial), and is in seconds. The new stream is at 40,471.3 seconds, compared to a DTS of about 40,328.6 seconds at the start of the video, so the new stream is about 147.7 seconds in.
So, you want to search at least 101 million bytes and 150 million microseconds into the input video. Insert these options before the -i fa1.m2t, giving:
$ ffmpeg -probesize 101M -analyzeduration 150M -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
[Note: new command not tested, since I don't have your input file.]
New contributor
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
arijii is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1105050%2fffmpeg-how-to-include-a-later-starting-dvb-subtitle-stream%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use the ffmpeg option -probesize to force ffmpeg to search enough bytes into the input file, and option -analyzeduration to force it to search for enough seconds.
The ffmpeg documentation, 19 Format Options explains the options. Each takes an integer argument, with suffixes like M to indicate millions, and G to indicate billions. The argument to -probesize specifies how many bytes to search (default: 5 million). The argument to -analyzeduration specifies how many microseconds to search (default: 5 million microseconds, or 5 seconds). In both cases, they measure from the start of the input file. The search ends when the earlier of these two arguments expires. Put these options before the -i argument naming the input file.
Your example shows this message about the start of the new stream:
New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
pos is a byte count. The new stream is at 100,252,692, or just over 100 million. DTS means Decoding Time Stamp (I believe, per an ffmpeg tutorial), and is in seconds. The new stream is at 40,471.3 seconds, compared to a DTS of about 40,328.6 seconds at the start of the video, so the new stream is about 147.7 seconds in.
So, you want to search at least 101 million bytes and 150 million microseconds into the input video. Insert these options before the -i fa1.m2t, giving:
$ ffmpeg -probesize 101M -analyzeduration 150M -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
[Note: new command not tested, since I don't have your input file.]
New contributor
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Use the ffmpeg option -probesize to force ffmpeg to search enough bytes into the input file, and option -analyzeduration to force it to search for enough seconds.
The ffmpeg documentation, 19 Format Options explains the options. Each takes an integer argument, with suffixes like M to indicate millions, and G to indicate billions. The argument to -probesize specifies how many bytes to search (default: 5 million). The argument to -analyzeduration specifies how many microseconds to search (default: 5 million microseconds, or 5 seconds). In both cases, they measure from the start of the input file. The search ends when the earlier of these two arguments expires. Put these options before the -i argument naming the input file.
Your example shows this message about the start of the new stream:
New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
pos is a byte count. The new stream is at 100,252,692, or just over 100 million. DTS means Decoding Time Stamp (I believe, per an ffmpeg tutorial), and is in seconds. The new stream is at 40,471.3 seconds, compared to a DTS of about 40,328.6 seconds at the start of the video, so the new stream is about 147.7 seconds in.
So, you want to search at least 101 million bytes and 150 million microseconds into the input video. Insert these options before the -i fa1.m2t, giving:
$ ffmpeg -probesize 101M -analyzeduration 150M -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
[Note: new command not tested, since I don't have your input file.]
New contributor
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Use the ffmpeg option -probesize to force ffmpeg to search enough bytes into the input file, and option -analyzeduration to force it to search for enough seconds.
The ffmpeg documentation, 19 Format Options explains the options. Each takes an integer argument, with suffixes like M to indicate millions, and G to indicate billions. The argument to -probesize specifies how many bytes to search (default: 5 million). The argument to -analyzeduration specifies how many microseconds to search (default: 5 million microseconds, or 5 seconds). In both cases, they measure from the start of the input file. The search ends when the earlier of these two arguments expires. Put these options before the -i argument naming the input file.
Your example shows this message about the start of the new stream:
New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
pos is a byte count. The new stream is at 100,252,692, or just over 100 million. DTS means Decoding Time Stamp (I believe, per an ffmpeg tutorial), and is in seconds. The new stream is at 40,471.3 seconds, compared to a DTS of about 40,328.6 seconds at the start of the video, so the new stream is about 147.7 seconds in.
So, you want to search at least 101 million bytes and 150 million microseconds into the input video. Insert these options before the -i fa1.m2t, giving:
$ ffmpeg -probesize 101M -analyzeduration 150M -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
[Note: new command not tested, since I don't have your input file.]
New contributor
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Use the ffmpeg option -probesize to force ffmpeg to search enough bytes into the input file, and option -analyzeduration to force it to search for enough seconds.
The ffmpeg documentation, 19 Format Options explains the options. Each takes an integer argument, with suffixes like M to indicate millions, and G to indicate billions. The argument to -probesize specifies how many bytes to search (default: 5 million). The argument to -analyzeduration specifies how many microseconds to search (default: 5 million microseconds, or 5 seconds). In both cases, they measure from the start of the input file. The search ends when the earlier of these two arguments expires. Put these options before the -i argument naming the input file.
Your example shows this message about the start of the new stream:
New subtitle stream 0:6 at pos:100252692 and DTS:40471.3s
pos is a byte count. The new stream is at 100,252,692, or just over 100 million. DTS means Decoding Time Stamp (I believe, per an ffmpeg tutorial), and is in seconds. The new stream is at 40,471.3 seconds, compared to a DTS of about 40,328.6 seconds at the start of the video, so the new stream is about 147.7 seconds in.
So, you want to search at least 101 million bytes and 150 million microseconds into the input video. Insert these options before the -i fa1.m2t, giving:
$ ffmpeg -probesize 101M -analyzeduration 150M -i fa1.m2t -ss 0:02:22 -to 01:34:17 -map 0:1 -map 0:2 -map 0:6? -c:v libx265 -crf 28 -preset ultrafast -c:a aac -b:a 128k -c:s copy fa1.mkv
[Note: new command not tested, since I don't have your input file.]
New contributor
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Dec 29 '18 at 8:09
Jim DeLaHunt
1183
1183
New contributor
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Jim DeLaHunt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
arijii is a new contributor. Be nice, and check out our Code of Conduct.
arijii is a new contributor. Be nice, and check out our Code of Conduct.
arijii is a new contributor. Be nice, and check out our Code of Conduct.
arijii is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1105050%2fffmpeg-how-to-include-a-later-starting-dvb-subtitle-stream%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hi, @arijii, welcome to AskUbuntu, and thank you for asking a question. If the answer below answers your question, please click the check mark "✓" to mark your question as answered. This helps others searching for answers in the future, and gives me some points. :-) Visit askubuntu.com/tour to learn more about the AskUbuntu site.
– Jim DeLaHunt
Dec 30 '18 at 0:32