<?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: Open Movie Editor - a simple non-linear video editor</title>
	<atom:link href="http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Peter Knight</title>
		<link>http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html/comment-page-1#comment-10901</link>
		<dc:creator>Peter Knight</dc:creator>
		<pubDate>Wed, 08 Jul 2009 23:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1281#comment-10901</guid>
		<description>Sorry, the above does work if you are in the correct folder. If not you get a misleading error from FFmpeg (Could not find codec parameters (Video: mjpeg)

ffmpeg -loop_input -t time_in_seconds -i &quot;/home/peter/temp/image.jpg&quot; -i &quot;/home/peter/temp/audio.mp3&quot; -y -f vob -r 25 -target dvd &quot;/home/peter/temp/video.VOB

does exactly what I want. That is audio with on screen lyrics.

Thanks Dobo</description>
		<content:encoded><![CDATA[<p>Sorry, the above does work if you are in the correct folder. If not you get a misleading error from FFmpeg (Could not find codec parameters (Video: mjpeg)</p>
<p>ffmpeg -loop_input -t time_in_seconds -i &#8220;/home/peter/temp/image.jpg&#8221; -i &#8220;/home/peter/temp/audio.mp3&#8243; -y -f vob -r 25 -target dvd &#8220;/home/peter/temp/video.VOB</p>
<p>does exactly what I want. That is audio with on screen lyrics.</p>
<p>Thanks Dobo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Knight</title>
		<link>http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html/comment-page-1#comment-10837</link>
		<dc:creator>Peter Knight</dc:creator>
		<pubDate>Tue, 07 Jul 2009 20:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1281#comment-10837</guid>
		<description>Hi Dobo,
I tried that :-

peter@peter-desktop:~$ ffmpeg -loop_input -t 1710 -i DrawMeClose.jpg -i DrawMeClose.wav -y -f flv -r 1 DrawMeClose.flv
FFmpeg version 0.5-svn17737+3:0.svn20090303-1ubuntu6, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --extra-version=svn17737+3:0.svn20090303-1ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-armv6t2 --disable-armvfp --disable-neon --disable-altivec --disable-vis --enable-shared --disable-static
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 0 / 52.20. 0
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 4. 0 /  0. 4. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Apr 10 2009 23:18:41, gcc: 4.3.3
[image2 @ 0x8685ac0]Could not find codec parameters (Video: mjpeg)
DrawMeClose.jpg: could not find codec parameters
peter@peter-desktop:~$ 

According to synaptic I have mjpeg codec</description>
		<content:encoded><![CDATA[<p>Hi Dobo,<br />
I tried that :-</p>
<p>peter@peter-desktop:~$ ffmpeg -loop_input -t 1710 -i DrawMeClose.jpg -i DrawMeClose.wav -y -f flv -r 1 DrawMeClose.flv<br />
FFmpeg version 0.5-svn17737+3:0.svn20090303-1ubuntu6, Copyright (c) 2000-2009 Fabrice Bellard, et al.<br />
  configuration: --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --extra-version=svn17737+3:0.svn20090303-1ubuntu6 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-armv6t2 --disable-armvfp --disable-neon --disable-altivec --disable-vis --enable-shared --disable-static<br />
  libavutil     49.15. 0 / 49.15. 0<br />
  libavcodec    52.20. 0 / 52.20. 0<br />
  libavformat   52.31. 0 / 52.31. 0<br />
  libavdevice   52. 1. 0 / 52. 1. 0<br />
  libavfilter    0. 4. 0 /  0. 4. 0<br />
  libswscale     0. 7. 1 /  0. 7. 1<br />
  libpostproc   51. 2. 0 / 51. 2. 0<br />
  built on Apr 10 2009 23:18:41, gcc: 4.3.3<br />
[image2 @ 0x8685ac0]Could not find codec parameters (Video: mjpeg)<br />
DrawMeClose.jpg: could not find codec parameters<br />
peter@peter-desktop:~$ </p>
<p>According to synaptic I have mjpeg codec</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dobo</title>
		<link>http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html/comment-page-1#comment-10628</link>
		<dc:creator>Dobo</dc:creator>
		<pubDate>Wed, 01 Jul 2009 23:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1281#comment-10628</guid>
		<description>@ Peter Knight.

I came across this while looking to do something similar. 
ffmpeg -loop_input -t 1710 -i your.jpg -i your.mp3 -y -f flv -r 1 video.flv

ffmpeg should be on your system by default.If not, just apt-get it.
Hope this helps.</description>
		<content:encoded><![CDATA[<p>@ Peter Knight.</p>
<p>I came across this while looking to do something similar.<br />
ffmpeg -loop_input -t 1710 -i your.jpg -i your.mp3 -y -f flv -r 1 video.flv</p>
<p>ffmpeg should be on your system by default.If not, just apt-get it.<br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Knight</title>
		<link>http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html/comment-page-1#comment-10555</link>
		<dc:creator>Peter Knight</dc:creator>
		<pubDate>Tue, 30 Jun 2009 02:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1281#comment-10555</guid>
		<description>Hi, I have gone from ubuntu 8.04 to 9.04 (a  fresh installation). Qdvdauthor worked fine in 8.04 but wont in 9.04 so I have looked for other methods.
I tried dvd-slideshow but it hangs without any error messages. (Note it did not crash only hung but system monitor showed it sleeping)
Next I tried Open Movie Editor which looks very nice. I could drag in a jpg and a wav and adjust timings and play. Project Render only offers Quicktime DV and when selected Open Movie Editor crashes. It wont import mp3 but Qdvdauthor will import mp3. Any ideas?
Thanks
Peter</description>
		<content:encoded><![CDATA[<p>Hi, I have gone from ubuntu 8.04 to 9.04 (a  fresh installation). Qdvdauthor worked fine in 8.04 but wont in 9.04 so I have looked for other methods.<br />
I tried dvd-slideshow but it hangs without any error messages. (Note it did not crash only hung but system monitor showed it sleeping)<br />
Next I tried Open Movie Editor which looks very nice. I could drag in a jpg and a wav and adjust timings and play. Project Render only offers Quicktime DV and when selected Open Movie Editor crashes. It wont import mp3 but Qdvdauthor will import mp3. Any ideas?<br />
Thanks<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leodp</title>
		<link>http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html/comment-page-1#comment-8853</link>
		<dc:creator>leodp</dc:creator>
		<pubDate>Tue, 12 May 2009 09:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1281#comment-8853</guid>
		<description>kdenlive is also quite handy and powerful.
Version 0.7.3 can be installed on jaunty easily.

leodp</description>
		<content:encoded><![CDATA[<p>kdenlive is also quite handy and powerful.<br />
Version 0.7.3 can be installed on jaunty easily.</p>
<p>leodp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john.doe</title>
		<link>http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html/comment-page-1#comment-8621</link>
		<dc:creator>john.doe</dc:creator>
		<pubDate>Thu, 07 May 2009 22:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1281#comment-8621</guid>
		<description>Any experiences how this app compares to avidemux? It&#039;s been around for a while.</description>
		<content:encoded><![CDATA[<p>Any experiences how this app compares to avidemux? It&#8217;s been around for a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.ubuntugeek.com/open-movie-editor-a-simple-non-linear-video-editor.html/comment-page-1#comment-8603</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 07 May 2009 21:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1281#comment-8603</guid>
		<description>Sweet!  I have been trying to find a video editor for Ubuntu that actually works for a long time!  I&#039;ll definitely give this a try!</description>
		<content:encoded><![CDATA[<p>Sweet!  I have been trying to find a video editor for Ubuntu that actually works for a long time!  I&#8217;ll definitely give this a try!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

