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
7cbc2e60
Commit
7cbc2e60
authored
Jun 16, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codec-regression: remove pointless -r options for dnxhd
parent
b203f654
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
codec-regression.sh
tests/codec-regression.sh
+3
-3
No files found.
tests/codec-regression.sh
View file @
7cbc2e60
...
...
@@ -219,17 +219,17 @@ fi
if
[
-n
"
$do_dnxhd_1080i
"
]
;
then
# FIXME: interlaced raw DNxHD decoding is broken
do_video_encoding dnxhd-1080i.mov
"-vcodec dnxhd -flags +ildct -s hd1080 -b 120M -pix_fmt yuv422p -vframes 5 -an"
do_video_decoding
"
-r 25
"
"-s cif -pix_fmt yuv420p"
do_video_decoding
""
"-s cif -pix_fmt yuv420p"
fi
if
[
-n
"
$do_dnxhd_720p
"
]
;
then
do_video_encoding dnxhd-720p.dnxhd
"-s hd720 -b 90M -pix_fmt yuv422p -vframes 5 -an"
do_video_decoding
"
-r 25
"
"-s cif -pix_fmt yuv420p"
do_video_decoding
""
"-s cif -pix_fmt yuv420p"
fi
if
[
-n
"
$do_dnxhd_720p_rd
"
]
;
then
do_video_encoding dnxhd-720p-rd.dnxhd
"-threads 4 -mbd rd -s hd720 -b 90M -pix_fmt yuv422p -vframes 5 -an"
do_video_decoding
"
-r 25
"
"-s cif -pix_fmt yuv420p"
do_video_decoding
""
"-s cif -pix_fmt yuv420p"
fi
if
[
-n
"
$do_svq1
"
]
;
then
...
...
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