Changes between Initial Version and Version 1 of Ticket #13407, comment 10
- Timestamp:
- Nov 30, 2017, 2:05:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13407, comment 10
initial v1 5 5 For example, here's the terminal output when I try to encode a clip within BeScreenCapture: 6 6 7 {{{ 7 8 [avi @ 0x1d88c09d140] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. 8 9 [avi @ 0x1d88c09d140] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead. … … 10 11 [avi @ 0x1d88c09d140] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly 11 12 [avi @ 0x1d88c09d140] Encoder did not produce proper pts, making some up. 12 13 }}} 13 14 14 15