Hi,

I have a .ts file with video, audio and a dvb sub file. I was woundering how to set how many audio frames there is in one PES packet, I now have 5 audio frames in one PES packet but would like to have 1 audio fram in 1 PES packet, how do I achive that in ffmpeg?

Im trying this command:

Code:
ffmpeg test.ts -i test1.dvb -map 0 -map 1 -flags +global_header -c:v libx264 -x264-params bsfs/v=dump_extra:freq=keyframe -c:a aac -c:s acc -copyts -metadata:s:s:0 language=eng -f mpegts remux.ts