done. I didn't get a copy of the email I sent, but I think it went through, because it's listed here:
https://www.mail-archive.com/ffmpeg-use ... 06618.html
Search found 8 matches
- Wed Nov 11, 2015 3:21 pm
- Forum: Suggestions
- Topic: 10-bit x264 build
- Replies: 20
- Views: 18772
- Wed Nov 11, 2015 5:29 am
- Forum: Suggestions
- Topic: 10-bit x264 build
- Replies: 20
- Views: 18772
Re: 10-bit x264 build
With this latest (8bit) build (20151109-git-480bad7) ffmpeg -i 1.png -vf zscale=r='full' 1.mp4 gives me the following error, when the png is an 8 bit file: [Parsed_zscale_0 @ 00788720] code 3074: no path between colorspaces and the resulting mp4 file is unplayable. However, when I use a 10 bit png, ...
- Tue Nov 10, 2015 5:48 am
- Forum: Suggestions
- Topic: 10-bit x264 build
- Replies: 20
- Views: 18772
Re: 10-bit x264 build
thanks, will do!
- Tue Nov 10, 2015 2:51 am
- Forum: Suggestions
- Topic: 10-bit x264 build
- Replies: 20
- Views: 18772
Re: 10-bit x264 build
sorry to bug you here again. I submitted the ticket, only to have it marked as invalid, as the moderator believed it to be a limited vs. full range issue (studio swing vs full swing). https://trac.ffmpeg.org/ticket/4986 That person made a recommendation to try dst_range 1 to preserve the full range,...
- Wed Nov 04, 2015 11:45 pm
- Forum: Usage
- Topic: strange issue when encoding an image sequence using 10 bit build
- Replies: 3
- Views: 2070
Re: strange issue when encoding an image sequence using 10 bit build
So it's apparently a 16-235 vs 0-255 range issue in the RGB to YUV transformation. I followed the advice given on the ticket, but can't seem to fix the problem: https://trac.ffmpeg.org/ticket/4986 when I use -dst_range 1, the whole field is uniform, rather than 8 distinct bars. Is there a way to for...
- Wed Nov 04, 2015 1:46 am
- Forum: Usage
- Topic: strange issue when encoding an image sequence using 10 bit build
- Replies: 3
- Views: 2070
Re: strange issue when encoding an image sequence using 10 bit build
thanks, I'll investigate the issue some more and provide feedback in the bug report section.
- Tue Nov 03, 2015 11:18 pm
- Forum: Suggestions
- Topic: 10-bit x264 build
- Replies: 20
- Views: 18772
Re: 10-bit x264 build
Zeranoe, thanks for this build. Not sure if you've seen my post here, but if you have time, can you check it out?
viewtopic.php?f=7&t=2768
viewtopic.php?f=7&t=2768
- Mon Nov 02, 2015 5:55 am
- Forum: Usage
- Topic: strange issue when encoding an image sequence using 10 bit build
- Replies: 3
- Views: 2070
strange issue when encoding an image sequence using 10 bit build
I've been doing some tests with the madVR renderer to verify 10 bit per channel color. My current test pattern is a single 16 bit png file that has 8 vertical bars, in grayscale. The first bar has 10 bit code 0 (out of 1023), the second has code 1, and so on, until the 8th bar which has code 7. The ...