<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 15 Must-Know FFmpeg Commands for Video, Audio &#038; Image Conversion	</title>
	<atom:link href="https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 09 Oct 2024 04:17:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-2225983</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 09 Oct 2024 04:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16248#comment-2225983</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-2225935&quot;&gt;Tony&lt;/a&gt;.

@Tony,

Glad you found it helpful! Enjoy your video projects!

Also, there’s so much more you can explore with Linux for your video projects. Feel free to reach out if you have any questions along the way.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-2225935">Tony</a>.</p>
<p>@Tony,</p>
<p>Glad you found it helpful! Enjoy your video projects!</p>
<p>Also, there’s so much more you can explore with Linux for your video projects. Feel free to reach out if you have any questions along the way.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony		</title>
		<link>https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-2225935</link>

		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Wed, 09 Oct 2024 00:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16248#comment-2225935</guid>

					<description><![CDATA[Awesome tutorial and command examples! 

I&#039;m fairly new to Linux and need to convert some &lt;code&gt;.m4v&lt;/code&gt; files to &lt;code&gt;.mp4&lt;/code&gt;. This webpage will help tremendously with the conversion and also opens the door to other cool video projects. 

Thanks!]]></description>
			<content:encoded><![CDATA[<p>Awesome tutorial and command examples! </p>
<p>I&#8217;m fairly new to Linux and need to convert some <code>.m4v</code> files to <code>.mp4</code>. This webpage will help tremendously with the conversion and also opens the door to other cool video projects. </p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gee		</title>
		<link>https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-1689861</link>

		<dc:creator><![CDATA[Gee]]></dc:creator>
		<pubDate>Mon, 27 Dec 2021 04:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16248#comment-1689861</guid>

					<description><![CDATA[Hi tecMint,

Elsewhere &lt;code&gt;(https://larryjordan.com/articles/change-your-movies-poster-frame/)&lt;/code&gt; a solution was provided several years ago - Can I ask if you think this command (by PAJ) will work to change a movie files poster-image and hence finder icon on Big Sur in 2021

&lt;code&gt;ffmpeg : ffmpeg -i in.mp4 -I yourposterimage.jpg -map 0 -map 1 -c copy -c:v:1 mjpeg -disposition:v:1 attached_pic out.mp4&lt;/code&gt;
&lt;pre&gt;
in.mp4 = target movie file
yourposterimage = new image for poster
out.mp4 = new movie file w/ new image for poster&#038;icon
-- (? or is it &quot;attached_pic out.mp4&quot;)
&lt;/pre&gt;
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi tecMint,</p>
<p>Elsewhere <code>(https://larryjordan.com/articles/change-your-movies-poster-frame/)</code> a solution was provided several years ago &#8211; Can I ask if you think this command (by PAJ) will work to change a movie files poster-image and hence finder icon on Big Sur in 2021</p>
<p><code>ffmpeg : ffmpeg -i in.mp4 -I yourposterimage.jpg -map 0 -map 1 -c copy -c:v:1 mjpeg -disposition:v:1 attached_pic out.mp4</code></p>
<pre>
in.mp4 = target movie file
yourposterimage = new image for poster
out.mp4 = new movie file w/ new image for poster&amp;icon
-- (? or is it "attached_pic out.mp4")
</pre>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-1433100</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 09:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16248#comment-1433100</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-1432840&quot;&gt;jraju&lt;/a&gt;.

@jraju

Try to understand the command syntax, it is easy. Give it a try. You can start by running the same commands in the guide.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-1432840">jraju</a>.</p>
<p>@jraju</p>
<p>Try to understand the command syntax, it is easy. Give it a try. You can start by running the same commands in the guide.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jraju		</title>
		<link>https://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/comment-page-1/#comment-1432840</link>

		<dc:creator><![CDATA[jraju]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 02:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16248#comment-1432840</guid>

					<description><![CDATA[Hi, I do not know how to edit the comment. If the formula as a bat file also, I would be happy.

thank you]]></description>
			<content:encoded><![CDATA[<p>Hi, I do not know how to edit the comment. If the formula as a bat file also, I would be happy.</p>
<p>thank you</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
