@@ -504,9 +504,19 @@ Sets the crop type
504
504
505
505
#### Parameters
506
506
507
- | Parameter | Type | Description |
508
- | ---------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
509
- | ` cropType ` | Unsigned int | <ul ><li >0 – ` ScaleToFit ` </li ><li >1 – ` ScaleToFitBeforeCrop ` </li ><li >2 – ` SetAsOutputSize ` </li ><li >3 – ` ScaleToFill ` </li ><li >4 – ` ScaleToFillBeforeCrop ` </li ><li >5 – ` StretchToFill ` </li ><li >6 – ` StretchToFillBeforeCrop ` </ul > |
507
+ +------------+--------------+---------------------------------+
508
+ | Parameter | Type | Description |
509
+ +============+==============+=================================+
510
+ | ` cropType ` | Unsigned int | One of: |
511
+ | | | |
512
+ | | | - 0 - ` ScaleToFit ` |
513
+ | | | - 1 - ` ScaleToFitBeforeCrop ` |
514
+ | | | - 2 - ` SetAsOutputSize ` |
515
+ | | | - 3 - ` ScaleToFill ` |
516
+ | | | - 4 - ` ScaleToFillBeforeCrop ` |
517
+ | | | - 5 - ` StretchToFill ` |
518
+ | | | - 6 - ` StretchToFillBeforeCrop ` |
519
+ +------------+--------------+---------------------------------+
510
520
511
521
#### Returns
512
522
@@ -625,9 +635,19 @@ Sets the scale type
625
635
626
636
#### Parameters
627
637
628
- | Parameter | Type | Description |
629
- | ----------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
630
- | ` scaleType ` | Unsigned int | <ul ><li >0 – ` ScaleToFit ` </li ><li >1 – ` ScaleToFitBeforeCrop ` </li ><li >2 – ` SetAsOutputSize ` </li ><li >3 – ` ScaleToFill ` </li ><li >4 – ` ScaleToFillBeforeCrop ` </li ><li >5 – ` StretchToFill ` </li ><li >6 – ` StretchToFillBeforeCrop ` </ul > |
638
+ +-------------+--------------+---------------------------------+
639
+ | Parameter | Type | Description |
640
+ +=============+==============+=================================+
641
+ | ` scaleType ` | Unsigned int | One of: |
642
+ | | | |
643
+ | | | - 0 - ` ScaleToFit ` |
644
+ | | | - 1 - ` ScaleToFitBeforeCrop ` |
645
+ | | | - 2 - ` SetAsOutputSize ` |
646
+ | | | - 3 - ` ScaleToFill ` |
647
+ | | | - 4 - ` ScaleToFillBeforeCrop ` |
648
+ | | | - 5 - ` StretchToFill ` |
649
+ | | | - 6 - ` StretchToFillBeforeCrop ` |
650
+ +-------------+--------------+---------------------------------+
631
651
632
652
#### Returns
633
653
@@ -645,9 +665,16 @@ Set the time interpolation type
645
665
646
666
#### Parameters
647
667
648
- | Parameter | Type | Description |
649
- | ------------------- | ------------ | ------------------------------------------------------------------------------------- |
650
- | ` interpolationType ` | Unsigned int | <ul ><li >0 – FrameSampling</li ><li >1 – FrameBlending</li ><li >2 – OpticalFlow</li ></ul > |
668
+ +---------------------+--------------+-----------------------+
669
+ | Parameter | Type | Description |
670
+ +=====================+==============+=======================+
671
+ | ` interpolationType ` | Unsigned int | One of: |
672
+ | | | |
673
+ | | | - 0 - ` FrameSampling ` |
674
+ | | | - 1 - ` FrameBlending ` |
675
+ | | | - 2 - ` OpticalFlow ` |
676
+ +---------------------+--------------+-----------------------+
677
+
651
678
652
679
#### Returns
653
680
@@ -725,11 +752,21 @@ Sets the work area type, start and end time for the batch item.
725
752
726
753
#### Parameters
727
754
728
- | Parameter | Type | Description |
729
- | -------------- | ------------ | --------------------------------------------------------------------------------------------------------------- |
730
- | ` workAreaType ` | Unsigned int | <ul ><li >0 – Entire</li ><li >1 – InToOut</li ><li >2 – WorkArea</li ><li >3 – Custom</li ><li >4 – UseDefault</li ></ul > |
731
- | ` startTime ` | Float | Start time |
732
- | ` endTime ` | Float | End time |
755
+ +----------------+--------------+--------------------+
756
+ | Parameter | Type | Description |
757
+ +================+==============+====================+
758
+ | ` workAreaType ` | Unsigned int | One of: |
759
+ | | | |
760
+ | | | - 0 - ` Entire ` |
761
+ | | | - 1 - ` InToOut ` |
762
+ | | | - 2 - ` WorkArea ` |
763
+ | | | - 3 - ` Custom ` |
764
+ | | | - 4 - ` UseDefault ` |
765
+ +----------------+--------------+--------------------+
766
+ | ` startTime ` | Float | Start time |
767
+ +----------------+--------------+--------------------+
768
+ | ` endTime ` | Float | End time |
769
+ +----------------+--------------+--------------------+
733
770
734
771
#### Returns
735
772
@@ -750,11 +787,22 @@ Sets the work area type, start and end time in ticks for the batch item
750
787
751
788
#### Parameters
752
789
753
- | Parameter | Type | Description |
754
- | -------------- | ------------ | --------------------------------------------------------------------------------------------------------------- |
755
- | ` workAreaType ` | Unsigned int | <ul ><li >0 – Entire</li ><li >1 – InToOut</li ><li >2 – WorkArea</li ><li >3 – Custom</li ><li >4 – UseDefault</li ></ul > |
756
- | ` startTime ` | Float | Start time, in ticks |
757
- | ` endTime ` | Float | End time, in ticks |
790
+ +----------------+--------------+----------------------+
791
+ | Parameter | Type | Description |
792
+ +================+==============+======================+
793
+ | ` workAreaType ` | Unsigned int | One of: |
794
+ | | | |
795
+ | | | - 0 - ` Entire ` |
796
+ | | | - 1 - ` InToOut ` |
797
+ | | | - 2 - ` WorkArea ` |
798
+ | | | - 3 - ` Custom ` |
799
+ | | | - 4 - ` UseDefault ` |
800
+ | | | |
801
+ +----------------+--------------+----------------------+
802
+ | ` startTime ` | Float | Start time, in ticks |
803
+ +----------------+--------------+----------------------+
804
+ | ` endTime ` | Float | End time, in ticks |
805
+ +----------------+--------------+----------------------+
758
806
759
807
#### Returns
760
808
@@ -915,9 +963,15 @@ Notify when the batch item has been encoded.
915
963
916
964
#### Properties
917
965
918
- | Property | Type | Description |
919
- | -------- | ------ | -------------------------------------------------------------------------------------------------------- |
920
- | ` result ` | String | Returns the encoding result, one of:<ul ><li >` "Done!" ` </li ><li >` "Failed!" ` </li ><li >` "Stopped!" ` </li ></ul > |
966
+ +----------+--------+--------------------------------------+
967
+ | Property | Type | Description |
968
+ +==========+========+======================================+
969
+ | ` result ` | String | Returns the encoding result, one of: |
970
+ | | | |
971
+ | | | - ` "Done!" ` |
972
+ | | | - ` "Failed!" ` |
973
+ | | | - ` "Stopped!" ` |
974
+ +----------+--------+--------------------------------------+
921
975
922
976
---
923
977
0 commit comments