[FFmpeg-devel] [PATCH] proposal for mov decoding seeking too much
Alexandre Guion
aguion
Tue Oct 16 01:51:58 CEST 2007
Hi all,
After trying to play this mp4 newscast using ffmpeg (you can change the date at the end to have other days):
http://viptf1http.yacast.net/lci/vod/journalTF1/jt20h20070920.mp4
I found out that ffmpeg was seeking back and forth into the file to always get the next packet relatively to its dts, which consequentely had a very bad effect on remote files.
Here's my proposal for a patch, I'm just getting the next packet on the position in the file instead of on its dts. So far I haven't seen problems with my files.
-----------------------
Alex Guion
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-mov.diff
Type: application/octet-stream
Size: 1238 bytes
Desc: patch-mov.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071015/a82c30dc/attachment.obj>
More information about the ffmpeg-devel
mailing list