Ticket #509 (closed defect: needs_more_info)
Non monotonically increasing dts to muxer in stream
| Reported by: | Gagan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avcodec |
| Version: | 0.8.4 | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
I am working on 0.8.4 "Love" libraries with IPhone os sdk 4.3. But when i run the code i am getting following error for my audio stream. I am trying to compress .mov video file to .mp4 file in IPhone. I am getting result video with shorter length by few seconds (loosing some audio frames i guess) and audio is .5 sec faster than video. I read somewhere "non monotonically ....." is reported bug which is not yet solved. I would like to know whether this is happening due to some existing bug or i am missing something in code ? Please find attached my app console output for reference.
[mp4 @ 0x10e6800] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 2048 >= 2048
Attachments
Change History
Changed 20 months ago by Gagan
-
attachment
ConsoleOutput.rtf
added



Console Output while compressing .mov to .mp4 in IPhone