()
| 141 | } |
| 142 | |
| 143 | export async function showMuxNotSupported() { |
| 144 | await getSwal().Swal.fire({ |
| 145 | icon: 'error', |
| 146 | text: i18n.t('At least one codec is not supported by the selected output file format. Try another output format or try to disable one or more tracks.'), |
| 147 | }); |
| 148 | } |
| 149 | |
| 150 | export async function showOutputNotWritable() { |
| 151 | await getSwal().Swal.fire({ |