#9790: Could not transfer video withpcm_s16be audio stream to aac
------------------------------------+--------------------------------------
Reporter: caizhikang | Type: defect
Status: new | Priority: important
Component: ffmpeg | Version: git-master
Keywords: pcm_s16be | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+--------------------------------------
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 ./8ca5e6-48958f60-d23a-11ec-8e2e-
0a202d83cc26.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.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9790>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".