Replies: 1 comment
-
|
Indeed the arguments currently are not consistent with ffmpeg, but I would like to fix that and have planned to for a while, same for imagemagick. I also forget the syntax and ideally I want to change it to match ffmpeg. Looking at your example I see you are using images so I would recommend imagemagick over ffmpeg, but if you want to the command is:
or
Basically the last arg is just the extension |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
after copying
/Users/Public/Pictures/Dustin/My Brain.jpgto/Users/Public/Desktop/brain.jpg, and running the following in a new terminal window:/Users/Public/Desktop>ffmpeg -i brain.jpg brain.pngthe following error occurs:
The system cannot find the file specified.if the arguments work differently than the actuall ffmpeg program, then please add usage text whenether the arguments are incorrect, or none are provided, or when
--helpis entered.daedalOS [Version 2.0.0-5237150]Beta Was this translation helpful? Give feedback.
All reactions