mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 21:35:37 +00:00
7 lines
197 B
Ruby
7 lines
197 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_450aac_loas_latm_in_mpeg_ts
|
||
|
describe "mkvmerge / AAC in LOAS/LATM multiplex inside MPEG transport streams"
|
||
|
|
||
|
test_merge "data/ts/avc_aac_loas_latm.ts", :args => "--no-video"
|