2022-04-19, 06:56 AM
Hi alighaemia, you should try to set configuration file for MPEG-2 TS Broadcast Delivery plugin via -omx_format_param key. Example commandline for Windows would look like:
Let me know whether it works for you.
Best regards,
Ivan
Code:
ffmpeg -i source.mp4 -c copy -f omx_ts_mux -omx_core omxil_core.dll -omx_format_name OMX.MainConcept.mux_mp2.other -omx_format_param "cfg_file_path=Test1.ini" output.ts -y
Let me know whether it works for you.
Best regards,
Ivan