Ticket #1535 (open defect)

Opened 11 months ago

Last modified 7 months ago

Wrong "profile" FAQ entry

Reported by: burek Owned by:
Priority: minor Component: documentation
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

This FAQ item explains it the best: http://ffmpeg.org/faq.html#g_t_002dprofile-option-fails-when-encoding-H_002e264-video-with-AAC-audio

It might be good to fix the error message to be a little bit more clear or descriptive. Simple "profile 'baseline' not recognized as a valid profile for AAC encoder, try using -profile:v instead" would be better since it would provide end users some clue what went wrong.

Change History

comment:1 Changed 11 months ago by Cigaes

There is already a warning:

Please use -profile:a or -profile:v, -profile is ambiguous

Also, it seems that it will not actually fail if the profile is for x264: it will be taken as such and ignored for libfaac (even if the AAC stream comes first). Something may have changed since that entry in the FAQ, the FAQ may need to be updated.

comment:2 Changed 7 months ago by cehoyos

  • Status changed from new to open
  • Reproduced by developer set
  • Component changed from undetermined to documentation
  • Summary changed from Unclear error message to Wrong "profile" FAQ entry
  • Version changed from unspecified to git-master
  • Type changed from enhancement to defect

The documentation appears to be incorrect.

Note: See TracTickets for help on using tickets.