Changes between Initial Version and Version 1 of Ticket #1489


Ignore:
Timestamp:
Jun 27, 2012, 9:03:59 AM (14 years ago)
Author:
Carl Eugen Hoyos
Comment:

The relevant line is

[mp4 @ 0x32ae260] Tag [1][0][0][0]/0x00000001 incompatible with output codec id '65536'

You cannot put pcm_s16le in mp4 / isom, it does work with mov.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1489

    • Property Component FFmpegavformat
    • Property Keywords mov added
    • Property Resolutioninvalid
    • Property Status newclosed
    • 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  
    22How to reproduce:
    33{{{
    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
     4ffmpeg -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
    105ffmpeg version 0.9.1-syslint, Copyright (c) 2000-2012 the FFmpeg developers
    116  built on Jan  9 2012 14:42:55 with gcc 4.4.5
     
    4641  Stream #0:1 -> #0:1 (copy)
    4742Could not write header for output file #0 (incorrect codec parameters ?)
     43}}}