Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
9a27dc1c
Commit
9a27dc1c
authored
Sep 25, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regtests: amv video encoder test
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
a2eae0ff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
codec-regression.sh
tests/codec-regression.sh
+5
-0
vsynth1-amv
tests/ref/vsynth1/amv/vsynth1-amv
+4
-0
vsynth2-amv
tests/ref/vsynth2/amv/vsynth2-amv
+4
-0
No files found.
tests/codec-regression.sh
View file @
9a27dc1c
...
@@ -112,6 +112,11 @@ do_video_encoding huffyuv.avi "-an -vcodec huffyuv -pix_fmt yuv422p -sws_flags n
...
@@ -112,6 +112,11 @@ do_video_encoding huffyuv.avi "-an -vcodec huffyuv -pix_fmt yuv422p -sws_flags n
do_video_decoding
""
"-strict -2 -pix_fmt yuv420p -sws_flags neighbor+bitexact"
do_video_decoding
""
"-strict -2 -pix_fmt yuv420p -sws_flags neighbor+bitexact"
fi
fi
if
[
-n
"
$do_amv
"
]
;
then
do_video_encoding amv.avi
"-an -vcodec amv"
do_video_decoding
fi
if
[
-n
"
$do_rc
"
]
;
then
if
[
-n
"
$do_rc
"
]
;
then
do_video_encoding mpeg4-rc.avi
"-b 400k -bf 2 -an -vcodec mpeg4"
do_video_encoding mpeg4-rc.avi
"-b 400k -bf 2 -an -vcodec mpeg4"
do_video_decoding
do_video_decoding
...
...
tests/ref/vsynth1/amv/vsynth1-amv
0 → 100644
View file @
9a27dc1c
539c26ba470de4d72279855fcf61f5a2 *./tests/data/vsynth1/amv.avi
1365534 ./tests/data/vsynth1/amv.avi
27bbe70dd002ec67af0bb219fbae626a *./tests/data/amv.vsynth1.out.yuv
stddev: 12.46 PSNR: 26.21 MAXDIFF: 97 bytes: 7603200/ 7603200
tests/ref/vsynth2/amv/vsynth2-amv
0 → 100644
View file @
9a27dc1c
816a4226fe7640a835139f8a44286a12 *./tests/data/vsynth2/amv.avi
761976 ./tests/data/vsynth2/amv.avi
f1a9e46e77934d4cc5ca9f927662c4be *./tests/data/amv.vsynth2.out.yuv
stddev: 8.14 PSNR: 29.91 MAXDIFF: 66 bytes: 7603200/ 7603200
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment