Changes between Initial Version and Version 1 of Ticket #1595, comment 3
- Timestamp:
- 08/02/2012 04:17:18 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1595, comment 3
initial v1 1 1 Replying to [comment:2 cehoyos]: 2 > In your command line, you do not specify a colour space. Older FFmpeg by default degraded colour information by choosing yuv420p even if the input format is rgb, newer FFmpeg chooses an output colour space that allows for maximum compatibility with the input colour space (see tickets #1426 and #1517).3 >4 > I suspect it will work fine with -pix_fmt yuv420p - please test.5 2 6 3 You are right! Adding -pix_fmt yuv420p produces a working video.


