Home>
I wanted to make continuous still images from videos using ffmpeg, I downloaded ffmpeg using homebrew. The name of the video isn't wrong, but I'm having trouble converting. I don't know what is the cause
Error message
scene.mp4: No such file or directory error message
$ffmpeg -i scene.mp4 -vf fps = 30 scene% 06d.png
Applicable source code
Source code
Please describe what you tried for the problem here.
Supplemental information (FW/tool version etc.)Please provide more detailed information here.
-
Answer # 1
Related articles
- macos (osx) - how to get window handle on mac with qt
- macos (osx) - how to uninstall anaconda3
- macos (osx) - how to set path without writing to dot file on mac
- macos (osx) - how to write to fat32 and ext4 with one sd card on mac
- macos (osx) - how to enter characters
- macos (osx) - i don't know how to use npm
- macos (osx) - how to open a file on the mac-catalyst app
- macos (osx) - keyboard operation of mac terminal
- python 3x - please tell me how to use qtimer
- please tell me how to uninstall qt
- macos (osx) - removed shell error when opening terminal on mac
- macos (osx) - mac terminal error resolution (zsh: command not found: jupyter)
- macos (osx) - i can't push on github
- macos (osx) - avaudiorecorder recording console gives error (propertyid = 1667788144 is null)
- macos (osx) - aws ec2 ssh connection with mac terminal
- macos (osx) - path error @mac when arduino is installed in vs code
- macos (osx) - can't run mac cron regularly
- macos (osx) - ruby on rails installation error (`you don't have write permissions`)
- macos (osx) - when starting the ruby on rails server, the spring interferes and i cannot start it
- macos (osx) - i want to resolve an error during command installation
Related questions
I moved to the file containing the video and entered it