<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Chevereto Forums - Video Support - Please read]]></title>
	<link rel="self" href="http://chevereto.com/forums/feed-atom-topic321.xml"/>
	<updated>2009-09-02T05:17:34Z</updated>
	<generator>PunBB</generator>
	<id>http://chevereto.com/forums/topic321-video-support-please-read.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Video Support - Please read]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post1674.html#p1674"/>
			<content type="html"><![CDATA[<p>Chevereto = image hosting script, only images.</p><p>Regards.</p>]]></content>
			<author>
				<name><![CDATA[Rodolfo]]></name>
				<uri>http://chevereto.com/forums/user2.html</uri>
			</author>
			<updated>2009-09-02T05:17:34Z</updated>
			<id>http://chevereto.com/forums/post1674.html#p1674</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Video Support - Please read]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post1672.html#p1672"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[mysoogal]]></name>
				<uri>http://chevereto.com/forums/user526.html</uri>
			</author>
			<updated>2009-09-01T22:14:22Z</updated>
			<id>http://chevereto.com/forums/post1672.html#p1672</id>
		</entry>
</feed>

