audio - ffmpeg error when cutting video (aac bitstream error) -
i'm trying use ffmpeg cut out 5 minute chunk video. reason on particular video error "aac bitstream error". resulting video 5 minutes long no audio or video.
ffmpeg -i testvideo.mp4 -ss 00:05:00 -t 00:10:00 -c:v copy -c:a copy testvideo_5min_test.mp4 ffmpeg version n-55540-g93f4277 copyright (c) 2000-2013 ffmpeg developers built on aug 14 2013 12:15:34 gcc 4.3.2 (debian 4.3.2-1.1) configuration: --enable-libx264 --enable-gpl --enable-shared --enable-libfaac --enable-nonfree libavutil 52. 42.100 / 52. 42.100 libavcodec 55. 28.100 / 55. 28.100 libavformat 55. 13.102 / 55. 13.102 libavdevice 55. 3.100 / 55. 3.100 libavfilter 3. 82.100 / 3. 82.100 libswscale 2. 4.100 / 2. 4.100 libswresample 0. 17.103 / 0. 17.103 libpostproc 52. 3.100 / 52. 3.100 input #0, mov,mp4,m4a,3gp,3g2,mj2, 'testvideo.mp4': metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42mp41 creation_time : 2013-05-10 17:42:36 duration: 00:35:21.47, start: 0.000000, bitrate: 8684 kb/s stream #0:0(eng): video: h264 (high) (avc1 / 0x31637661), yuv420p, 1920x1080 [sar 1:1 dar 16:9], 8490 kb/s, 29.97 fps, 29.97 tbr, 29970 tbn, 59.94 tbc metadata: creation_time : 2013-05-10 17:42:36 handler_name : mainconcept mp4 video media handler stream #0:1(eng): audio: aac (mp4a / 0x6134706d), 48000 hz, stereo, fltp, 189 kb/s metadata: creation_time : 2013-05-10 17:42:36 handler_name : mainconcept mp4 sound media handler file 'testvideo_5min_test.mp4' exists. overwrite ? [y/n] y output #0, mp4, 'testvideo_5min_test.mp4': metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42mp41 encoder : lavf55.13.102 stream #0:0(eng): video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x1080 [sar 1:1 dar 16:9], q=2-31, 8490 kb/s, 29.97 fps, 29970 tbn, 29970 tbc metadata: creation_time : 2013-05-10 17:42:36 handler_name : mainconcept mp4 video media handler stream #0:1(eng): audio: aac ([64][0][0][0] / 0x0040), 48000 hz, stereo, 189 kb/s metadata: creation_time : 2013-05-10 17:42:36 handler_name : mainconcept mp4 sound media handler stream mapping: stream #0:0 -> #0:0 (copy) stream #0:1 -> #0:1 (copy) press [q] stop, [?] [mp4 @ 0x8088740] aac bitstream error5886kb time=00:01:13.63 bitrate=8442.8kbits/s [mp4 @ 0x8088740] aac bitstream error8357kb time=00:04:15.24 bitrate=8612.9kbits/s [mp4 @ 0x8088740] aac bitstream error6128kb time=00:05:00.25 bitrate=8625.0kbits/s [mp4 @ 0x8088740] aac bitstream error6415kb time=00:07:12.56 bitrate=8643.7kbits/s frame=17952 fps=2429 q=-1.0 lsize= 635531kb time=00:10:00.01 bitrate=8677.0kbits/s video:621056kb audio:13870kb subtitle:0 global headers:0kb muxing overhead 0.095223%
Comments
Post a Comment