User Tools

Site Tools


ffmpeg:fix_corrupted

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ffmpeg:fix_corrupted [2025/01/02 22:23] – created peterffmpeg:fix_corrupted [2025/01/02 22:49] (current) peter
Line 4: Line 4:
 ffmpeg -fflags +discardcorrupt -i input.avi output.mp4 ffmpeg -fflags +discardcorrupt -i input.avi output.mp4
 </code> </code>
 +
 +----
 +
 +<code bash>
 +ffmpeg -err_detect aggressive -fflags discardcorrupt -i rtsp://[ip address]:554/11 -r 1 -s 640x320 -an -f image2 /tmp/snapshots/snapshot-%03d.jpg
 +</code>
 +
 +----
 +
 +<code bash>
 +ffmpeg -framerate 30 -fflags discardcorrupt -pattern_type glob -i '*.jpg' video.mp4
 +</code>
 +
  
ffmpeg/fix_corrupted.1735856587.txt.gz · Last modified: 2025/01/02 22:23 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki