mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
6 lines
207 B
Ruby
6 lines
207 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_690mp4_single_video_frame_duration
|
||
|
describe "mkvmerge / MP4/MOV with a single video frame, calculating the frame duration"
|
||
|
test_merge "data/mp4/single_video_frame.mov", :args => "-A"
|