-
[SOLVED] Setting video PID and audio PID. (MPEG-TS output)
SOLVED. SEE LATER POSTS.
First time posting here, long time lurker so here’s to hoping it’s int he right spot.
Anyway, I have this MPEG-2 and AC3 stream I want to send to GNURadio for processing. Only problem is, my GNURadio application needs specific PIDs for video and audio streams (eg 0x050 for video, and 0x052 for audio; 0x070 for video 2, etc). Really, that’s it. However, the -map or streamid functions can’t do this, and the -mpegts metadata options don’t seem to specify it either.
Any way to insert manual PIDs for each stream without sending it to another program to do so? Perhaps there is a patch or means for me to patch my ffmpeg to do this?
Thank you in advance. 🙂