<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; ffmpeg</title>
	<atom:link href="https://tech.yipp.ca/category/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Convert a TS file to MP4 using ffmpeg Looselessly</title>
		<link>https://tech.yipp.ca/ffmpeg/convert-ts-file-mp4-using-ffmpeg-looselessly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convert-ts-file-mp4-using-ffmpeg-looselessly</link>
		<comments>https://tech.yipp.ca/ffmpeg/convert-ts-file-mp4-using-ffmpeg-looselessly/#comments</comments>
		<pubDate>Wed, 13 Jun 2018 17:28:59 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[ffmpeg]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=3098</guid>
		<description><![CDATA[<p>$&#62; ffmpeg -analyzeduration 2147483647 -probesize 2147483647 -i ~/assets/input.ts -c:v copy -c:a copy ~/assets/output.mp4 analyzeduration and probesize are just a safety in case the GOP size is very high in TS stream. You might not need&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/ffmpeg/convert-ts-file-mp4-using-ffmpeg-looselessly/">Convert a TS file to MP4 using ffmpeg Looselessly</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<pre><span class="il">$&gt; ffmpeg</span> -analyzeduration 2147483647 -probesize 2147483647 -i ~/assets/input.ts -c:v <span class="il">copy</span> -c:a <span class="il">copy</span> ~/assets/output.mp4</pre>
<p><strong>analyzeduration</strong> and <strong>probesize</strong> are just a safety in case the GOP size is very high in TS stream. You might not need them.</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/ffmpeg/convert-ts-file-mp4-using-ffmpeg-looselessly/">Convert a TS file to MP4 using ffmpeg Looselessly</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/ffmpeg/convert-ts-file-mp4-using-ffmpeg-looselessly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
