Category:Video: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
Line 8: Line 8:
</pre>
</pre>
First command generates the convolution file, second command applies it.
First command generates the convolution file, second command applies it.
== Remove Subitles ==
<pre>
ffmpeg -i series_launch_english.mp4 -c copy -sn series_launch_english_nosubs.mp4
</pre>

Revision as of 21:09, 31 January 2025

Quick Tips

Image Stabilization

FFMPEG

ffmpeg -i input.mp4 -vf vidstabdetect=shakiness=10:accuracy=15 -f null -
ffmpeg -i input.mp4 -vf vidstabtransform=smoothing=30:zoom=0 output.mp4

First command generates the convolution file, second command applies it.

Remove Subitles

ffmpeg -i series_launch_english.mp4 -c copy -sn series_launch_english_nosubs.mp4

This category currently contains no pages or media.