File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 24
24
#
25
25
# an
26
26
# removes audio track
27
-
27
+ #
28
28
ffmpeg -i source_video.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null -
29
29
ffmpeg -i source_video.mp4 -vf vidstabtransform=smoothing=30:input=" transforms.trf" -an stabilized_vidstab.mp4
30
30
31
-
32
31
ffmpeg -i output_120_frames.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null -
33
32
ffmpeg -i output_120_frames.mp4 -vf vidstabtransform=smoothing=30:input=" transforms.trf" -an output_120_frames_stabilized_vidstab.mp4
34
33
35
34
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
You can’t perform that action at this time.
0 commit comments