Skip to content

Commit e4f19ac

Browse files
authored
Ffmpeg 7.1 (#101)
* Dont need the yml files for single frames. Signed-off-by: Sam Richards <[email protected]> * Define an order to the frames. Signed-off-by: Sam Richards <[email protected]> * Adding both types of docker container for ffmpeg 7.1 This includes patches for htj2k decoding. Signed-off-by: Sam Richards <[email protected]> --------- Signed-off-by: Sam Richards <[email protected]> Co-authored-by: [email protected] <[email protected]>
1 parent b13487e commit e4f19ac

File tree

8 files changed

+1519
-2
lines changed

8 files changed

+1519
-2
lines changed

docker/ffmpeg-7.1/Dockerfile

Lines changed: 704 additions & 0 deletions
Large diffs are not rendered by default.

docker/ffmpeg-7.1/runme.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FOR /F %%a IN ('git rev-parse --show-toplevel') DO SET GITROOT=%%a
2+
echo Mounting: %GITROOT%
3+
docker run -it --name ci-ffmpeg-7.1 --gpus=all,capabilities=video --mount type=bind,source=%GITROOT%,target=/test ci-ffmpeg-7.1

docker/ffmpeg-7.1/runme.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
GITROOT=`git rev-parse --show-toplevel`
2+
docker run \
3+
-it \
4+
--name ci-ffmpeg7.1 --gpus=all,capabilities=video \
5+
--mount type=bind,source=${GITROOT},target=/test \
6+
ci-ffmpeg7.1

docker/rocky-ffmpeg-7.1/Dockerfile

Lines changed: 793 additions & 0 deletions
Large diffs are not rendered by default.

docker/rocky-ffmpeg-7.1/runme.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FOR /F %%a IN ('git rev-parse --show-toplevel') DO SET GITROOT=%%a
2+
echo Mounting: %GITROOT%
3+
docker run -it --name rocky-ffmpeg-7.1 --gpus=all,capabilities=video --mount type=bind,source=%GITROOT%,target=/test rocky-ffmpeg-7.1

docker/rocky-ffmpeg-7.1/runme.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
GITROOT=`git rev-parse --show-toplevel`
2+
docker run \
3+
-it \
4+
--name rocky-ffmpeg-7.1 --gpus=all,capabilities=video \
5+
--mount type=bind,source=${GITROOT},target=/test \
6+
rocky-ffmpeg-7.1

enctests/test_configs/swsscale_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ test_sws:
77
-y "{outfile}"
88
name: test_sws
99
sources:
10-
# - ../sourceimages/smptehdbars_10.dpx.yml
10+
11+
# - ../sourceimages/smptehdbars_10.dpx
1112
- ../sourceimages/zoneplate_rgb16.png
1213
- ../sourceimages/bellnuitHDTestchart.tif
1314
- ../sourceimages/SonyF35.StillLife_srgb.png
@@ -71,7 +72,7 @@ test_oiio:
7172
-o "{outfile}"
7273
name: test_oiio
7374
sources:
74-
# - ../sourceimages/smptehdbars_10.dpx.yml
75+
# - ../sourceimages/smptehdbars_10.dpx
7576
- ../sourceimages/zoneplate_rgb16.png
7677
- ../sourceimages/bellnuitHDTestchart.tif
7778
- ../sourceimages/SonyF35.StillLife_srgb.png

enctests/test_wedge_configs/codec_444_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ reports:
8181
graphs:
8282
- args:
8383
color: wedge
84+
colororder: ['libx264-10bit', 'libx265-10bit', 'libvpx-vp9-10bit', 'libaom-av1-10bit', 'prores_ks', 'dnxhd']
8485
height: 400
8586
barmode: group
8687
x: media

0 commit comments

Comments
 (0)