[mythtv-users] ffmpeg quality for Flash Files

Trey Thompson treythompson at gmail.com
Tue May 15 01:11:06 UTC 2007


On 5/14/07, Asher <freedenizen at gmail.com> wrote:
>
> On 5/13/07, Trey Thompson <treythompson at gmail.com> wrote:
> > This is what I use to create my flash files for streaming to the Net...
> > ffmpeg -y -i $directory/$file -r 20 -s 360x240 -deinterlace -ar 22050
> > $directory/$file.flv
> >
> > They are pretty good quality, but I'm wondering what I could do to make
> it a
> > "little" better.  It's kind of blocky, and motion is pretty bad.
> >
> > Any ideas on some changes I could try?
>
> The SVN version of mythweb supports on the fly creation of flv files
> for streaming and includes a nice GPL'd flashplayer.  The ffmpeg
> command it uses is:
> ffmpeg -y -i $filename -s 320x240 -r 24 -f flv -ar 11025 -ab 64k -b 256k
>
> Seems pretty good to me, in the end it kinda depends on your upstream
> bandwidth from your server, if you had a fat pipe you could adjust the
> bitrate up and get better quality
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

Interesting!  Do you know which version?  I just updated a couple of weeks
ago to:
Library API version     : 0.20.20070327-1
Source code version     : 13320
Network Protocol Version: 34
Options compiled in:
 linux release using_v4l using_oss using_alsa using_arts using_ivtv
using_dbox2 using_hdhr using_iptv using_live using_lirc using_joystick_menu
using_x11 using_xv using_xrandr using_frontend using_backend
using_bindings_perl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070514/f9a9248b/attachment.htm 


More information about the mythtv-users mailing list