Opened 3 years ago
Closed 2 years ago
#9790 closed defect (fixed)
Could not transfer video withpcm_s16be audio stream to aac
Reported by: | caizhikang | Owned by: | |
---|---|---|---|
Priority: | important | Component: | ffmpeg |
Version: | git-master | Keywords: | pcm_s16be |
Cc: | caizhikang | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
Summary of the bug:
Hi, i use command line to transfer a video to h265 mp4 file encoding with aac audio format. The command works well for most of video files.
But for the source file attached (video: h265, audio: pcm_s16be), the audio is not right after transferred(video is ok).
How to reproduce:
% ffmpeg -v 9 -loglevel 99 -report -i ./pcm-issue.mp4 -c:v libx265 -crf 28 -vsync passthrough -c:a aac -b:a 128k -tag:v hvc1 -movflags faststart output.mp4 ffmpeg N-106957-g27cffd16aa-tessus built on Apple clang version 11.0.0 (clang-1100.0.33.17)
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (2)
Change History (5)
by , 3 years ago
Attachment: | pcm-issue.mp4 added |
---|
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
comment:3 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch simplified and applied by Marton Balint (https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/cbe216d3a62fe22b16a1ba40b9b3f13e5b4ac9a9)
Note:
See TracTickets
for help on using tickets.
The source video before trancoding