mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
10 lines
352 B
Ruby
Executable File
10 lines
352 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_495default_durataion_and_sync
|
|
src = "data/mp4/test_2000_inloop.mp4"
|
|
|
|
describe "mkvmerge / --default-duration and --sync at the same time"
|
|
test_merge src, :args => "--default-duration 0:25fps"
|
|
test_merge src, :args => "--default-duration 0:25fps --sync 0:2000"
|
|
test_merge src, :args => "--sync 0:2000"
|