Changes between Initial Version and Version 1 of Ticket #1489
- Timestamp:
- Jun 27, 2012, 9:03:59 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1489
- Property Component FFmpeg → avformat
- Property Keywords mov added
- Property Resolution → invalid
- Property Status new → closed
- Property Summary Incompatible pixel format 'rgb555le' for codec 'libx264', auto-selecting format 'yuv420p' → Tag [1][0][0][0]/0x00000001 incompatible with output codec id '65536'
-
Ticket #1489 – Description
initial v1 2 2 How to reproduce: 3 3 {{{ 4 % ffmpeg -i input ... output 5 ffmpeg version 6 built on ... 7 }}} 8 9 ffmpeg -i TutoXsplit2_Tests.avi -vcodec libx264 -s 1280x720 -aspect 1280:720 -r 30000/1001 -vpre fast -aco dec copy -f mp4 /var/www/lesnulmarrants/TutoXsplit2.mp4 4 ffmpeg -i TutoXsplit2_Tests.avi -vcodec libx264 -s 1280x720 -aspect 1280:720 -r 30000/1001 -vpre fast -acodec copy -f mp4 /var/www/lesnulmarrants/TutoXsplit2.mp4 10 5 ffmpeg version 0.9.1-syslint, Copyright (c) 2000-2012 the FFmpeg developers 11 6 built on Jan 9 2012 14:42:55 with gcc 4.4.5 … … 46 41 Stream #0:1 -> #0:1 (copy) 47 42 Could not write header for output file #0 (incorrect codec parameters ?) 43 }}}


