setup test with 50 fps
This commit is contained in:
parent
270233ca5c
commit
0865076849
2 changed files with 24 additions and 1 deletions
23
230101/project.toml
Normal file
23
230101/project.toml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[lecture]
|
||||||
|
course = "23ws-malo"
|
||||||
|
date = "230101"
|
||||||
|
|
||||||
|
[source]
|
||||||
|
files = ["C01.mp4", "C02.mp4", "C03.mp4"]
|
||||||
|
start = "2"
|
||||||
|
end = "12"
|
||||||
|
fast = [["5", "7"], ["9", "11"]]
|
||||||
|
|
||||||
|
[source.metadata]
|
||||||
|
source_duration = "12.533330"
|
||||||
|
source_fps = "25/1"
|
||||||
|
source_tbn = "1/12800"
|
||||||
|
source_res = "FullHD"
|
||||||
|
source_sample_rate = 48000
|
||||||
|
|
||||||
|
[progress]
|
||||||
|
preprocessed = false
|
||||||
|
asked_start_end = true
|
||||||
|
asked_fast = true
|
||||||
|
rendered = false
|
||||||
|
transcoded = []
|
|
@ -17,7 +17,7 @@ function render_clip() {
|
||||||
aevalsrc=sin($freq*2*PI*t):s=48000,pan=stereo|c0=c0|c1=c0[a]
|
aevalsrc=sin($freq*2*PI*t):s=48000,pan=stereo|c0=c0|c1=c0[a]
|
||||||
" \
|
" \
|
||||||
-map "[v]" -map "[a]" \
|
-map "[v]" -map "[a]" \
|
||||||
-c:v h264_vaapi -r 25 -t 4 \
|
-c:v h264_vaapi -r 50 -t 4 \
|
||||||
-c:a aac -b:a 128000 \
|
-c:a aac -b:a 128000 \
|
||||||
"$out"
|
"$out"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue