[FFmpeg-devel] [PATCH] limit chunk size to 1GB
Maksym Veremeyenko
verem at m1stereo.tv
Mon Jan 23 13:20:34 CET 2012
Hi,
i was experimenting with remuxing 5GB mov file by ffmpeg and found that
resulting file was not playable by quicktime - it update picture during
seeking on timeline only. after some bisecting of code i found that it
happens since commit:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=fc09bf57a60d4c4a6d339b204b3282337067c06d
in my case resulting file has only ONE video track with constant frame
size codec. as result after that commit mov file contains only one chunk.
after some attempts to find proper value i found that first working
value was 1GB.
decreasing value makes quicktime opening video faster...
--
________________________________________
Maksym Veremeyenko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-limit-chunk-size-to-1GB.patch
Type: text/x-patch
Size: 910 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120123/2f87977f/attachment.bin>
More information about the ffmpeg-devel
mailing list