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
efdad9fb
Commit
efdad9fb
authored
Mar 23, 2011
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In mov muxer, fix yuv range in avid atoms used by dnxhd.
parent
da371602
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
movenc.c
libavformat/movenc.c
+1
-1
dnxhd_1080i
tests/ref/vsynth1/dnxhd_1080i
+1
-1
dnxhd_1080i
tests/ref/vsynth2/dnxhd_1080i
+1
-1
No files found.
libavformat/movenc.c
View file @
efdad9fb
...
...
@@ -535,7 +535,7 @@ static int mov_write_avid_tag(AVIOContext *pb, MOVTrack *track)
ffio_wfourcc
(
pb
,
"ACLR"
);
ffio_wfourcc
(
pb
,
"ACLR"
);
ffio_wfourcc
(
pb
,
"0001"
);
avio_wb32
(
pb
,
1
);
/* yuv 1 / rgb 2 ?
*/
avio_wb32
(
pb
,
2
);
/* yuv range: full 1 / normal 2
*/
avio_wb32
(
pb
,
0
);
/* unknown */
avio_wb32
(
pb
,
24
);
/* size */
...
...
tests/ref/vsynth1/dnxhd_1080i
View file @
efdad9fb
8a814d4056ca2810a8ed0bad3b70f358
*./tests/data/vsynth1/dnxhd-1080i.mov
34949ea38da2cf6a8406ad600ad95cfa
*./tests/data/vsynth1/dnxhd-1080i.mov
3031875 ./tests/data/vsynth1/dnxhd-1080i.mov
0c651e840f860592f0d5b66030d9fa32 *./tests/data/dnxhd_1080i.vsynth1.out.yuv
stddev: 6.29 PSNR: 32.15 MAXDIFF: 64 bytes: 760320/ 7603200
tests/ref/vsynth2/dnxhd_1080i
View file @
efdad9fb
c81c7cfb375f61b7ab9b60fa340fe52a
*./tests/data/vsynth2/dnxhd-1080i.mov
995e433cd076e3c1534fa73181744a84
*./tests/data/vsynth2/dnxhd-1080i.mov
3031875 ./tests/data/vsynth2/dnxhd-1080i.mov
3c559af629ae0a8fb1a9a0e4b4da7733 *./tests/data/dnxhd_1080i.vsynth2.out.yuv
stddev: 1.31 PSNR: 45.77 MAXDIFF: 23 bytes: 760320/ 7603200
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