Hello,
We are trying to export a video via command line, "--save_mask_as_sequence" , "--save_mask_as_sequence=file.ext..." , "--save_layer_as" "--save_layer_as=file.ext..." do not initialize properly.
In this first example, we load a video, adjust exposure, saturation, contrast, and try to save_frame_as (the dialog should initialize?)
"C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --exposure=0.8 --saturation=80 --contrast=0.2 --save_layer_as
second example where we give it a path string to save, but doesn't starts to save
"C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --exposure=0.8 --saturation=80 --contrast=0.2 --save_layer_as="video_post.MP4"
We have used "--layer_select_all" "--automatic_preload=0" "--selected_layer=1" for these examples thinking that the layer is not selected, or the preloading was creating an issue.
None of the examples above would initialize the dialog window, this also holds true for using "--save_mask_as_sequence" instead of "--save_layer_as"
More testing was done using the same from above string above but actually trying with
"C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --exposure=0.8 --saturation=80 --contrast=0.2 --save_frame_as
Which opens the save frame dialog window first then after saving or Canceling continues to load app with video, but also if you save it will only saves a black square 8x8 px, nothing from the loaded video/frame
And finally we split the inputs using --attach, first we load then we do save
1. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --exposure=0.8 --saturation=80 --contrast=0.2 (to load video and adjust)
2. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" -- attach --save_mask_as_sequence (which opens the dialog window to save)
but
2a. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" -- attach --save_mask_as_sequence="video_post.mp4" (doesn't work)
2b. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" -- attach --layer_select_all --save_mask_as_sequence="video_post.mp4" (doesn't work)
2c. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" ---attach --layer_select_all --save_mask_as_sequence="video_post.PNG" (creates layer with name of input "video_post.PNG") any image file name does this ".tif", ".tga..."
What could be going wrong?
The version of the app is
Version 2.00.22 build stable/2.0 29 2022
Thank you,
edit:
"C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --save_mask_as_sequence="video_post.PNG" (works)
We are trying to export a video via command line, "--save_mask_as_sequence" , "--save_mask_as_sequence=file.ext..." , "--save_layer_as" "--save_layer_as=file.ext..." do not initialize properly.
In this first example, we load a video, adjust exposure, saturation, contrast, and try to save_frame_as (the dialog should initialize?)
"C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --exposure=0.8 --saturation=80 --contrast=0.2 --save_layer_as
second example where we give it a path string to save, but doesn't starts to save
"C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --exposure=0.8 --saturation=80 --contrast=0.2 --save_layer_as="video_post.MP4"
We have used "--layer_select_all" "--automatic_preload=0" "--selected_layer=1" for these examples thinking that the layer is not selected, or the preloading was creating an issue.
None of the examples above would initialize the dialog window, this also holds true for using "--save_mask_as_sequence" instead of "--save_layer_as"
More testing was done using the same from above string above but actually trying with
"C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --exposure=0.8 --saturation=80 --contrast=0.2 --save_frame_as
Which opens the save frame dialog window first then after saving or Canceling continues to load app with video, but also if you save it will only saves a black square 8x8 px, nothing from the loaded video/frame
And finally we split the inputs using --attach, first we load then we do save
1. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --exposure=0.8 --saturation=80 --contrast=0.2 (to load video and adjust)
2. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" -- attach --save_mask_as_sequence (which opens the dialog window to save)
but
2a. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" -- attach --save_mask_as_sequence="video_post.mp4" (doesn't work)
2b. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" -- attach --layer_select_all --save_mask_as_sequence="video_post.mp4" (doesn't work)
2c. "C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" ---attach --layer_select_all --save_mask_as_sequence="video_post.PNG" (creates layer with name of input "video_post.PNG") any image file name does this ".tif", ".tga..."
What could be going wrong?
The version of the app is
Version 2.00.22 build stable/2.0 29 2022
Thank you,
edit:
"C:\Program Files\Chaos Group\Chaos Player\chaosplayer_qt5.exe" "video.MP4" --save_mask_as_sequence="video_post.PNG" (works)
Comment