<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Subtitles: How to extract EIA-608 / EIA-708 subtitles from an MP4 or MKV? - Video				            </title>
            <link>https://www.tweaking4all.com/forum/video/subtitles-how-to-extract-eia-608-eia-708-subtitles-from-an-mp4/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 01:50:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Subtitles: How to extract EIA-608 / EIA-708 subtitles from an MP4?</title>
                        <link>https://www.tweaking4all.com/forum/video/subtitles-how-to-extract-eia-608-eia-708-subtitles-from-an-mp4/#post-5801</link>
                        <pubDate>Sun, 30 Mar 2025 07:45:57 +0000</pubDate>
                        <description><![CDATA[Note: Works with MKV files as well. &#x1f60a;]]></description>
                        <content:encoded><![CDATA[<p>Note: Works with MKV files as well. &#x1f60a; </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/video/">Video</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/video/subtitles-how-to-extract-eia-608-eia-708-subtitles-from-an-mp4/#post-5801</guid>
                    </item>
				                    <item>
                        <title>Subtitles: How to extract EIA-608 / EIA-708 subtitles from an MP4 or MKV?</title>
                        <link>https://www.tweaking4all.com/forum/video/subtitles-how-to-extract-eia-608-eia-708-subtitles-from-an-mp4/#post-5800</link>
                        <pubDate>Fri, 28 Mar 2025 11:37:27 +0000</pubDate>
                        <description><![CDATA[Sometimes one runs into that weird (HDTV) video file with an obscure subtitle format which ffmpeg and ffprobe do not even see but your media player (I use IINA on my Mac) and Media Info do s...]]></description>
                        <content:encoded><![CDATA[<p>Sometimes one runs into that weird (HDTV) video file with an obscure subtitle format which <a href="https://ffmpeg.org/" target="_blank" rel="noopener">ffmpeg and ffprobe</a> do not even see but your media player (I use <a href="https://iina.io/" target="_blank" rel="noopener">IINA</a> on my Mac) and <a href="https://mediaarea.net/en/MediaInfo" target="_blank" rel="noopener">Media Info</a> do show these subtitle tracks marked as EIA-608 and/or EIA-708.</p>
<p>An example screenshot of Media Info:</p>
673
<p><strong>So how do we extract this subtitle to an SRT file?</strong></p>
<p>Seem ffmpeg can actually do something with this file. Extract the subtitle like so:</p>
<pre contenteditable="false">ffmpeg -f lavfi  -i "movie='YourVideoFilename.mp4' " -map 0:s:0 eia608_subs.srt
</pre>
<p>** Mind the double and single quotes ...</p>
<p>This will result in a proper SRT file (with a potentially formatting tags).</p>
<p>Note: <strong>-map 0:s:0</strong> will select the <em>first</em> EIA-608 subtitle. <br />If there are multiple you can select the next one with <strong>-map 0:s:1</strong>, and the next one with <strong>-map 0:s:2</strong>, etc.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/video/">Video</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/video/subtitles-how-to-extract-eia-608-eia-708-subtitles-from-an-mp4/#post-5800</guid>
                    </item>
							        </channel>
        </rss>
		