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
d05c15cb
Commit
d05c15cb
authored
Jun 03, 2005
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegts regression test
Originally committed as revision 4352 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
cf7fc795
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
libav.regression.ref
tests/libav.regression.ref
+3
-0
regression.sh
tests/regression.sh
+5
-2
No files found.
tests/libav.regression.ref
View file @
d05c15cb
...
...
@@ -10,6 +10,9 @@ ffmpeg regression test
90784a1b9589095f20fc6bcc0cc23cc4 *./data/b-libav.mpg
387072 ./data/b-libav.mpg
./data/b-libav.mpg CRC=8b644837
c9050b51f6d6636cdda3160d43463bc3 *./data/b-libav.ts
479400 ./data/b-libav.ts
./data/b-libav.ts CRC=7968c81f
57a8dfc7926802bb337a9d8918de94a8 *./data/b-libav.swf
41816 ./data/b-libav.swf
./data/b-libav.swf CRC=2b273fea
...
...
tests/regression.sh
View file @
d05c15cb
...
...
@@ -548,6 +548,11 @@ file=${outfile}libav.mpg
do_ffmpeg
$file
-t
1
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-f
s16le
-i
$pcm_src
$file
do_ffmpeg_crc
$file
-i
$file
# mpegts
file
=
${
outfile
}
libav.ts
do_ffmpeg
$file
-t
1
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-f
s16le
-i
$pcm_src
$file
do_ffmpeg_crc
$file
-i
$file
# swf (decode audio only)
file
=
${
outfile
}
libav.swf
do_ffmpeg
$file
-t
1
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-f
s16le
-i
$pcm_src
-acodec
mp2
$file
...
...
@@ -578,8 +583,6 @@ 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)
####################
# streamed images
# mjpeg
...
...
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