mirror of
https://github.com/imputnet/cobalt.git
synced 2026-02-15 13:06:20 +00:00
web/queue: add remuxing progress & general improvements
and a bunch of other stuff: - size and percentage in queue - indeterminate progress bar - if libav wasm freezes, the worker kill itself - cleaner states - cleaner props
This commit is contained in:
@@ -38,7 +38,7 @@ export default class LibAVWrapper {
|
||||
|
||||
try {
|
||||
await libav.ffprobe([
|
||||
//'-v', 'quiet',
|
||||
'-v', 'quiet',
|
||||
'-print_format', 'json',
|
||||
'-show_format',
|
||||
'-show_streams',
|
||||
|
||||
Reference in New Issue
Block a user