Changes between Initial Version and Version 1 of Ticket #1489
- Timestamp:
- 06/27/2012 11:03:59 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1489
- Property Status changed from new to closed
- Property Component changed from FFmpeg to avformat
- Property Summary changed from Incompatible pixel format 'rgb555le' for codec 'libx264', auto-selecting format 'yuv420p' to Tag [1][0][0][0]/0x00000001 incompatible with output codec id '65536'
- Property Keywords mov added
- Property Resolution changed from to invalid
-
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 }}}


