Commit b3cec7c
committed
fix: use -count_packets instead of -count_frames in ffprobe verification
-count_frames decodes every frame which times out on large sessions (422+ frames).
-count_packets reads the container index and is near-instant. Also bumped the
ffprobe timeout from 30s to 60s as a safety margin.1 parent 72fac73 commit b3cec7c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments