<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Chevereto Forums - Video Support - Please read]]></title>
		<link>http://chevereto.com/forums/topic321-video-support-please-read.html</link>
		<description><![CDATA[The most recent posts in Video Support - Please read.]]></description>
		<lastBuildDate>Wed, 02 Sep 2009 05:17:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Video Support - Please read]]></title>
			<link>http://chevereto.com/forums/post1674.html#p1674</link>
			<description><![CDATA[<p>Chevereto = image hosting script, only images.</p><p>Regards.</p>]]></description>
			<author><![CDATA[null@example.com (Rodolfo)]]></author>
			<pubDate>Wed, 02 Sep 2009 05:17:34 +0000</pubDate>
			<guid>http://chevereto.com/forums/post1674.html#p1674</guid>
		</item>
		<item>
			<title><![CDATA[Video Support - Please read]]></title>
			<link>http://chevereto.com/forums/post1672.html#p1672</link>
			<description><![CDATA[<p>Please stop with the image upload scripts ! its driving me crazy</p><p>What i really want</p><p>integrate this into upload script</p><p>vlc player</p><p><a href="http://www.revolunet.com/labo/code/VLCcontrols">http://www.revolunet.com/labo/code/VLCcontrols</a></p><p>Add Support for&nbsp; ffmpeg,</p><div class="codebox"><pre><code>&lt;?phpflv_convert_get_thumb(&#039;input.avi&#039;, &#039;output.jpg&#039;, &#039;output.ogm&#039;);// code provided and updated by steve of phpsnaps ! thanks// accepts:// 1: the input video file// 2: path to thumb jpg// 3: path to transcoded mpeg?function flv_convert_get_thumb($in, $out_thumb, $out_vid){  // get thumbnail  $cmd = &#039;ffmpeg -v 0 -y -i &#039;.$in.&#039; -vframes 1 -ss 5 -vcodec mjpeg -f rawvideo -s 286x160 -aspect 16:9 &#039;.$out_thumb;  $res = shell_exec($cmd);  // $res is the output of the command  // transcode video  $cmd = &#039;mencoder &#039;.$in.&#039; -o &#039;.$out_vid.&#039; -af volume=10 -aspect 16:9 -of avi -noodml -ovc x264 -x264encopts bitrate=500:level_idc=41:bframes=3:frameref=2: nopsnr: nossim: pass=1: threads=auto -oac mp3lame&#039;;  $res = shell_exec($cmd);}?&gt;</code></pre></div><br /><p>now im going to try this by my self <img src="http://chevereto.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> i really like the remote upload feature</p>]]></description>
			<author><![CDATA[null@example.com (mysoogal)]]></author>
			<pubDate>Tue, 01 Sep 2009 22:14:22 +0000</pubDate>
			<guid>http://chevereto.com/forums/post1672.html#p1672</guid>
		</item>
	</channel>
</rss>

