Differences

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

Link to this comparison view

Both sides previous revision Previous revision
software:video [2018/01/07 00:02]
cyril [convert] animated gif
software:video [2024/04/12 23:20] (current)
cyril [mp3] mp3cut usage
Line 225: Line 225:
 => ''mp3cut'' => ''mp3cut''
  
-To cut an mp3 file (warning: ID3 tags are not copied).+To cut an mp3 file (warning: ID3 tags are not copied)
 +<code bash> 
 +mp3cut -o output.mp3 -t 00:00:05+700-00:00:07+800 input.mp3 
 +</code> 
 + 
 +To concatenate mp3 files: 
 +<code bash> 
 +mp3cut -o output.mp3 input1.mp3 input2.mp3 input3.mp3 
 +</code>
  
 => ''id3cp'' => ''id3cp''
software/video.txt · Last modified: 2024/04/12 23:20 by cyril
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0