Add support for ffmpeg 7
This commit is contained in:
parent
0cb61f2579
commit
f8b5b78016
@ -1,7 +1,7 @@
|
||||
import pkg from '../package.json';
|
||||
|
||||
const Core = '^16.11.0';
|
||||
const FFmpeg = '^5.1.0 || ^6.1.0';
|
||||
const FFmpeg = '^5.1.0 || ^6.1.0 || ^7.0.0';
|
||||
const UI = pkg.bundle ? pkg.bundle : pkg.name + ' v' + pkg.version;
|
||||
const Version = pkg.version;
|
||||
|
||||
|
||||
@ -156,7 +156,7 @@ function SourceIcon(props) {
|
||||
const id = 'alsa';
|
||||
const name = <Trans>ALSA</Trans>;
|
||||
const capabilities = ['audio'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -221,7 +221,7 @@ function SourceIcon(props) {
|
||||
const id = 'avfoundation';
|
||||
const name = <Trans>AVFoundation</Trans>;
|
||||
const capabilities = ['audio', 'video'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -192,7 +192,7 @@ function SourceIcon(props) {
|
||||
const id = 'audioloop';
|
||||
const name = <Trans>Loop</Trans>;
|
||||
const capabilities = ['audio'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -130,7 +130,7 @@ function SourceIcon(props) {
|
||||
const id = 'fbdev';
|
||||
const name = <Trans>Framebuffer</Trans>;
|
||||
const capabilities = ['video'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -1229,7 +1229,7 @@ function SourceIcon(props) {
|
||||
const id = 'network';
|
||||
const name = <Trans>Network source</Trans>;
|
||||
const capabilities = ['audio', 'video'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -37,7 +37,7 @@ function SourceIcon(props) {
|
||||
const id = 'noaudio';
|
||||
const name = <Trans>No audio</Trans>;
|
||||
const capabilities = ['audio'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -136,7 +136,7 @@ function SourceIcon(props) {
|
||||
const id = 'raspicam';
|
||||
const name = <Trans>Raspberry Pi camera</Trans>;
|
||||
const capabilities = ['video'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -193,7 +193,7 @@ function SourceIcon(props) {
|
||||
const id = 'sdp';
|
||||
const name = <Trans>SDP</Trans>;
|
||||
const capabilities = ['video', 'audio'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -145,7 +145,7 @@ function SourceIcon(props) {
|
||||
const id = 'video4linux2';
|
||||
const name = <Trans>Hardware device</Trans>;
|
||||
const capabilities = ['video'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -37,7 +37,7 @@ function SourceIcon(props) {
|
||||
const id = 'videoaudio';
|
||||
const name = <Trans>Video source</Trans>;
|
||||
const capabilities = ['audio'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -200,7 +200,7 @@ function SourceIcon(props) {
|
||||
const id = 'videoloop';
|
||||
const name = <Trans>Loop</Trans>;
|
||||
const capabilities = ['video'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -180,7 +180,7 @@ function SourceIcon(props) {
|
||||
const id = 'virtualaudio';
|
||||
const name = <Trans>Virtual source</Trans>;
|
||||
const capabilities = ['audio'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
@ -199,7 +199,7 @@ function SourceIcon(props) {
|
||||
const id = 'virtualvideo';
|
||||
const name = <Trans>Virtual source</Trans>;
|
||||
const capabilities = ['video'];
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0';
|
||||
const ffversion = '^4.1.0 || ^5.0.0 || ^6.1.0 || ^7.0.0';
|
||||
|
||||
const func = {
|
||||
initSettings,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user