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
cfadadec
Commit
cfadadec
authored
22 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
mpeg1 b frame regression test
Originally committed as revision 1554 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a1661db3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/ffmpeg.regression.ref
+2
-0
2 additions, 0 deletions
tests/ffmpeg.regression.ref
tests/regression.sh
+11
-0
11 additions, 0 deletions
tests/regression.sh
with
13 additions
and
0 deletions
tests/ffmpeg.regression.ref
+
2
−
0
View file @
cfadadec
...
...
@@ -17,6 +17,8 @@ cbb3e7118b48671c686d046e7c1ae4b0 *./data/a-odivx.avi
580000bfe2d4359d9aa9a9415f953b3b *./data/out.yuv
7e040fda2b7696fea348a21b54eec1be *./data/a-mpeg4-adv.avi
4c5e8754506ff2c53649541e4fcd2438 *./data/out.yuv
3c65a1bc6866649e666286c825bd5b96 *./data/a-mpeg1b.mpg
da8e21c7b78b7a25558dc319524b91d8 *./data/out.yuv
5bcc6fd4b7dde27c74c633c761f0e5b1 *./data/a-mjpeg.avi
f23a9e50a559e174766ee808c48fea22 *./data/out.yuv
7a7bc04024061a1dc942fe87573fd8d6 *./data/a-rv10.rm
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
11
−
0
View file @
cfadadec
...
...
@@ -35,6 +35,7 @@ else
do_ac3
=
y
do_rc
=
y
do_mpeg4adv
=
y
do_mpeg1b
=
y
fi
...
...
@@ -179,6 +180,16 @@ do_ffmpeg $file -y -qscale 9 -4mv -hq -part -ps 1000 -f pgmyuv -i $raw_src -an -
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
###################################
if
[
-n
"
$do_mpeg1b
"
]
;
then
# mpeg1
file
=
${
outfile
}
mpeg1b.mpg
do_ffmpeg
$file
-y
-qscale
8
-bf
3
-f
pgmyuv
-i
$raw_src
-an
-vcodec
mpeg1video
$file
# mpeg1 decoding
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
###################################
if
[
-n
"
$do_mjpeg
"
]
;
then
# mjpeg
...
...
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