https://bz.apache.org/bugzilla/show_bug.cgi?id=58973

--- Comment #13 from Andreas Beeker <[email protected]> ---
The stuttering video is a codec problem ... as I already guessed.
Use ffmpeg to convert your videos - see [1]
ffmpeg -i input-video.mp4 -q:a 2 -q:v 4 -vcodec wmv2 -acodec wmav2
output-video.avi

Not sure what you want to do with such big videos,
but it will be probably better, if you link and not embed the videos.
POI is holding the whole ZIP file in memory - if you link the files, there
aren't POIs business.

If you still want to embed those file, either increase the memory settings or 
embed a dummy file and later on, you can change that file [2]


[1] http://esonderegger.github.io/posts/20140320/powerpoint-ffmpeg.html
[2]
http://stackoverflow.com/questions/2223434/appending-files-to-a-zip-file-with-java

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to