-
Notifications
You must be signed in to change notification settings - Fork 160
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
animated gif to webp, ffmpeg audio/video (webm) support #22
base: master
Are you sure you want to change the base?
Conversation
…nd byte size of image
…d header bug in Content-Disposition on bypass.js
… for internet radio streaming and live streams
hi @changhaitravis |
No worries, I'm probably going to update it this weekend so that the gif and media functionality can be disabled or have the bitrate multipliers and resolution and duration caps exposed and controlled using environment variables. I've been using the new ffmpeg feature for a little over a week now running under a google cloud free-tier "micro" VM, and the current configuration is optimized for that, and I may leave these values as default. |
Cleanup Environment Variables section
Hi, can you create a "beta" branch or something to track the upstream development of new features?
I'm upstreaming added features to bandwidth-hero because I've added
I also tried handling streaming videos such as DASH and HLS, but it's far more difficult to detect (esp. youtube videos) and handle, so I'm only doing non-streaming videos and audio for now. It may involve a different code path that handles xhr.
Media (/
Again, my chrome testing has been sparse, and the animated GIF support does write to os.tmpdir() which may be undesired. I may sneak in a revision to put in environment variables to turn this (animated GIF support) off, and control the max video resolution cap, "-cpu-used" value, as well as the audio/video bitrate target multipliers.
Finally feel free to squash my last 5 commits together, those were me trying to get it to work better on google cloud functions (dead end for media feature)