fix run
This commit is contained in:
parent
bd4c247f9b
commit
34a0715d17
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -8,9 +8,11 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: rustup update stable
|
- name: On all Systems
|
||||||
- run: rustup component add rustfmt
|
run: |
|
||||||
- run: rustup component add clippy
|
rustup update stable
|
||||||
|
rustup component add rustfmt
|
||||||
|
rustup component add clippy
|
||||||
|
|
||||||
- name: Run on Linux
|
- name: Run on Linux
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
|
@ -24,7 +24,7 @@ fn video_audio_input() {
|
|||||||
let test_filter_cmd = Some(
|
let test_filter_cmd = Some(
|
||||||
vec_strings![
|
vec_strings![
|
||||||
"-filter_complex",
|
"-filter_complex",
|
||||||
"[0:v:0]scale=1024:576,null[v];movie=/home/runner/work/ffplayout/assets/logo.png:loop=0,setpts=N/(FRAME_RATE*TB),format=rgba,colorchannelmixer=aa=0.7[l];[v][l]overlay=W-w-12:12:shortest=1[vout0];[0:a:0]anull[aout0]",
|
format!("[0:v:0]scale=1024:576,null[v];movie={}:loop=0,setpts=N/(FRAME_RATE*TB),format=rgba,colorchannelmixer=aa=0.7[l];[v][l]overlay=W-w-12:12:shortest=1[vout0];[0:a:0]anull[aout0]", config.processing.logo),
|
||||||
"-map",
|
"-map",
|
||||||
"[vout0]",
|
"[vout0]",
|
||||||
"-map",
|
"-map",
|
||||||
|
Loading…
Reference in New Issue
Block a user