0.13.0 XD
Former-commit-id: d4799da912534d12ed6b5c01283019ddfc428757
This commit is contained in:
parent
4fa63f30d3
commit
43fed23917
@ -22,7 +22,7 @@ mod workunit;
|
|||||||
use workunit::WUnit;
|
use workunit::WUnit;
|
||||||
use workunit::EStatus;
|
use workunit::EStatus;
|
||||||
|
|
||||||
const VERSION: &str = "0.12.0";
|
const VERSION: &str = "0.13.0";
|
||||||
|
|
||||||
#[derive(Default, Debug)]
|
#[derive(Default, Debug)]
|
||||||
struct SharedState {
|
struct SharedState {
|
||||||
|
@ -4,7 +4,7 @@ set -euo pipefail
|
|||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
base_url="$1"
|
base_url="$1"
|
||||||
version="0.12.0"
|
version="0.13.0"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
sleep 30
|
sleep 30
|
||||||
@ -91,7 +91,7 @@ while true; do
|
|||||||
ffmpego=`echo $options | jq -r .ffmpeg`
|
ffmpego=`echo $options | jq -r .ffmpeg`
|
||||||
ffmpego=${ffmpego//[^a-zA-Z0-9_\- =:]/}
|
ffmpego=${ffmpego//[^a-zA-Z0-9_\- =:]/}
|
||||||
|
|
||||||
pix_fmt=`echo $job | jq -r .pix_fmt`
|
pix_fmt=`echo $options | jq -r .pix_fmt`
|
||||||
if [[ $pix_fmt = "YV12" ]]; then
|
if [[ $pix_fmt = "YV12" ]]; then
|
||||||
ffpix="yuv12p"
|
ffpix="yuv12p"
|
||||||
aompix="--yv12"
|
aompix="--yv12"
|
||||||
|
Loading…
Reference in New Issue
Block a user