-
MSE Error Occured: error occurred when decoding
```
debug.js?bef3:30 MSE Error Occured: error occurred when decoding
error @ debug.js?bef3:30
VideoConverter.doAppend @ index.js?62b7:172
VideoCo…
-
It is possible to input varying file types to VideoViewer and VideoConverter, for instance using `files:///dir/images*`. However, a fixed-size buffer is created at the beginning and changing input for…
-
- [ ] cisdem-videoconverter.dmg
-
### Action name and maintainer
convert-file@thigschuch @ThigSchuch
### What would you like to see?
Hi
Any chance of adding some option to specify bitrate on audio and video files? Altough not a …
-
Super quick question. Do you have instructions on how you built with WASM support?
I love this demo, but I am seeing a huge perf impact on WASM in Chrome vs ASM.js and I'd like to dive into it more…
-
Hi, here is my srcipt:
``` js
eval(fs.readFileSync("./ffmpeg-all-codecs.js", "utf-8"))
var result = ffmpeg_run({
print: console.log,
printErr: console.log,
files: [],
arguments: ["-h"],
TOT…
-
Currently I am using the ffmpeg.js file ripped out of videoconverter.js. Which I don't think makes use of multiple cores.
-
Hi there!
This is really cool. I didn't realize ffmpeg was in use by another firefox addon. I made an addon last week which records the screen. WebRTC records as `.webm` but stuff like Twitter only ac…
-
Hi limistah,
Good work there! Thank you.
I tried to convert a webm file into mp4 using "-vcodec h264 -acodec aac -strict -2 output.mp4". It works in videoconverter.js but whereas doesn't work he…
-
I am getting this error :
export 'default' (imported as 'VideoConverter') was not found in 'convert-video' (module has no exports)