<?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: trying my own video player</title>
	<atom:link href="http://www.davidrasch.com/2008/09/08/trying-my-own-video-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidrasch.com/2008/09/08/trying-my-own-video-player/</link>
	<description></description>
	<lastBuildDate>Wed, 05 May 2010 15:01:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: drasch</title>
		<link>http://www.davidrasch.com/2008/09/08/trying-my-own-video-player/comment-page-1/#comment-22518</link>
		<dc:creator>drasch</dc:creator>
		<pubDate>Fri, 24 Oct 2008 02:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidrasch.com/?p=129#comment-22518</guid>
		<description>now with audio/video sync

$FFMPEG -i $1 -ab 96k -pass 1 -vcodec libx264 -s $RES -b $BR -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -flags2 +brdo+dct8x8+wpred+bpyramid+mixed_refs -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 700k -rc_eq &#039;blurCplx^(1-qComp)&#039; -qcomp 0.6 -qmin
 10 -qmax 51 -qdiff 4 -async 5 -y $TMP                                          
                                                                                $FFMPEG -i $1 -ab 96k -pass 2 -vcodec libx264 -s $RES -b $BR -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -flags2 +brdo+dct8x8+wpred+bpyramid+mixed_refs -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 700k -rc_eq &#039;blurCplx^(1-qComp)&#039; -qcomp 0.6 -qmin
 10 -qmax 51 -qdiff 4 -async 5 -y $TMP</description>
		<content:encoded><![CDATA[<p>now with audio/video sync</p>
<p>$FFMPEG -i $1 -ab 96k -pass 1 -vcodec libx264 -s $RES -b $BR -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -flags2 +brdo+dct8x8+wpred+bpyramid+mixed_refs -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 700k -rc_eq &#8216;blurCplx^(1-qComp)&#8217; -qcomp 0.6 -qmin<br />
 10 -qmax 51 -qdiff 4 -async 5 -y $TMP<br />
                                                                                $FFMPEG -i $1 -ab 96k -pass 2 -vcodec libx264 -s $RES -b $BR -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -flags2 +brdo+dct8x8+wpred+bpyramid+mixed_refs -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 700k -rc_eq &#8216;blurCplx^(1-qComp)&#8217; -qcomp 0.6 -qmin<br />
 10 -qmax 51 -qdiff 4 -async 5 -y $TMP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Chesarek</title>
		<link>http://www.davidrasch.com/2008/09/08/trying-my-own-video-player/comment-page-1/#comment-21401</link>
		<dc:creator>Josh Chesarek</dc:creator>
		<pubDate>Wed, 01 Oct 2008 17:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidrasch.com/?p=129#comment-21401</guid>
		<description>Hey, hope you enjoy the Simple Flash Video player plugin. We are currently working on the new 1.6 release which has some much needed features. If you have any feedback it is greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hey, hope you enjoy the Simple Flash Video player plugin. We are currently working on the new 1.6 release which has some much needed features. If you have any feedback it is greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drasch</title>
		<link>http://www.davidrasch.com/2008/09/08/trying-my-own-video-player/comment-page-1/#comment-20992</link>
		<dc:creator>drasch</dc:creator>
		<pubDate>Mon, 22 Sep 2008 02:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidrasch.com/?p=129#comment-20992</guid>
		<description>#!/bin/sh

if [ ! -f &quot;$1&quot; ] ; then
    echo &quot;./enc2.sh input.mp4&quot;
    exit ;
fi
FFMPEG=/usr/local/bin/ffmpeg
FILE=$1
BASE=`basename $1 .MP4`
PATH=`dirname $1`
TMP=tmp.mp4
OUT=$PATH/$BASE-web.mp4
OUTJPG=$PATH/$BASE-web.jpg
RES=480x360
BR=700k

$FFMPEG -i $1 -ab 96k -pass 1 -vcodec libx264 -s $RES -b $BR -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -flags2 +brdo+dct8x8+wpred+bpyramid+mixed_refs -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 700k -rc_eq &#039;blurCplx^(1-qComp)&#039; -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -y $TMP

$FFMPEG -i $1 -ab 96k -pass 2 -vcodec libx264 -s $RES -b $BR -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -flags2 +brdo+dct8x8+wpred+bpyramid+mixed_refs -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 700k -rc_eq &#039;blurCplx^(1-qComp)&#039; -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -y $TMP


/home/rasch/ffmpeg/qt-faststart $TMP $OUT

/bin/rm $TMP
/bin/rm ffmpeg2*.log x264*.log

$FFMPEG -i $OUT -an -ss 00:00:10 -f mjpeg  -r 1 -vframes 1 -y $OUTJPG</description>
		<content:encoded><![CDATA[<p>#!/bin/sh</p>
<p>if [ ! -f "$1" ] ; then<br />
    echo &#8220;./enc2.sh input.mp4&#8243;<br />
    exit ;<br />
fi<br />
FFMPEG=/usr/local/bin/ffmpeg<br />
FILE=$1<br />
BASE=`basename $1 .MP4`<br />
PATH=`dirname $1`<br />
TMP=tmp.mp4<br />
OUT=$PATH/$BASE-web.mp4<br />
OUTJPG=$PATH/$BASE-web.jpg<br />
RES=480&#215;360<br />
BR=700k</p>
<p>$FFMPEG -i $1 -ab 96k -pass 1 -vcodec libx264 -s $RES -b $BR -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -flags2 +brdo+dct8x8+wpred+bpyramid+mixed_refs -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 700k -rc_eq &#8216;blurCplx^(1-qComp)&#8217; -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -y $TMP</p>
<p>$FFMPEG -i $1 -ab 96k -pass 2 -vcodec libx264 -s $RES -b $BR -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -flags2 +brdo+dct8x8+wpred+bpyramid+mixed_refs -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 700k -rc_eq &#8216;blurCplx^(1-qComp)&#8217; -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -y $TMP</p>
<p>/home/rasch/ffmpeg/qt-faststart $TMP $OUT</p>
<p>/bin/rm $TMP<br />
/bin/rm ffmpeg2*.log x264*.log</p>
<p>$FFMPEG -i $OUT -an -ss 00:00:10 -f mjpeg  -r 1 -vframes 1 -y $OUTJPG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.davidrasch.com/2008/09/08/trying-my-own-video-player/comment-page-1/#comment-20990</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 22 Sep 2008 01:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidrasch.com/?p=129#comment-20990</guid>
		<description>Still waiting on those command lines :-D</description>
		<content:encoded><![CDATA[<p>Still waiting on those command lines :-D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

