- aac_adtstoasc
- Convert MPEG-2/4 AAC ADTS to an MPEG-4 Audio Specific Configuration bitstream.
- chomp
- Remove zero padding at the end of a packet.
- dca_core
- Extract the core from a DCA/DTS stream, dropping extensions such as DTS-HD.
- dump_extra
- Add extradata to the beginning of the filtered packets.
- extract_extradata
- Extract the in-band extradata.
- h264_mp4toannexb
- Convert an H.264 bitstream from length prefixed mode to start code prefixed mode (as defined in the Annex B of the ITU-T H.264 specification).
- hevc_mp4toannexb
- Convert an HEVC/H.265 bitstream from length prefixed mode to start code prefixed mode (as defined in the Annex B of the ITU-T H.265 specification).
- imxdump
- Modifies the bitstream to fit in MOV and to be usable by the Final Cut Pro decoder.
- mjpeg2jpeg
- Convert MJPEG/AVI1 packets to full JPEG/JFIF packets.
- mjpegadump
- Add an MJPEG A header to the bitstream, to enable decoding by Quicktime.
- mov2textsub
- Extract a representable text file from MOV subtitles, stripping the metadata header from each subtitle packet.
- mp3decomp
- Decompress non-standard compressed MP3 audio headers.
- mpeg4_unpack_bframes
- Unpack DivX-style packed B-frames.
- noise
- Damages the contents of packets or simply drops them without damaging the container.
- null
- This bitstream filter passes the packets through unchanged.
- remove_extra
- Remove extradata from packets.
- text2movsub
- Convert text subtitles to MOV subtitles (as used by the mov_text codec) with metadata headers.
- vp9_superframe
- Merge VP9 invisible (alt-ref) frames back into VP9 superframes.
- vp9_superframe_split
- Split VP9 superframes into single frames.
- vp9_raw_reorder
- Given a VP9 stream with correct timestamps but possibly out of order, insert additional show-existing-frame packets to correct the ordering.