@remotion/renderer 4.0.465 → 4.0.467

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -655,6 +655,22 @@ export declare const BrowserSafeApis: {
655
655
  setConfig: (value: "angle" | "angle-egl" | "egl" | "swangle" | "swiftshader" | "vulkan" | null) => void;
656
656
  id: "gl";
657
657
  };
658
+ gopSizeOption: {
659
+ name: string;
660
+ cliFlag: "gop";
661
+ description: () => import("react/jsx-runtime").JSX.Element;
662
+ ssrName: string;
663
+ docLink: string;
664
+ type: number | null;
665
+ getValue: ({ commandLine }: {
666
+ commandLine: Record<string, unknown>;
667
+ }) => {
668
+ value: number | null;
669
+ source: string;
670
+ };
671
+ setConfig: (value: number | null) => void;
672
+ id: "gop";
673
+ };
658
674
  enableLambdaInsights: {
659
675
  name: string;
660
676
  cliFlag: "enable-lambda-insights";
@@ -1913,6 +1929,22 @@ export declare const BrowserSafeApis: {
1913
1929
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
1914
1930
  id: "x264-preset";
1915
1931
  };
1932
+ readonly gopSize: {
1933
+ name: string;
1934
+ cliFlag: "gop";
1935
+ description: () => import("react/jsx-runtime").JSX.Element;
1936
+ ssrName: string;
1937
+ docLink: string;
1938
+ type: number | null;
1939
+ getValue: ({ commandLine }: {
1940
+ commandLine: Record<string, unknown>;
1941
+ }) => {
1942
+ value: number | null;
1943
+ source: string;
1944
+ };
1945
+ setConfig: (value: number | null) => void;
1946
+ id: "gop";
1947
+ };
1916
1948
  readonly audioBitrate: {
1917
1949
  name: string;
1918
1950
  cliFlag: "audio-bitrate";
@@ -3094,6 +3126,22 @@ export declare const BrowserSafeApis: {
3094
3126
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
3095
3127
  id: "x264-preset";
3096
3128
  };
3129
+ readonly gopSize: {
3130
+ name: string;
3131
+ cliFlag: "gop";
3132
+ description: () => import("react/jsx-runtime").JSX.Element;
3133
+ ssrName: string;
3134
+ docLink: string;
3135
+ type: number | null;
3136
+ getValue: ({ commandLine }: {
3137
+ commandLine: Record<string, unknown>;
3138
+ }) => {
3139
+ value: number | null;
3140
+ source: string;
3141
+ };
3142
+ setConfig: (value: number | null) => void;
3143
+ id: "gop";
3144
+ };
3097
3145
  readonly encodingMaxRate: {
3098
3146
  name: string;
3099
3147
  cliFlag: "max-rate";
@@ -3657,6 +3705,22 @@ export declare const BrowserSafeApis: {
3657
3705
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
3658
3706
  id: "x264-preset";
3659
3707
  };
3708
+ readonly gopSize: {
3709
+ name: string;
3710
+ cliFlag: "gop";
3711
+ description: () => import("react/jsx-runtime").JSX.Element;
3712
+ ssrName: string;
3713
+ docLink: string;
3714
+ type: number | null;
3715
+ getValue: ({ commandLine }: {
3716
+ commandLine: Record<string, unknown>;
3717
+ }) => {
3718
+ value: number | null;
3719
+ source: string;
3720
+ };
3721
+ setConfig: (value: number | null) => void;
3722
+ id: "gop";
3723
+ };
3660
3724
  readonly encodingMaxRate: {
3661
3725
  name: string;
3662
3726
  cliFlag: "max-rate";