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
aeb2904e
Commit
aeb2904e
authored
Jun 24, 2006
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flac regression test
Originally committed as revision 5515 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9e96ab03
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
ffmpeg.regression.ref
tests/ffmpeg.regression.ref
+4
-0
regression.sh
tests/regression.sh
+11
-0
rotozoom.regression.ref
tests/rotozoom.regression.ref
+4
-0
No files found.
tests/ffmpeg.regression.ref
View file @
aeb2904e
...
...
@@ -176,3 +176,7 @@ stddev:1050.18 PSNR:35.89 bytes:1054720
264236 ./data/a-adpcm_yam.wav
e92cec8c07913ffb91ad2b11f79cdc00 *./data/out.wav
stddev:18312.68 PSNR:11.06 bytes:1056768
7bcc7daf968fc489c9b4b7aca5ae380d *./data/a-flac.flac
799336 ./data/a-flac.flac
0116cdcefd0aeae3ab8e5140c19c725d *./data/out.wav
stddev: 51.59 PSNR:62.07 bytes:1032192
tests/regression.sh
View file @
aeb2904e
...
...
@@ -68,6 +68,7 @@ else
do_g726
=
y
do_adpcm_ima_wav
=
y
do_adpcm_ms
=
y
do_flac
=
y
do_rc
=
y
do_mpeg4adv
=
y
do_mpeg4thread
=
y
...
...
@@ -594,6 +595,16 @@ do_ffmpeg $file -y -ab 128 -ac 2 -ar 44100 -f s16le -i $pcm_src -acodec adpcm_ya
do_ffmpeg
$pcm_dst
-y
-i
$file
-f
wav
$pcm_dst
fi
###################################
if
[
-n
"
$do_flac
"
]
;
then
# encoding
file
=
${
outfile
}
flac.flac
do_ffmpeg
$file
-y
-ab
128
-ac
2
-ar
44100
-f
s16le
-i
$pcm_src
-acodec
flac
$file
# decoding
do_ffmpeg
$pcm_dst
-y
-i
$file
-f
wav
$pcm_dst
fi
###################################
# libav testing
###################################
...
...
tests/rotozoom.regression.ref
View file @
aeb2904e
...
...
@@ -176,3 +176,7 @@ stddev:1050.18 PSNR:35.89 bytes:1054720
264236 ./data/a-adpcm_yam.wav
e92cec8c07913ffb91ad2b11f79cdc00 *./data/out.wav
stddev:18312.68 PSNR:11.06 bytes:1056768
7bcc7daf968fc489c9b4b7aca5ae380d *./data/a-flac.flac
799336 ./data/a-flac.flac
0116cdcefd0aeae3ab8e5140c19c725d *./data/out.wav
stddev: 51.59 PSNR:62.07 bytes:1032192
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