FFmpeg: Difference between revisions

142 bytes added ,  14 July 2020
Line 181: Line 181:
ffmpeg -i input.mp4 -vf mpdecimate,setpts=N/FRAME_RATE/TB out.mp4
ffmpeg -i input.mp4 -vf mpdecimate,setpts=N/FRAME_RATE/TB out.mp4
</syntaxhighlight>
</syntaxhighlight>
===Stack and Unstack===
To stack, see <code>hstack</code>, <code>vstack</code> and <code>tile</code>. 
To unstack, see <code>untile</code>.


==Filter-Complex==
==Filter-Complex==