-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support archives #64
Comments
Thanks for the Idea :) It sounds like a cool feature but I am not sure how to implement it. I suspect it would make the code quite complex since right now we are calling ffmpeg with a filename and capturing stdout for encoding. I guess we would have to temporarily unpack the files but then we are using the space anyway and the idea of using archives almost seems moot. If you have a good way to implement it, let me know. In general I am happy to accept all kinds of PRs if someone finds it useful but this one sounds like it could make things complicated. |
I did some investigation. Maybe https://github.com/mholt/archiver does the trick:
|
Thanks for all the research. I am not sure it is feasible to stream into ffpmeg since AFAIK ffmpeg needs to seek around the file to find the position and it can't do that with a stream. Are you willing to do an experiment? What's the use case? Do you have uncompressed media that is stored in archives? I don't want to discourage you I am just not sure it won't make things more complicated. |
I'm closing this issue for now but put it in the idea-backlog. |
Hello,
I think it would be awesome if gohls can look into non-compressed archives (zip/rar) as well and do ffmpeg with its video on the fly.
What do you think about that?
Cya
midzer
The text was updated successfully, but these errors were encountered: