mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
259 B
Ruby
14 lines
259 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_221aac_lc_misdetected_as_sbr < Test
|
|
def description
|
|
return "mkvmerge / AAC in MP4 with LC profile misdetected as SBR / in(MP4)"
|
|
end
|
|
|
|
def run
|
|
merge("data/mp4/blood_ed3_sample_audio.mp4")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|