User Tools

Site Tools


ffmpeg

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ffmpeg [2023/03/24 17:43] – [Converting] fixed busted example flac to mp3 rjtffmpeg [2023/08/27 20:51] (current) – FFmpeg Explorer rjt
Line 134: Line 134:
 Just had an .AVI file throwing error messages about a busted index. Copying the file seemed to fix it. Just had an .AVI file throwing error messages about a busted index. Copying the file seemed to fix it.
 <code>ffmpeg -i "inputfile.avi" -c:v copy -c:a copy "outputfile.avi"</code> <code>ffmpeg -i "inputfile.avi" -c:v copy -c:a copy "outputfile.avi"</code>
 +
 +===== Frontends =====
 +
 +  * [[https://ffmpeg.lav.io/|FFmpeg Explorer]] - Browser-based GUI with a node-based interface for changing parameters.
  
 ===== See Also ===== ===== See Also =====
ffmpeg.1679640234.txt.gz · Last modified: 2023/03/24 17:43 by rjt