Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
b86bd1f1
Commit
b86bd1f1
authored
20 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
svq1 regression test
Originally committed as revision 3129 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
270f8784
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/ffmpeg.regression.ref
+4
-0
4 additions, 0 deletions
tests/ffmpeg.regression.ref
tests/regression.sh
+11
-0
11 additions, 0 deletions
tests/regression.sh
tests/rotozoom.regression.ref
+4
-0
4 additions, 0 deletions
tests/rotozoom.regression.ref
with
19 additions
and
0 deletions
tests/ffmpeg.regression.ref
+
4
−
0
View file @
b86bd1f1
...
@@ -107,6 +107,10 @@ stddev: 8.09 PSNR:29.96 bytes:7602176
...
@@ -107,6 +107,10 @@ stddev: 8.09 PSNR:29.96 bytes:7602176
2653690 ./data/a-ffv1.avi
2653690 ./data/a-ffv1.avi
799d3db687f6cdd7a837ec156efc171f *./data/out.yuv
799d3db687f6cdd7a837ec156efc171f *./data/out.yuv
stddev: 0.00 PSNR:99.99 bytes:7602176
stddev: 0.00 PSNR:99.99 bytes:7602176
4f19ea77c558be4773e81f6753bf0312 *./data/a-svq1.mov
1985787 ./data/a-svq1.mov
63ce98457dad973db89ed87ac2cb9392 *./data/out.yuv
stddev: 10.83 PSNR:27.43 bytes:7602176
21f8ff9f1daacd9133683bb4ea0f50a4 *./data/a-mp2.mp2
21f8ff9f1daacd9133683bb4ea0f50a4 *./data/a-mp2.mp2
95712 ./data/a-mp2.mp2
95712 ./data/a-mp2.mp2
624d9789f3ac193bbae4af3bd8cb02b7 *./data/out.wav
624d9789f3ac193bbae4af3bd8cb02b7 *./data/out.wav
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
11
−
0
View file @
b86bd1f1
...
@@ -66,6 +66,7 @@ else
...
@@ -66,6 +66,7 @@ else
do_flv
=
y
do_flv
=
y
do_ffv1
=
y
do_ffv1
=
y
do_error
=
y
do_error
=
y
do_svq1
=
y
fi
fi
...
@@ -402,6 +403,16 @@ do_ffmpeg $file -y -strict -1 -f pgmyuv -i $raw_src -an -vcodec ffv1 $file
...
@@ -402,6 +403,16 @@ do_ffmpeg $file -y -strict -1 -f pgmyuv -i $raw_src -an -vcodec ffv1 $file
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
fi
###################################
if
[
-n
"
$do_svq1
"
]
;
then
# svq1 encoding
file
=
${
outfile
}
svq1.mov
do_ffmpeg
$file
-y
-f
pgmyuv
-i
$raw_src
-an
-vcodec
svq1
-pix_fmt
yuv410p
$file
# svq1 decoding
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
###################################
###################################
if
[
-n
"
$do_mp2
"
]
;
then
if
[
-n
"
$do_mp2
"
]
;
then
# mp2 encoding
# mp2 encoding
...
...
This diff is collapsed.
Click to expand it.
tests/rotozoom.regression.ref
+
4
−
0
View file @
b86bd1f1
...
@@ -107,6 +107,10 @@ stddev: 5.44 PSNR:33.41 bytes:7602176
...
@@ -107,6 +107,10 @@ stddev: 5.44 PSNR:33.41 bytes:7602176
3524824 ./data/a-ffv1.avi
3524824 ./data/a-ffv1.avi
dde5895817ad9d219f79a52d0bdfb001 *./data/out.yuv
dde5895817ad9d219f79a52d0bdfb001 *./data/out.yuv
stddev: 0.00 PSNR:99.99 bytes:7602176
stddev: 0.00 PSNR:99.99 bytes:7602176
a9d289b2272969b7d59dcf7f8cfa5fc5 *./data/a-svq1.mov
1587819 ./data/a-svq1.mov
fc35c02e4d3b27f2a83d8fcebaa6ab1b *./data/out.yuv
stddev: 2.89 PSNR:38.90 bytes:7602176
21f8ff9f1daacd9133683bb4ea0f50a4 *./data/a-mp2.mp2
21f8ff9f1daacd9133683bb4ea0f50a4 *./data/a-mp2.mp2
95712 ./data/a-mp2.mp2
95712 ./data/a-mp2.mp2
624d9789f3ac193bbae4af3bd8cb02b7 *./data/out.wav
624d9789f3ac193bbae4af3bd8cb02b7 *./data/out.wav
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment