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
6ebd933b
Commit
6ebd933b
authored
22 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
regression tests for msmpeg4v2 & wmv1
Originally committed as revision 910 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
14207b27
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/ffmpeg.regression.ref
+4
-0
4 additions, 0 deletions
tests/ffmpeg.regression.ref
tests/regression.sh
+22
-0
22 additions, 0 deletions
tests/regression.sh
with
26 additions
and
0 deletions
tests/ffmpeg.regression.ref
+
4
−
0
View file @
6ebd933b
ffmpeg regression test
ffmpeg regression test
67be2deabb210740966ca5fda9a64bca *./data/a-mpeg1.mpg
67be2deabb210740966ca5fda9a64bca *./data/a-mpeg1.mpg
59a66b108e8bbd3867c4ee27f4bbe2ca *./data/out.yuv
59a66b108e8bbd3867c4ee27f4bbe2ca *./data/out.yuv
20f237122350f1248d9d51489bb79092 *./data/a-msmpeg4v2.avi
74675eb582376359fbcf76ff2fb034b6 *./data/out.yuv
297793ed0fd5793182a92e63ffd764af *./data/a-msmpeg4.avi
297793ed0fd5793182a92e63ffd764af *./data/a-msmpeg4.avi
951aa2df4ef4c1eeee3ccc8904de8e48 *./data/out.yuv
951aa2df4ef4c1eeee3ccc8904de8e48 *./data/out.yuv
50b4590a3615a556361d75db8c6d43b3 *./data/a-wmv1.avi
3ed8e11a8a8147c3e7d736593fccae79 *./data/out.yuv
abe11239875a32f00fa2910828bba4fb *./data/a-h263.avi
abe11239875a32f00fa2910828bba4fb *./data/a-h263.avi
c1f6c8ee7a24d8345deddf1a24ca3756 *./data/out.yuv
c1f6c8ee7a24d8345deddf1a24ca3756 *./data/out.yuv
704ea824cf548831fa03efd064114c25 *./data/a-odivx.avi
704ea824cf548831fa03efd064114c25 *./data/a-odivx.avi
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
22
−
0
View file @
6ebd933b
...
@@ -20,7 +20,9 @@ elif [ "$1" = "libavtest" ] ; then
...
@@ -20,7 +20,9 @@ elif [ "$1" = "libavtest" ] ; then
logfile
=
"
$datadir
/libav.regression"
logfile
=
"
$datadir
/libav.regression"
else
else
do_mpeg
=
y
do_mpeg
=
y
do_msmpeg4v2
=
y
do_msmpeg4
=
y
do_msmpeg4
=
y
do_wmv1
=
y
do_h263
=
y
do_h263
=
y
do_mpeg4
=
y
do_mpeg4
=
y
do_mjpeg
=
y
do_mjpeg
=
y
...
@@ -81,6 +83,16 @@ do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
...
@@ -81,6 +83,16 @@ do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
# -f rawvideo /tmp/out-mpeg2.yuv
# -f rawvideo /tmp/out-mpeg2.yuv
fi
fi
###################################
if
[
-n
"
$do_msmpeg4v2
"
]
;
then
# msmpeg4 encoding
file
=
${
outfile
}
msmpeg4v2.avi
do_ffmpeg
$file
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-an
-vcodec
msmpeg4v2
$file
# msmpeg4v2 decoding
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
###################################
###################################
if
[
-n
"
$do_msmpeg4
"
]
;
then
if
[
-n
"
$do_msmpeg4
"
]
;
then
# msmpeg4 encoding
# msmpeg4 encoding
...
@@ -91,6 +103,16 @@ do_ffmpeg $file -y -qscale 10 -f pgmyuv -i $raw_src -an -vcodec msmpeg4 $file
...
@@ -91,6 +103,16 @@ do_ffmpeg $file -y -qscale 10 -f pgmyuv -i $raw_src -an -vcodec msmpeg4 $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_wmv1
"
]
;
then
# wmv1 encoding
file
=
${
outfile
}
wmv1.avi
do_ffmpeg
$file
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-an
-vcodec
wmv1
$file
# wmv1 decoding
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
###################################
###################################
if
[
-n
"
$do_h263
"
]
;
then
if
[
-n
"
$do_h263
"
]
;
then
# h263 encoding
# h263 encoding
...
...
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