Open JarieSuisen opened 2 years ago
Same here. The downloads happen but the muxing isn't triggered.
I had to manually run a command to make it happen (paraphrased):
ffmpeg.exe -i "DASH_V.mp4" -i "DASH_A.mp4" -codec copy Y:\FINAL.mp4
Same here.
But...If you open a debugger for the extension, and start a download, the merge will work when the downloads finish. There are warnings in the debugger that FireFox would like to terminate a "background event page" but the debugger won't let it. Looking farther, it appears Mozilla changed the architecture for events to be stateless. Either the event for the finished download isn't launching or if it is, there is no state so it doesn't know what to merge.
I'm not a browser extension dev, so these are just my observations. I could be wrong.
I have the same issue for a long time, hope there is a solution for this or can be fixed.
Minor update: I have noticed that some videos may get automatically merged as they are supposed to. However, I haven't been able to identify any trend and it is a very rare occurrence.
On the bright side, I have found a program that is quite good for merging the video and audio files in a more manual manner, so I just build up a collection of downloads and then merge them when I have spare time.
Same here! I have last version (1.2.1) and latest of Firefox (118.0.1) and it does not merge the files after downloading them. :( Note: it happens when I have installed native client (1/2) and FFmpeg (2/2) steps. Because in other computer, if I do not install them, I can download just one file (quality 720p HD but not 1080p HD).
I have same problem. I can download 1080p HD video-only and audio-only files but it can combine to one mp4 file. Letest version 1.2.1, Firefox 115.7.0 64 bit version, opensuse 15.5, ffmpeg 4.4.4. The problem has been going on for months.
I can easily download videos and their matching audio file, but then they are just left at that stage. The merging process is no longer triggered to make the combined video + audio file. This seems to have stopped working about two weeks ago. I've tried a clean install but nothing has fixed that.