shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
199 stars 62 forks source link

Support for FFmpeg Input parameters #55

Closed solaris7x closed 4 years ago

solaris7x commented 4 years ago

Hello , I was wondering if we can pass arguments for each input like ffmpeg -vsync 0 -hwaccel cuvid -c:v h264_cuvid -i input.mp4 thus support NVDEC which could reduce transcoding time

Ref: https://devblogs.nvidia.com/nvidia-ffmpeg-transcoding-guide/

I'm new to this and have never worked with DASH/HLS , any guidance appreciated

solaris7x commented 4 years ago

I will be closing this issue as the above is already implemented in input config file as extra_input_args For details check https://google.github.io/shaka-streamer/configuration_fields.html#input-configs