Commit 0d9906f
committed
feat!: add support for transcoding status checks
BREAKING CHANGE:
- The `FFMPEG::Transcoding::Status#success?` method now checks whether
all output files have been created or not. This behaviour can be
disabled by setting the `checks` keyword argument on the transcoder to
an empty array (or whatever checks you wish to perform).
- Transcoding retries now consider the transcoding status checks when
deciding whether to retry the process or not.1 parent 6b0310d commit 0d9906f
1 file changed
Lines changed: 33 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
35 | 55 | | |
36 | 56 | | |
37 | 57 | | |
| |||
43 | 63 | | |
44 | 64 | | |
45 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
46 | 73 | | |
47 | 74 | | |
48 | | - | |
| 75 | + | |
49 | 76 | | |
50 | 77 | | |
51 | 78 | | |
52 | 79 | | |
53 | 80 | | |
54 | 81 | | |
| 82 | + | |
55 | 83 | | |
56 | 84 | | |
57 | 85 | | |
| |||
60 | 88 | | |
61 | 89 | | |
62 | 90 | | |
63 | | - | |
| 91 | + | |
64 | 92 | | |
| 93 | + | |
65 | 94 | | |
66 | 95 | | |
67 | 96 | | |
| |||
102 | 131 | | |
103 | 132 | | |
104 | 133 | | |
105 | | - | |
| 134 | + | |
106 | 135 | | |
107 | 136 | | |
108 | 137 | | |
| |||
0 commit comments