How Do I Set The Output File Name for a Video? #62
Answered
by
PeteBaker1
PeteBaker1
asked this question in
Q&A
-
Hi, I am assuming I need to use set_output_settings but I don't know how to fill in the field. For example say I wanted the video saved to be called "TestFile.mp4", how would I achieve this? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
PeteBaker1
Jul 17, 2023
Replies: 1 comment
-
I found a way to do this for anyone else interested: cl.set_profile_parameter("Output", "FilenameFormatting", "TestFile") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
onyx-and-iris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a way to do this for anyone else interested: