Window 10 + vlc 3.0.3 + USB DVB-t dongle.
use this command:
"C:\Program Files\VideoLAN\VLC\vlc.exe" dvb-t:// :dvb-frequency=545000 :dvb-bandwidth=6 :program=201
I can watch DVB-t in realtime and the audio format is LATM.
then I use this command to record program:
"C:\Program Files\VideoLAN\VLC\vlc.exe" dvb-t:// :dvb-frequency=545000 :dvb-bandwidth=6 :program=201 :sout=#file{dst=test2.ts}
the recorded file's audio format become to ADTS.
I want to keep LATM format,what parameter I need ? TKS~