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
b86bd1f1
Commit
b86bd1f1
authored
May 12, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
svq1 regression test
Originally committed as revision 3129 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
270f8784
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
ffmpeg.regression.ref
tests/ffmpeg.regression.ref
+4
-0
regression.sh
tests/regression.sh
+11
-0
rotozoom.regression.ref
tests/rotozoom.regression.ref
+4
-0
No files found.
tests/ffmpeg.regression.ref
View file @
b86bd1f1
...
...
@@ -107,6 +107,10 @@ stddev: 8.09 PSNR:29.96 bytes:7602176
2653690 ./data/a-ffv1.avi
799d3db687f6cdd7a837ec156efc171f *./data/out.yuv
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
95712 ./data/a-mp2.mp2
624d9789f3ac193bbae4af3bd8cb02b7 *./data/out.wav
...
...
tests/regression.sh
View file @
b86bd1f1
...
...
@@ -66,6 +66,7 @@ else
do_flv
=
y
do_ffv1
=
y
do_error
=
y
do_svq1
=
y
fi
...
...
@@ -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
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
# mp2 encoding
...
...
tests/rotozoom.regression.ref
View file @
b86bd1f1
...
...
@@ -107,6 +107,10 @@ stddev: 5.44 PSNR:33.41 bytes:7602176
3524824 ./data/a-ffv1.avi
dde5895817ad9d219f79a52d0bdfb001 *./data/out.yuv
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
95712 ./data/a-mp2.mp2
624d9789f3ac193bbae4af3bd8cb02b7 *./data/out.wav
...
...
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