Audio Level of A Duplicated Media
Posted: 25 Oct 2018 16:48
Hello everyone,
I can control audio level of a media using "libvlc_audio_set_volume" function. However, once I duplicate the media as given with the code below:
I can no longer change the volume by any means. I want to change only the displayed part volume of the duplicated media.
Any help would be appreciated.
Cheers.
I can control audio level of a media using "libvlc_audio_set_volume" function. However, once I duplicate the media as given with the code below:
Code: Select all
:sout=#duplicate{dst=display, dst=std{access=file,mux=ts,dst=save.ts}}
Any help would be appreciated.
Cheers.