[FFmpeg-user] add captions with a srt to mpeg 2 mxf

2021-10-16 Thread Shupert, Jim via ffmpeg-user
Friends, I wish to add 708 captions to a mxf. I have a mpg or mxf with mpeg 2 video @ 30 mbps and pcm audio. I am wondering if a mxf can have captions and if so what is supported? Scc? Anything? I could use a file.ts instead of mxf if that helps ffmpeg.exe -i input.mxf -f srt -i input.srt -ma

[FFmpeg-user] Reading rtp server with ffplay

2021-10-16 Thread Al-buharie Amjari
Currently, I'm able to transcode an audio into an video with: ``` C:\Users\User6> ffplay -f lavfi "amovie=t.mp3, asplit[a][out1]; [a]showcqt[out0]" ``` I was thinking of having ffplay to read my microphone and do a real time showcqt of it but I don't think it's possible. Bu I had an idea of estab