tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

Wrong progress #649

Closed hudek closed 3 years ago

hudek commented 3 years ago

Hello, I'm cutting 1 second video from 5 minute video. The progress (statistics.getTime()), starts at 0. However first non zero time 832 (millis). After that it keeps in this value until progress is 1. If I use shorter input video (15s e.g.), the progress is working great.

Here is message I got: x265 [info]: HEVC encoder version 3.4 x265 [info]: build info [Mac OS X][clang 7.3.0][32 bit][noasm] 8bit x265 [info]: using cpu capabilities: NEON x265 [info]: Main profile, Level-4 (Main tier) x265 [info]: Thread pool created using 2 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 1 / wpp(34 rows) x265 [info]: Coding QT: max CU size, min CU size : 32 / 8 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : hex / 57 / 1 / 2 x265 [info]: Keyframe min / max / scenecut / bias : 23 / 250 / 40 / 5.00 x265 [info]: Lookahead / bframes / badapt : 10 / 3 / 0 x265 [info]: b-pyramid / weightp / weightb : 1 / 0 / 0 x265 [info]: References / ref-limit cu / depth : 1 / off / off x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 0.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-24.0 / 0.60 x265 [info]: tools: rd=2 psy-rd=2.00 early-skip rskip mode=1 signhide tmvp x265 [info]: tools: fast-intra strong-intra-smoothing lslices=6 deblock

x265 [info]: frame I: 1, Avg QP:27.47 kb/s: 4711.96 x265 [info]: frame P: 6, Avg QP:27.79 kb/s: 1653.32 x265 [info]: frame B: 17, Avg QP:31.12 kb/s: 322.95
x265 [info]: consecutive B-frames: 14.3% 0.0% 14.3% 71.4%

encoded 24 frames in 7.36s (3.26 fps), 838.42 kb/s, Avg QP:30.14

Thank you

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.