Opened 2 years ago

Closed 23 months 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 caizhikang)

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)

pcm-issue.mp4 (1.9 MB ) - added by caizhikang 2 years ago.
The source video before trancoding
ffmpeg-20220523-234303.log (58.5 KB ) - added by caizhikang 2 years ago.
log report

Download all attachments as: .zip

Change History (5)

by caizhikang, 2 years ago

Attachment: pcm-issue.mp4 added

The source video before trancoding

by caizhikang, 2 years ago

Attachment: ffmpeg-20220523-234303.log added

log report

comment:1 by caizhikang, 2 years ago

Description: modified (diff)

comment:3 by IvanB, 23 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.