Skip to content

Commit 5154931

Browse files
committed
scale colorchart filter output using chained scale filter
1 parent 1a98071 commit 5154931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-test-videos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ echo -e "\033[34m[*] Generating Showcase: rgbtestsrc (RGB space analysis)...\033
207207
-y "$OUTPUT_DIR/vsrc_rgbtestsrc.mp4"
208208

209209
echo -e "\033[34m[*] Generating Showcase: colorchart (24-color reference chart)...\033[0m"
210-
"$FFMPEG_BIN" -t "${DURATION}" -f lavfi -i "colorchart=size=640x360:rate=30" \
210+
"$FFMPEG_BIN" -t "${DURATION}" -f lavfi -i "colorchart=rate=30,scale=640:360" \
211211
-pix_fmt yuv420p \
212212
-c:v libx264 \
213213
-y "$OUTPUT_DIR/vsrc_colorchart.mp4"

0 commit comments

Comments
 (0)