Skip to content

Commit 12f9400

Browse files
committed
added duplicated frame example
1 parent eb5f932 commit 12f9400

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tests/stabilization/ffmpeg_stabilization_vidstab.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@
2424
#
2525
# an
2626
# removes audio track
27-
27+
#
2828
ffmpeg -i source_video.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null -
2929
ffmpeg -i source_video.mp4 -vf vidstabtransform=smoothing=30:input="transforms.trf" -an stabilized_vidstab.mp4
3030

31-
3231
ffmpeg -i output_120_frames.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null -
3332
ffmpeg -i output_120_frames.mp4 -vf vidstabtransform=smoothing=30:input="transforms.trf" -an output_120_frames_stabilized_vidstab.mp4
3433

3534
ffmpeg -i output_360_frames.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null -
36-
ffmpeg -i output_360_frames.mp4 -vf vidstabtransform=smoothing=30:input="transforms.trf" -an output_360_frames_stabilized_vidstab.mp4
35+
ffmpeg -i output_360_frames.mp4 -vf vidstabtransform=smoothing=30:input="transforms.trf" -an output_360_frames_stabilized_vidstab.mp4
36+
37+
ffmpeg -i output_duplicated_frames.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null -
38+
ffmpeg -i output_duplicated_frames.mp4 -vf vidstabtransform=smoothing=30:input="transforms.trf" -an output_duplicated_frames_stabilized_vidstab.mp4
13.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)