<?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: Using Kino to make YouTube videos</title>
	<atom:link href="http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/</link>
	<description>Link, comment, and if you have time, read.</description>
	<lastBuildDate>Fri, 10 Sep 2010 08:14:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kristofer</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-92</link>
		<dc:creator>Kristofer</dc:creator>
		<pubDate>Sat, 11 Jul 2009 05:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-92</guid>
		<description>This worked for me too, using stock debian.  Thank you!</description>
		<content:encoded><![CDATA[<p>This worked for me too, using stock debian.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Donnelly</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-91</link>
		<dc:creator>George Donnelly</dc:creator>
		<pubDate>Sat, 11 Oct 2008 23:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-91</guid>
		<description>Thank you, this worked for me and I the end results remained high quality without being too big.</description>
		<content:encoded><![CDATA[<p>Thank you, this worked for me and I the end results remained high quality without being too big.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-90</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 12 Oct 2007 02:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-90</guid>
		<description>FYI, to go from .dv right to .flv export to OpenSML AVI as mentioned previously and then turn this script for the .flv file:&lt;br/&gt;&lt;br/&gt;#!/bin/bash&lt;br/&gt;&lt;br/&gt;INFILE=$1&lt;br/&gt;OUTFILE=`basename $1 .dv`.flv&lt;br/&gt;mencoder $INFILE -o $OUTFILE \&lt;br/&gt; -of lavf  -oac mp3lame \&lt;br/&gt; -quiet -cache 8192 \&lt;br/&gt; -lameopts abr:br=56 -srate 44100 \&lt;br/&gt; -ovc lavc \&lt;br/&gt; -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 \&lt;br/&gt; -lavfopts \&lt;br/&gt;i_certify_that_my_video_stream_does_not_use_b_frames&lt;br/&gt;&lt;br/&gt;note: the last line ends with &quot;_frames&quot;. Also, depending on your audio rate in the video, you might want to change -srate appropriately.&lt;br/&gt;&lt;br/&gt;you should now have a Shockwave Flash Video file you can place on a webpage like youtube.com does.</description>
		<content:encoded><![CDATA[<p>FYI, to go from .dv right to .flv export to OpenSML AVI as mentioned previously and then turn this script for the .flv file:</p>
<p>#!/bin/bash</p>
<p>INFILE=$1<br />OUTFILE=`basename $1 .dv`.flv<br />mencoder $INFILE -o $OUTFILE \<br /> -of lavf  -oac mp3lame \<br /> -quiet -cache 8192 \<br /> -lameopts abr:br=56 -srate 44100 \<br /> -ovc lavc \<br /> -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 \<br /> -lavfopts \<br />i_certify_that_my_video_stream_does_not_use_b_frames</p>
<p>note: the last line ends with &#8220;_frames&#8221;. Also, depending on your audio rate in the video, you might want to change -srate appropriately.</p>
<p>you should now have a Shockwave Flash Video file you can place on a webpage like youtube.com does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-89</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 11 Oct 2007 19:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-89</guid>
		<description>Good going and thanks for posting your results and methods. Hopefully it can help someone out. &lt;br/&gt;&lt;br/&gt;I just read in Linux Journal about KDENLIVE so I may try that out next time I do a little video project.</description>
		<content:encoded><![CDATA[<p>Good going and thanks for posting your results and methods. Hopefully it can help someone out. </p>
<p>I just read in Linux Journal about KDENLIVE so I may try that out next time I do a little video project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-88</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 11 Oct 2007 16:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-88</guid>
		<description>I figured out how to get it to work for me!&lt;br/&gt;&lt;br/&gt;First, Kino would not export anything as I had it setup but I looked at the process list to see what Kino was attempting to do with mencoder and saved that to a file/script and tried running the script. I ran the script on the two saved DV files  from Kino, both under the MPEG tab, one MPEG-2 the other DVD. I got video but sound was garbage.&lt;br/&gt;&lt;br/&gt;THEN, I tried saving from the DV tab and selected OpenDML AVI, Update Date and Timecode, Resample Audio. After running the script on this file, it worked.&lt;br/&gt;&lt;br/&gt;Going back to Kino to try exporting as listed in this blog it started to look like it was exporting but then locked Kino up.&lt;br/&gt;&lt;br/&gt;Here is the script I used to convert the OpenDML AVI file to Youtube acceptable format as this blog described:&lt;br/&gt;&lt;br/&gt;#!/bin/bash&lt;br/&gt;&lt;br/&gt;INFILE=$1&lt;br/&gt;mencoder $INFILE -quiet -cache 8192 \&lt;br/&gt;   -aspect 4:3 -xy 320 -zoom \&lt;br/&gt;   -vf harddup,pp=ci,scale \&lt;br/&gt;   -af-adv force=1 -srate 32000 \&lt;br/&gt;   -ovc xvid -oac mp3lame \&lt;br/&gt;   -lameopts preset=64 \&lt;br/&gt;   -xvidencopts bitrate=500 \&lt;br/&gt;   -o /tmp/outfile.avi&lt;br/&gt;&lt;br/&gt;yup, Kino still locked up...had to kill mencoder process to get it back. Running a 2nd time it looks like it actually finished but no output file was generated. Looking further, I see that when Kino runs export, I get 2 instances of exports/mencoder.sh and 2 instances of mencoder taking STDIO and trying to convert to the file /tmp/outfile.avi.&lt;br/&gt;&lt;br/&gt;So the work-around for me is to export the OpenDML AVI file and run the mencoder script manually.</description>
		<content:encoded><![CDATA[<p>I figured out how to get it to work for me!</p>
<p>First, Kino would not export anything as I had it setup but I looked at the process list to see what Kino was attempting to do with mencoder and saved that to a file/script and tried running the script. I ran the script on the two saved DV files  from Kino, both under the MPEG tab, one MPEG-2 the other DVD. I got video but sound was garbage.</p>
<p>THEN, I tried saving from the DV tab and selected OpenDML AVI, Update Date and Timecode, Resample Audio. After running the script on this file, it worked.</p>
<p>Going back to Kino to try exporting as listed in this blog it started to look like it was exporting but then locked Kino up.</p>
<p>Here is the script I used to convert the OpenDML AVI file to Youtube acceptable format as this blog described:</p>
<p>#!/bin/bash</p>
<p>INFILE=$1<br />mencoder $INFILE -quiet -cache 8192 \<br />   -aspect 4:3 -xy 320 -zoom \<br />   -vf harddup,pp=ci,scale \<br />   -af-adv force=1 -srate 32000 \<br />   -ovc xvid -oac mp3lame \<br />   -lameopts preset=64 \<br />   -xvidencopts bitrate=500 \<br />   -o /tmp/outfile.avi</p>
<p>yup, Kino still locked up&#8230;had to kill mencoder process to get it back. Running a 2nd time it looks like it actually finished but no output file was generated. Looking further, I see that when Kino runs export, I get 2 instances of exports/mencoder.sh and 2 instances of mencoder taking STDIO and trying to convert to the file /tmp/outfile.avi.</p>
<p>So the work-around for me is to export the OpenDML AVI file and run the mencoder script manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hdsudean</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-87</link>
		<dc:creator>hdsudean</dc:creator>
		<pubDate>Sat, 01 Sep 2007 06:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-87</guid>
		<description>Hello David,&lt;br/&gt;&lt;br/&gt;I am Russell Crowder owner of http://fictionaluniversity.com and I am seeking someone to make short viral type video&#039;s for us.  To see one of our more recent tv news video&#039;s go to youtube and search for Dear Loser Cards.  All help greatly appreciated.&lt;br/&gt;&lt;br/&gt;Russell Crowder&lt;br/&gt;hdsubusiness@aol.com&lt;br/&gt;(440) 886-2555</description>
		<content:encoded><![CDATA[<p>Hello David,</p>
<p>I am Russell Crowder owner of <a href="http://fictionaluniversity.com" rel="nofollow">http://fictionaluniversity.com</a> and I am seeking someone to make short viral type video&#8217;s for us.  To see one of our more recent tv news video&#8217;s go to youtube and search for Dear Loser Cards.  All help greatly appreciated.</p>
<p>Russell Crowder<br /><a href="mailto:hdsubusiness@aol.com">hdsubusiness@aol.com</a><br />(440) 886-2555</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manduca</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-86</link>
		<dc:creator>Manduca</dc:creator>
		<pubDate>Wed, 01 Aug 2007 20:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-86</guid>
		<description>I was looking for Kino export settings for YouTube. This was super helpful - Thanks!</description>
		<content:encoded><![CDATA[<p>I was looking for Kino export settings for YouTube. This was super helpful &#8211; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-85</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 03 Jun 2007 07:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-85</guid>
		<description>I can say with confidence that I did not need to compile MEncoder. Looking at my files, it does appear that I compiled ffmpeg-0.cvs20060823 which I probably dowloaded on a tip from the Ubuntu(or some other) forums. The file I actually grabbed to do this was ffmpeg_0.cvs20060823-3.1ubuntu1.diff.gz</description>
		<content:encoded><![CDATA[<p>I can say with confidence that I did not need to compile MEncoder. Looking at my files, it does appear that I compiled ffmpeg-0.cvs20060823 which I probably dowloaded on a tip from the Ubuntu(or some other) forums. The file I actually grabbed to do this was ffmpeg_0.cvs20060823-3.1ubuntu1.diff.gz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-84</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 02 Jun 2007 16:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-84</guid>
		<description>Hello again, long road but I am almost there.  I reverted to Edgy Eft (6.10), and could not get anything working, which put me even further away than where I was.  So Feisty Fawn (7.04) was installed back with UbuntuStudio, and I found an article on recompiling ffmpeg for LAME support at http://po-ru.com/diary/bleeding-edge-ffmpeg-on-ubuntu-feisty/&lt;br/&gt;&lt;br/&gt;Those steps got me setup such that now I can export with the MP4 AVI (FFMPEG) function, and get a working video without errors.  Still no success with the XViD (MENCODER) export, and still receiving the same errors.  However, there is now at least one way for the videos to be exported for YouTube.&lt;br/&gt;&lt;br/&gt;Did you by chance have to do any specific recompiling of mencoder or mplayer?  &lt;br/&gt;&lt;br/&gt;Thanks again for your help :]</description>
		<content:encoded><![CDATA[<p>Hello again, long road but I am almost there.  I reverted to Edgy Eft (6.10), and could not get anything working, which put me even further away than where I was.  So Feisty Fawn (7.04) was installed back with UbuntuStudio, and I found an article on recompiling ffmpeg for LAME support at <a href="http://po-ru.com/diary/bleeding-edge-ffmpeg-on-ubuntu-feisty/" rel="nofollow">http://po-ru.com/diary/bleeding-edge-ffmpeg-on-ubuntu-feisty/</a></p>
<p>Those steps got me setup such that now I can export with the MP4 AVI (FFMPEG) function, and get a working video without errors.  Still no success with the XViD (MENCODER) export, and still receiving the same errors.  However, there is now at least one way for the videos to be exported for YouTube.</p>
<p>Did you by chance have to do any specific recompiling of mencoder or mplayer?  </p>
<p>Thanks again for your help :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidsterry.com/blog/2007/03/using-kino-to-make-youtube-videos/comment-page-1/#comment-83</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 22 May 2007 05:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://10.168.29.5/blog/?p=80#comment-83</guid>
		<description>Funny thing there...I&#039;m still using Edgy Eft or 6.10. Figure I&#039;ll switch about once a year. Here&#039;s the line from my dpkg.log when I upgraded ffmpeg:&lt;br/&gt;&lt;br/&gt;2007-04-02 00:20:31 status installed ffmpeg 3:0.cvs20060823-3.1ubuntu2-1&lt;br/&gt;&lt;br/&gt;I&#039;m not sure if I did it as part of a normal upgrade but you should be able to get that version in a .deb somewhere. There&#039;s nothing special about my sources.list and I wouldn&#039;t recommend adding edgy repositories to do anything on feisty. If you do, keep a fire extinguisher handy and definitely get it on film. ;-)</description>
		<content:encoded><![CDATA[<p>Funny thing there&#8230;I&#8217;m still using Edgy Eft or 6.10. Figure I&#8217;ll switch about once a year. Here&#8217;s the line from my dpkg.log when I upgraded ffmpeg:</p>
<p>2007-04-02 00:20:31 status installed ffmpeg 3:0.cvs20060823-3.1ubuntu2-1</p>
<p>I&#8217;m not sure if I did it as part of a normal upgrade but you should be able to get that version in a .deb somewhere. There&#8217;s nothing special about my sources.list and I wouldn&#8217;t recommend adding edgy repositories to do anything on feisty. If you do, keep a fire extinguisher handy and definitely get it on film. <img src='http://davidsterry.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
