mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
14 lines
254 B
Ruby
14 lines
254 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0202avc_from_mp4_with_par_bframes < Test
|
|
def description
|
|
return "mkvmerge / AVC from MP4 with aspect ratio & B frames / in(MP4)"
|
|
end
|
|
|
|
def run
|
|
merge("data/mp4/test_2000_inloop.mp4")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|