FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg.
Got a cool idea to share with the community? Send your contribution here!

Print a data channel to STDOUT using ffmpeg

No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -i "rtsp://user:password@192.168.0.1:554/app/video" -map 0:1 -c text -f data -

All Examples

  • tags: #mp3