Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
ffmpeg_notes [2021-06-16 14:33] – [video -> image sequence] nikffmpeg_notes [2021-06-19 07:41] – [concat] nik
Line 31: Line 31:
 ====image sequence  → video==== ====image sequence  → video====
  
-''ffmpeg -r 1/5 -i %05d.jpg -c:v libx265 -vf "fps=25out.mkv''+''ffmpeg -i %05d.jpg -c:v libx265 -25 out.mkv''
 ==== concat ==== ==== concat ====
  
-a list of files (e.g. named files.txt)\\+create a list of files (e.g. named files.txt)\\
 ''file 'dust_and_shadow_28min.mp4' ''\\ ''file 'dust_and_shadow_28min.mp4' ''\\
 ''file 'dust_and_shadow_black.mp4' ''\\ ''file 'dust_and_shadow_black.mp4' ''\\
Line 41: Line 41:
 ''ffmpeg -f concat -i files.txt -c copy dust_and_shadow_30min.mp4'' ''ffmpeg -f concat -i files.txt -c copy dust_and_shadow_30min.mp4''
  
-also -https://stackoverflow.com/questions/7333232/how-to-concatenate-two-mp4-files-using-ffmpeg+alternatively, partial automation...\\ 
 +''ls *.mp4 | while read each; do echo "file '$each'" >> files.txt; done\\ 
 +ffmpeg -f concat -files.txt -c copy 000-qualia-RN101.mkv''
  
 +also -> https://stackoverflow.com/questions/7333232/how-to-concatenate-two-mp4-files-using-ffmpeg
 ====ffmpeg filters  ==== ====ffmpeg filters  ====
  
  • ffmpeg_notes.txt
  • Last modified: 2023-08-27 12:27
  • by nik