@@ -81,7 +81,7 @@ Options
8181
8282.. option :: -b BACKEND , --backend BACKEND
8383
84- Backend to use for video input. Backend options can be set using a config file (:option: `-c/--config <-c> `). [available: opencv, pyav]
84+ Backend to use for video input. Backend options can be set using a config file (:option: `-c/--config <-c> `). [available: opencv, pyav, moviepy ]
8585
8686 Default: ``opencv ``
8787
@@ -800,6 +800,38 @@ Options
800800.. program :: scenedetect save-xml
801801
802802
803+ ``save-xml ``
804+ ========================================================================
805+
806+ [IN DEVELOPMENT] Save cuts in XML format.
807+
808+
809+ Options
810+ ------------------------------------------------------------------------
811+
812+
813+ .. option :: -f NAME , --filename NAME
814+
815+ Filename format to use.
816+
817+ Default: ``$VIDEO_NAME.xml ``
818+
819+ .. option :: --format TYPE
820+
821+ Format to export. TYPE must be one of: fcpx, fcp.
822+
823+ Default: ``XmlFormat.FCPX ``
824+
825+ .. option :: -o DIR , --output DIR
826+
827+ Output directory to save XML file to. Overrides global option :option: `-o/--output <scenedetect -o> `.
828+
829+
830+ .. _command-split-video :
831+
832+ .. program :: scenedetect split-video
833+
834+
803835``split-video ``
804836========================================================================
805837
0 commit comments