You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to implement a scripting interface to the muxing functionality required by this library. This would make it easier to implement a new muxer, and to change the arguments used for a muxing application (in particular, ffmpeg has many commandline arguments that control encoding which can be useful to change, for example depending on the container format).
We need muxing for:
muxing an audio and a video stream together
adding an audio stream to a specified container format
adding a video stream to a specified container format
concatenating multiple media containers for multi-Period manifests
This could be implemented using the platform's commandline interface, or a scripting platform such as rhai or Python-in-WASM.
The text was updated successfully, but these errors were encountered:
It would be useful to implement a scripting interface to the muxing functionality required by this library. This would make it easier to implement a new muxer, and to change the arguments used for a muxing application (in particular, ffmpeg has many commandline arguments that control encoding which can be useful to change, for example depending on the container format).
We need muxing for:
This could be implemented using the platform's commandline interface, or a scripting platform such as rhai or Python-in-WASM.
The text was updated successfully, but these errors were encountered: