Conjunto de herramientas y plugins agrupados bajo el nombre del ejecutable principal: tsp [Transport Stream Processor]. Su filosofía es proporcionar una arquitectura modular y extensible para flujos de transporte MPEG. TSDuck se utiliza en sistemas de televisión digital para pruebas, monitorización, integración, depuración, laboratorios y demostraciones.
$ tslsdvb -v
$ tsscan --verbose --delivery-system "DVB-S2" --adapter 0 --europe --nit-scan -g --lnb 950,1275,10 --save-channels ~/.tsduck.channels.xml
$ tsp -I file mi_video.ts -P analyze
$ tsp -I file mi_video.ts -P filter 100 -O file salida_pid_100.ts
$ tsp -I dvb --adapter 0 --frontend 0 --frequency 1234 --symbol-rate 27500 -P tables --pat
$ tsp -I udp 192.168.1.10:1234 -P bitrate
$ tsp -I file original.ts -P nullify --interval 10 -O file con_nulls.ts
$ tsp -I file servicio1.ts -I file servicio2.ts -P mux -O file multiplexado.ts
$ tsp -I file video_con_subs.ts -P subtitle --dvb-teletext --output subtitulos.srt
$ tsp -P filter --help