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
a811de6e
Commit
a811de6e
authored
20 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
dv regression test
Originally committed as revision 3181 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
bb8140f2
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/libav.regression.ref
+3
-0
3 additions, 0 deletions
tests/libav.regression.ref
tests/regression.sh
+5
-0
5 additions, 0 deletions
tests/regression.sh
with
8 additions
and
0 deletions
tests/libav.regression.ref
+
3
−
0
View file @
a811de6e
...
...
@@ -25,6 +25,9 @@ f13889dd08a4968e2b783771c7a29229 *./data/b-libav.ffm
fbabd2eb07408449076ee2d07f63e81f *./data/b-libav.nut
327836 ./data/b-libav.nut
./data/b-libav.nut CRC=658838d9
06068b228604718b7dd6ec17a2f5cee2 *./data/b-libav.dv
3600000 ./data/b-libav.dv
./data/b-libav.dv CRC=74d854aa
9a9da315747599f7718cc9a9a09c21ff *./data/b-libav.pbm
317075 ./data/b-libav.pbm
./data/b-libav.pbm CRC=a1057fd1
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
5
−
0
View file @
a811de6e
...
...
@@ -515,6 +515,11 @@ file=${outfile}libav.nut
do_ffmpeg
$file
-t
1
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-f
s16le
-i
$pcm_src
-acodec
mp2
$file
do_ffmpeg_crc
$file
-i
$file
# dv
file
=
${
outfile
}
libav.dv
do_ffmpeg
$file
-t
1
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-f
s16le
-i
$pcm_src
-ar
48000
-r
25
-s
pal
-ac
2
$file
do_ffmpeg_crc
$file
-i
$file
# XXX: need mpegts tests (add bitstreams or add output capability in ffmpeg)
####################
...
...
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