[FFmpeg-trac] #11531(ffmpeg:closed): [Regression] AAC audio in RTSP no more muxed with "-c copy"
FFmpeg
trac at avcodec.org
Mon Apr 7 10:30:36 EEST 2025
#11531: [Regression] AAC audio in RTSP no more muxed with "-c copy"
------------------------------------+-----------------------------------
Reporter: HelFix | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: ffmpeg
Version: git-master | Resolution: wontfix
Keywords: AAC FFmpeg | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 1 |
------------------------------------+-----------------------------------
Changes (by Jack Lau):
* cc: Jack Lau (added)
* resolution: => wontfix
* status: new => closed
* version: 7.1 => git-master
Comment:
Replying to [comment:8 HelFix]:
>
> ffmpeg version n7.1-56-gf265f9c9d0 - output.aac output size is 0 kb
>
I think it's not a bug, you need to add option `-copyinkf` in your FFmpeg
command if the aac not have k frames.
{{{
ffmpeg -rtsp_transport tcp -i rtsp://localhost:8554/cap/live -c:a copy
-copyinkf test.aac -y
}}}
In my case, it works well.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11531#comment:9>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list