<?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: Basic video editing with FFmpeg on Linux</title>
	<atom:link href="http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 06:56:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eugenia</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7303</link>
		<dc:creator>Eugenia</dc:creator>
		<pubDate>Sun, 24 May 2009 20:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7303</guid>
		<description>I just tried to cut an AVCHD HF11 .mts file I had around, and it did cut. I saved it as &lt;a href=&quot;http://www.itbroadcastanddigitalcinema.com/ffmpeg_howto.html#Encoding_VC-3&quot; rel=&quot;nofollow&quot;&gt;Avid DNxHD&lt;/a&gt; for video (145Mb bitrate), and pcm_s16le for audio. HOWEVER, as I said above, FFmpeg is so bloody buggy with AVCHD, that it thinks that 60i is 60 progressive frames, and so you end up with DOUBLE the time. For example, a 3 second AVCHD file will get saved as a 6 second one! And if you add the interlaced flags for DNxHD, you will end up with 12 seconds! The bug is in ffmpeg. You just need to go to their dev mailing list, and start shouting at them for not having fixed that bug for months now. They have no excuse in my opinion, given the popularity of the format. Please note that not all AVCHD files behave the same on ffmpeg. Some files from other manufacturers exhibit different behavior.</description>
		<content:encoded><![CDATA[<p>I just tried to cut an AVCHD HF11 .mts file I had around, and it did cut. I saved it as <a href="http://www.itbroadcastanddigitalcinema.com/ffmpeg_howto.html#Encoding_VC-3" rel="nofollow">Avid DNxHD</a> for video (145Mb bitrate), and pcm_s16le for audio. HOWEVER, as I said above, FFmpeg is so bloody buggy with AVCHD, that it thinks that 60i is 60 progressive frames, and so you end up with DOUBLE the time. For example, a 3 second AVCHD file will get saved as a 6 second one! And if you add the interlaced flags for DNxHD, you will end up with 12 seconds! The bug is in ffmpeg. You just need to go to their dev mailing list, and start shouting at them for not having fixed that bug for months now. They have no excuse in my opinion, given the popularity of the format. Please note that not all AVCHD files behave the same on ffmpeg. Some files from other manufacturers exhibit different behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sorta works</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7302</link>
		<dc:creator>sorta works</dc:creator>
		<pubDate>Sun, 24 May 2009 20:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7302</guid>
		<description>Thank you for the quick reply.

You&#039;re probably right:  currently, ffmpeg cannot properly export AVCHD (.mts) nor flash (.flv) files.

By the way, I am using an SVN version of ffmpeg built last Thursday.  Below is the result of my &quot;ffmpeg -version&quot;, for anyone who is interested.

Thanks.

==================

$ ffmpeg -version
FFmpeg version SVN-r18890, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --prefix=/usr --extra-cflags=&#039;-Wall -g &#039; --cc=&#039;ccache cc&#039; --libdir=${prefix}/lib --shlibdir=${prefix}/lib --bindir=${prefix}/bin --incdir=${prefix}/include/ffmpeg --enable-shared --enable-libmp3lame --enable-gpl --enable-libfaad --mandir=${prefix}/share/man --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-libamr-nb --enable-libamr-wb --enable-x11grab --enable-libgsm --enable-libx264 --enable-libtheora --enable-libdc1394 --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --disable-decoder=libdirac --enable-libschroedinger --disable-encoder=libschroedinger --enable-avfilter-lavf --enable-libopenjpeg --disable-altivec --disable-armv5te --disable-armv6 --disable-vis
  libavutil     50. 3. 0 / 50. 3. 0
  libavcodec    52.29. 0 / 52.29. 0
  libavformat   52.33. 0 / 52.33. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    0. 5. 0 /  0. 5. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on May 21 2009 08:51:17, gcc: 4.3.3
FFmpeg SVN-r18890
libavutil     50. 3. 0 / 50. 3. 0
libavcodec    52.29. 0 / 52.29. 0
libavformat   52.33. 0 / 52.33. 0
libavdevice   52. 2. 0 / 52. 2. 0
libavfilter    0. 5. 0 /  0. 5. 0
libswscale     0. 7. 1 /  0. 7. 1
libpostproc   51. 2. 0 / 51. 2. 0</description>
		<content:encoded><![CDATA[<p>Thank you for the quick reply.</p>
<p>You&#8217;re probably right:  currently, ffmpeg cannot properly export AVCHD (.mts) nor flash (.flv) files.</p>
<p>By the way, I am using an SVN version of ffmpeg built last Thursday.  Below is the result of my &#8220;ffmpeg -version&#8221;, for anyone who is interested.</p>
<p>Thanks.</p>
<p>==================</p>
<p>$ ffmpeg -version<br />
FFmpeg version SVN-r18890, Copyright (c) 2000-2009 Fabrice Bellard, et al.<br />
  configuration: &#8211;prefix=/usr &#8211;extra-cflags=&#8217;-Wall -g &#8216; &#8211;cc=&#8217;ccache cc&#8217; &#8211;libdir=${prefix}/lib &#8211;shlibdir=${prefix}/lib &#8211;bindir=${prefix}/bin &#8211;incdir=${prefix}/include/ffmpeg &#8211;enable-shared &#8211;enable-libmp3lame &#8211;enable-gpl &#8211;enable-libfaad &#8211;mandir=${prefix}/share/man &#8211;enable-libvorbis &#8211;enable-pthreads &#8211;enable-libfaac &#8211;enable-libxvid &#8211;enable-postproc &#8211;enable-libamr-nb &#8211;enable-libamr-wb &#8211;enable-x11grab &#8211;enable-libgsm &#8211;enable-libx264 &#8211;enable-libtheora &#8211;enable-libdc1394 &#8211;enable-libspeex &#8211;enable-nonfree &#8211;disable-stripping &#8211;enable-avfilter &#8211;enable-libdirac &#8211;disable-decoder=libdirac &#8211;enable-libschroedinger &#8211;disable-encoder=libschroedinger &#8211;enable-avfilter-lavf &#8211;enable-libopenjpeg &#8211;disable-altivec &#8211;disable-armv5te &#8211;disable-armv6 &#8211;disable-vis<br />
  libavutil     50. 3. 0 / 50. 3. 0<br />
  libavcodec    52.29. 0 / 52.29. 0<br />
  libavformat   52.33. 0 / 52.33. 0<br />
  libavdevice   52. 2. 0 / 52. 2. 0<br />
  libavfilter    0. 5. 0 /  0. 5. 0<br />
  libswscale     0. 7. 1 /  0. 7. 1<br />
  libpostproc   51. 2. 0 / 51. 2. 0<br />
  built on May 21 2009 08:51:17, gcc: 4.3.3<br />
FFmpeg SVN-r18890<br />
libavutil     50. 3. 0 / 50. 3. 0<br />
libavcodec    52.29. 0 / 52.29. 0<br />
libavformat   52.33. 0 / 52.33. 0<br />
libavdevice   52. 2. 0 / 52. 2. 0<br />
libavfilter    0. 5. 0 /  0. 5. 0<br />
libswscale     0. 7. 1 /  0. 7. 1<br />
libpostproc   51. 2. 0 / 51. 2. 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugenia</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7301</link>
		<dc:creator>Eugenia</dc:creator>
		<pubDate>Sun, 24 May 2009 20:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7301</guid>
		<description>I only tried them with the latest ffmpeg, and with HDV .m2t files. HV20/30 HDV users comprise the primary readership of my blog.

FFmpeg and mencoder suck with AVCHD files, they have many bugs. Apparently, there have been a slew of patches for AVCHD, but the maintainers are very slow integrating them to their stack, hence the eternal incompatibilities with AVCHD.

More over, you can&#039;t do this kind of processing shown in the tutorial if ffmpeg can&#039;t export in the same format. For example, you can&#039;t cut an AVCHD file and re-exporting it as AVCHD, because ffmpeg doesn&#039;t know how to export in AVCHD. You might want to cut it, and then export it as a different file format, e.g. the Avid DNxHD, or HDV .m2t.</description>
		<content:encoded><![CDATA[<p>I only tried them with the latest ffmpeg, and with HDV .m2t files. HV20/30 HDV users comprise the primary readership of my blog.</p>
<p>FFmpeg and mencoder suck with AVCHD files, they have many bugs. Apparently, there have been a slew of patches for AVCHD, but the maintainers are very slow integrating them to their stack, hence the eternal incompatibilities with AVCHD.</p>
<p>More over, you can&#8217;t do this kind of processing shown in the tutorial if ffmpeg can&#8217;t export in the same format. For example, you can&#8217;t cut an AVCHD file and re-exporting it as AVCHD, because ffmpeg doesn&#8217;t know how to export in AVCHD. You might want to cut it, and then export it as a different file format, e.g. the Avid DNxHD, or HDV .m2t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sorta works</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7300</link>
		<dc:creator>sorta works</dc:creator>
		<pubDate>Sun, 24 May 2009 20:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7300</guid>
		<description>The ffmpeg seek (-ss) and duration (-t) arguments worked on a Quicktime file.

However, they don&#039;t seem to work on an AVCHD from a Canon HF11 (.mts).  

Also, I can&#039;t get them to work on flash (.flv) files.

By the way, I am keeping these two ffmpeg arguments positioned in the command before the input file argument.</description>
		<content:encoded><![CDATA[<p>The ffmpeg seek (-ss) and duration (-t) arguments worked on a Quicktime file.</p>
<p>However, they don&#8217;t seem to work on an AVCHD from a Canon HF11 (.mts).  </p>
<p>Also, I can&#8217;t get them to work on flash (.flv) files.</p>
<p>By the way, I am keeping these two ffmpeg arguments positioned in the command before the input file argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7274</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Thu, 21 May 2009 02:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7274</guid>
		<description>Thank you Eugenia for this post!  I was thinking about that the other day..how to trim &amp; put together my HV30 M2T files in a lossless way.  Nice wrap up!</description>
		<content:encoded><![CDATA[<p>Thank you Eugenia for this post!  I was thinking about that the other day..how to trim &amp; put together my HV30 M2T files in a lossless way.  Nice wrap up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7273</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 21 May 2009 02:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7273</guid>
		<description>But...but you don&#039;t like Linux!</description>
		<content:encoded><![CDATA[<p>But&#8230;but you don&#8217;t like Linux!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kragil</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7272</link>
		<dc:creator>kragil</dc:creator>
		<pubDate>Thu, 21 May 2009 02:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7272</guid>
		<description>&lt;a href=&quot;http://www.linuxhaxor.net/2009/05/19/how-to-convert-any-video-file-format-under-linux/&quot; rel=&quot;nofollow&quot;&gt;Girls and ffmpeg&lt;/a&gt; ;)</description>
		<content:encoded><![CDATA[<p><a href="http://www.linuxhaxor.net/2009/05/19/how-to-convert-any-video-file-format-under-linux/" rel="nofollow">Girls and ffmpeg</a> <img src='http://eugenia.gnomefiles.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugenia</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7268</link>
		<dc:creator>Eugenia</dc:creator>
		<pubDate>Wed, 20 May 2009 20:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7268</guid>
		<description>The firmware of the TV (or part of it) runs Linux.</description>
		<content:encoded><![CDATA[<p>The firmware of the TV (or part of it) runs Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy McCall</title>
		<link>http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7267</link>
		<dc:creator>Andy McCall</dc:creator>
		<pubDate>Wed, 20 May 2009 20:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://eugenia.gnomefiles.org/2009/05/20/basic-video-editing-with-ffmpeg-on-linux/#comment-7267</guid>
		<description>Nice post, thanks.

One quick question - what do you mean your TV runs Linux?  Do you mean your PC, running Linux, is connected to the TV, or do you mean the firmware of your TV is based on Linux? Or, do you mean something totally different :)

Thanks!</description>
		<content:encoded><![CDATA[<p>Nice post, thanks.</p>
<p>One quick question &#8211; what do you mean your TV runs Linux?  Do you mean your PC, running Linux, is connected to the TV, or do you mean the firmware of your TV is based on Linux? Or, do you mean something totally different <img src='http://eugenia.gnomefiles.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
