Changes between Initial Version and Version 1 of Ticket #2269, comment 2
- Timestamp:
- 02/13/2013 07:49:32 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2269, comment 2
initial v1 1 1 No, you read too quickly. 2 2 3 There are 2 bugs. 3 '''There are 2 bugs.''' 4 4 One when the source is for instance mp3 and the output is aac 5 In that case, no tag is copied 5 In that case, none of the tag are copied 6 7 Even this produces no tag: 8 9 {{{ 10 ffmpeg -i withTagsMp3.mp3 -metadata title="does NOT work" aac2mp3ForceTitle.aac 11 }}} 12 13 6 14 7 15 Second bug type, is when the source is aac, then 8 when the output is mp3, it fails to properly copy Russian chars 9 when the output is aac, no tag is copied at all! 10 11 12 Even this produce no tag 13 14 ffmpeg -i withTagsMp3.mp3 -metadata title="does NOT work" aac2mp3ForceTitle.aac 16 2.1/ when the output is mp3, it fails to properly copy Russian chars(but OK if it were mp3) 17 2.2/ when the output is aac, no tag is copied at all!


