spdl.io.apply_bsf¶
- apply_bsf(packets: AudioPackets, bsf: str) AudioPackets [source]¶
- apply_bsf(packets: VideoPackets, bsf: str) VideoPackets
- apply_bsf(packets: ImagePackets, bsf: str) ImagePackets
Apply bit stream filter to packets.
- Parameters:
packets – Packets (audio/video/image) object
bsf – A bitstream filter description.
See also
https://ffmpeg.org/ffmpeg-bitstream-filters.html The list of available bit stream filters.