[FFmpeg-trac] #9790(ffmpeg:new): Could not transfer video withpcm_s16be audio stream to aac

FFmpeg trac at avcodec.org
Mon May 23 18:46:34 EEST 2022


#9790: Could not transfer video withpcm_s16be audio stream to aac
------------------------------------+----------------------------------
             Reporter:  caizhikang  |                    Owner:  (none)
                 Type:  defect      |                   Status:  new
             Priority:  important   |                Component:  ffmpeg
              Version:  git-master  |               Resolution:
             Keywords:  pcm_s16be   |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+----------------------------------
Description changed by caizhikang:

Old description:

> 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.

New description:

 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.

--
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9790#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list