ditto here.
Looking at the most probable root cause:
[EMAIL PROTECTED]:~$ ffmpeg -formats 2>/dev/null|grep mpeg2
E mpeg2video MPEG2 video
D VSDT mpeg2video
^ see that little hole here?
Seems the problem stems from this:
--------------
[EMAIL PROTECTED]:/tmp/ffmpeg-free-0.cvs20070307$
zcat /usr/share/doc/libavcodec1d/changelog.Debian.gz |head
ffmpeg-free (0.cvs20070307-6) unstable; urgency=low
* Rename the source package. We are (again) no longer shipping the
'real' upstream source of ffmpeg.
* Add debian/strip.sh to strip ffmpeg upstream source disabling mpeg
based encoders as discussed with ftp-master at debconf7
^^^^^^ ^^^^^^^^^^^
* update XS-Vcs tags in debian/control.
* make ffmpeg binNMU-able by using ${binary:Version} rather than
${Source-Version}
--------------
So yeah, software patents at work again, successfully randomly destroy
our ability to make useful things out of Debian. [carrying my
toilet-cleaning suction cup] BWAAAAAHHHH!!! [/end roving rabbid mode]
A terrible way out is to use the MPEG1 encoder instead; patch against
package freeplayer (sorta: intended target
is /usr/share/freeplayer/http-fbx/play.html) attached here. So far so
good, but be warned I have the HD and V5 connected through Ethernet, not
wifi/mimo; I might have saturated what a wireless connection can deliver
or what a V4 chip can absorb (had to make very frequent key frames to
get an acceptably (barely so) smooth animation).
Rock'n'Roll
-- Cyrille
Versions of packages ffmpeg depends on:
ii libavcodec1d 0.cvs20070307-6 ffmpeg codec library
ii libavformat1d 0.cvs20070307-6 ffmpeg file format library
ii libavutil1d 0.cvs20070307-6 ffmpeg utility library
ii libc6 2.6.1-1 GNU C Library: Shared
libraries
ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine,
shared lib
ii libimlib2 1.3.0.0debian1-4 powerful image loading and
renderi
ii libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii libswscale1d 0.cvs20070307-6 ffmpeg video scaling
library
Les fichiers binaires http-fbx.vanilla/freeplayer.gif et http-fbx/freeplayer.gif sont différents.
diff -u http-fbx.vanilla/play.html http-fbx/play.html
--- http-fbx.vanilla/play.html 2007-05-31 15:35:57.000000000 +0200
+++ http-fbx/play.html 2007-09-02 01:51:28.000000000 +0200
@@ -72,13 +72,13 @@
<!-- audio/video with transcoding -->
<vlc id="if" param1="type value 3 =" />
- <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-ab=256 :sout-transcode-acodec=mpga :sout-transcode-channels=2 :sout-transcode-vb=9000 :sout-transcode-vcodec=mp2v :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :sout-ffmpeg-keyint=24 :sout-ffmpeg-interlace :no-sout-ffmpeg-interlace-me :file-caching=1000 :sout-transcode-soverlay' strcat name value playlist_add vlc_play" />
+ <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-ab=256 :sout-transcode-acodec=mpga :sout-transcode-channels=2 :sout-transcode-vb=12000 :sout-transcode-vcodec=mp1v :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :sout-ffmpeg-hurry-up=0 :sout-ffmpeg-hq=bits :sout-ffmpeg-keyint=2 :no-sout-ffmpeg-interlace-me :file-caching=1000 :sout-transcode-soverlay :sout-transcode-threads=2 :sout-ffmpeg-mpeg4-matrix=1' strcat name value playlist_add vlc_play" />
<meta name=panel_notify content="<vlc id="value" param1="panel value" />">
<vlc id="end" />
<!-- picture -->
<vlc id="if" param1="type value 4 =" />
- <vlc id="rpn" param1="'fake: :sout=#transcode:std :fake-width=720 :fake-height=576 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-deinterlace :deinterlace-mode=blend :sout-transcode-vb=9000 :sout-transcode-vcodec=mp2v :sout-transcode-vt=1000000 :sout-ffmpeg-keyint=8 :sout-ffmpeg-interlace :no-sout-ffmpeg-interlace-me :fake-file=' qfile value strcat name value playlist_add vlc_play" />
+ <vlc id="rpn" param1="'fake: :sout=#transcode:std :fake-width=720 :fake-height=576 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-deinterlace :deinterlace-mode=blend :sout-transcode-vb=9000 :sout-transcode-vcodec=mp1v :sout-transcode-vt=1000000 :sout-ffmpeg-keyint=8 :no-sout-ffmpeg-interlace-me :fake-file=' qfile value strcat name value playlist_add vlc_play" />
<meta name=panel_notify content="<vlc id="value" param1="panel value" />">
<vlc id="end" />
Seulement dans http-fbx: play.html~