[FFmpeg-user] FFmpeg BUG ????

写代码的天才 17291429 at qq.com
Thu Jan 21 07:29:12 EET 2021


I use ffmpeg to cut the FLAC audio. Then I find that when I add - acodec copy, the length of the generated FLAC file remains unchanged, but the size is compressed, and ffmpeg does not report any errors. But when I remove - acodec copy, I can cut it normally.And even after the clipping is successful, there will be exceptions when using avplayer to play on iPhone. Why?


ffmpeg -i /Users/luokai/Desktop/朴树-平凡之路.flac -ss 60.5 -t 30 -acodec copy -y /Users/luokai/Desktop/朴树-平凡之路_Trim.flac



ffmpeg -i /Users/luokai/Desktop/朴树-平凡之路.flac -ss 60.5 -t 30 -y /Users/luokai/Desktop/朴树-平凡之路_Trim.flac
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3B79485 at F1764F17.28110960.jpg
Type: image/jpeg
Size: 220373 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20210121/23c0b386/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CB73C382 at 0FB58215.28110960.jpg
Type: image/jpeg
Size: 210041 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20210121/23c0b386/attachment-0001.jpg>


More information about the ffmpeg-user mailing list