this patch (already posted in #440216), which ought to be taken with huge "WORKS FOR ME" gloves, works around the problem for me.
In order to do this, I had to fall back on the MPEG1 encoder, with tons and tons of key frames thrown in to limit the display jagginess. Why the big WORKS FOR ME gloves: 1. only ever tested here 2. on a 720p HDMI(DVI-D) display 3. through a HD module on Ethernet only 4. meaning, no consideration for possibly more constrained situations (V5->HD through wifi/mimo, V4, interlaced SD display, etc) were taken. However, things looks acceptably great here. -- Cyrille
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~