Replies: 1 comment 1 reply
-
I'm struggling to understand what you are trying to ask. As the method documentation explain in the index.js, that string is an FFmpeg command. The structure of a command is explained in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In reading the docs, there is a basic execute string of
'-i file1.mp4 -c:v mpeg4 file2.mp4'
... I can guess at what some of this means, based on the ffMPEG docs, however, some of these options I am not sure of.The TS def is just a string...
Is there a good place to understand what the official docs options map to the strings?
Beta Was this translation helpful? Give feedback.
All reactions