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
8fce2707
Commit
8fce2707
authored
19 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
regression tests for dv
Originally committed as revision 4541 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
95ae72b7
Loading
Loading
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 @
8fce2707
...
@@ -127,6 +127,10 @@ de8eac1454746a37eae0b1ff88c0f849 *./data/a-snow53.avi
...
@@ -127,6 +127,10 @@ de8eac1454746a37eae0b1ff88c0f849 *./data/a-snow53.avi
3535414 ./data/a-snow53.avi
3535414 ./data/a-snow53.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
6f80191e31d7ebe1aebde0a7b8a6d12c *./data/a-dv.dv
7200000 ./data/a-dv.dv
5d4e7b87003931ed0de6b02538e4e5d1 *./data/out.yuv
stddev: 9.25 PSNR:28.80 bytes:7602176
b5b6275f58f012de73644bbaa9080097 *./data/a-svq1.mov
b5b6275f58f012de73644bbaa9080097 *./data/a-svq1.mov
1383999 ./data/a-svq1.mov
1383999 ./data/a-svq1.mov
ccc201054669e94717022bb4f2aea4ce *./data/out.yuv
ccc201054669e94717022bb4f2aea4ce *./data/out.yuv
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
11
−
0
View file @
8fce2707
...
@@ -77,6 +77,7 @@ else
...
@@ -77,6 +77,7 @@ else
do_svq1
=
y
do_svq1
=
y
do_snow
=
y
do_snow
=
y
do_adpcm_yam
=
y
do_adpcm_yam
=
y
do_dv
=
y
fi
fi
...
@@ -461,6 +462,16 @@ do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -pred 1 -qp
...
@@ -461,6 +462,16 @@ do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -pred 1 -qp
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_dv
"
]
;
then
# dv encoding
file
=
${
outfile
}
dv.dv
do_ffmpeg
$file
-dct_algo
2
-y
-f
pgmyuv
-i
$raw_src
-s
pal
-an
$file
# dv decoding
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
-s
cif
$raw_dst
fi
###################################
###################################
if
[
-n
"
$do_svq1
"
]
;
then
if
[
-n
"
$do_svq1
"
]
;
then
# svq1 encoding
# svq1 encoding
...
...
This diff is collapsed.
Click to expand it.
tests/rotozoom.regression.ref
+
4
−
0
View file @
8fce2707
...
@@ -127,6 +127,10 @@ d0a8bdb25d7ed641eab0debcac396eb7 *./data/a-snow53.avi
...
@@ -127,6 +127,10 @@ d0a8bdb25d7ed641eab0debcac396eb7 *./data/a-snow53.avi
2725842 ./data/a-snow53.avi
2725842 ./data/a-snow53.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
feb77e60f0d3c4cb6856a949cf135f21 *./data/a-dv.dv
7200000 ./data/a-dv.dv
8d6956ba685c53e97dd2a7501d2fe917 *./data/out.yuv
stddev: 3.33 PSNR:37.66 bytes:7602176
920c610ec324b772d882b0717e375943 *./data/a-svq1.mov
920c610ec324b772d882b0717e375943 *./data/a-svq1.mov
768683 ./data/a-svq1.mov
768683 ./data/a-svq1.mov
89b1946242e6998e05fc9a6e09668edd *./data/out.yuv
89b1946242e6998e05fc9a6e09668edd *./data/out.yuv
...
...
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