#5524 closed defect (duplicate)
enabled/disabled audiotracks
Reported by: | Rodion Shingarev | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug: aac is disabled as default, ac3 is enabled
according to Apple it is not correct https://developer.apple.com/library/mac/qa/qa1604/_index.html
How to reproduce:
% ./ffmpeg -i "Extracted Stream Video.m2v" -i "Extracted Stream Audio.ac3" -map 0:v -vcodec h264 -map 1:a -c:a:0 aac -map 1:a -c:a:1 copy "Output.m4v" ffmpeg version 3.0.2-tessus Copyright (c) 2000-2016 the FFmpeg developers built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (1)
Change History (5)
by , 9 years ago
Attachment: | Снимок экрана 2016-05-09 в 7.29.25.png added |
---|
comment:1 by , 9 years ago
comment:3 by , 9 years ago
does it mean that end-user must recompile the program from sources with the patch to make it useable?
Thanks a lot!
comment:4 by , 9 years ago
I am not sure if I know which patch you want to test but to the best of my knowledge there is no real fix, just workarounds that depend on your exact use case.
Note:
See TracTickets
for help on using tickets.
/Volumes/Macintosh\ HD2/Новая\ папка/FFMpeg/ffmpeg /Volumes/Macintosh\ HD2/Новая\ папка/FFMpeg/Output.m4v
ffmpeg version 3.0.2-tessus Copyright (c) 2000-2016 the FFmpeg developers
Output #0, ipod, to '/Volumes/Macintosh HD2/Новая папка/FFMpeg/Output.m4v':
Output file #0 does not contain any stream
Mac-Pro-Rodion:~ rodion$