Opened 11 years ago
Closed 11 years ago
#3384 closed defect (needs_more_info)
Video only playing over Buffer complete
Reported by: | Bruno Dulcetti | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
Hi. We working with ffmpeg and when we testing the video on player, he playing only the buffer is total complete.
How to reproduce:
exports.load = function(ffmpeg) { ffmpeg .withVideoCodec('libx264') .toFormat('mp4') .withSize('640x480') .withVideoBitrate(3500) .withAudioCodec('aac') .withAudioBitrate('256') .withAudioFrequency('44100') .withAudioChannels(2) return ffmpeg; }; ffmpeg git-2013-10-10-5ac6b60 built on Ubuntu on AWS
How can I solve this? Is there any lib, some command parameter? Link for tests: http://olhardigital.uol.com.br/teste/videolog.html
Regards.
Change History (2)
comment:1 by , 11 years ago
Component: | ffmpeg → undetermined |
---|---|
Priority: | critical → normal |
Version: | 0.10.10 → unspecified |
comment:2 by , 11 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
Please reopen this ticket if you can provide information on how to reproduce the problem.
Note:
See TracTickets
for help on using tickets.
This has currently no similarities with a valid ticket.
If you want to report a problem with ffmpeg (the application) please provide your failing command line together with the complete, uncut console output and please test current FFmpeg git head.