Advertisement
jonmall

jonmall conversion failed - UPDATED 2

Jul 24th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.47 KB | None | 0 0
  1. ffmpeg -y -i XXXX.wmv -loglevel 48 -map 0:2 -preset veryfast track3_a.mp4 2> log2.txt
  2.  
  3. ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers
  4.   built with Apple LLVM version 9.1.0 (clang-902.0.39.2)
  5.   configuration: --prefix=/usr/local/Cellar/ffmpeg/4.0.2 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
  6.   libavutil      56. 14.100 / 56. 14.100
  7.   libavcodec     58. 18.100 / 58. 18.100
  8.   libavformat    58. 12.100 / 58. 12.100
  9.   libavdevice    58.  3.100 / 58.  3.100
  10.   libavfilter     7. 16.100 /  7. 16.100
  11.   libavresample   4.  0.  0 /  4.  0.  0
  12.   libswscale      5.  1.100 /  5.  1.100
  13.   libswresample   3.  1.100 /  3.  1.100
  14.   libpostproc    55.  1.100 / 55.  1.100
  15. Splitting the commandline.
  16. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  17. Reading option '-i' ... matched as input url with argument 'XXXX.wmv'.
  18. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '48'.
  19. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:2'.
  20. Reading option '-preset' ... matched as AVOption 'preset' with argument 'veryfast'.
  21. Reading option 'track3_a.mp4' ... matched as output url.
  22. Finished splitting the commandline.
  23. Parsing a group of options: global .
  24. Applying option y (overwrite output files) with argument 1.
  25. Applying option loglevel (set logging level) with argument 48.
  26. Successfully parsed a group of options.
  27. Parsing a group of options: input url XXXX.wmv.
  28. Successfully parsed a group of options.
  29. Opening an input file: XXXX.wmv.
  30. [NULL @ 0x7ff422802e00] Opening 'XXXX.wmv' for reading
  31. [file @ 0x7ff42250fd00] Setting default whitelist 'file,crypto'
  32. [asf @ 0x7ff422802e00] Format asf probed with size=2048 and score=100
  33. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=26
  34. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=4096
  35. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=56
  36. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=48
  37. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=66
  38. [asf @ 0x7ff422802e00] Payload extension ec 14
  39. [asf @ 0x7ff422802e00] Payload extension 50 2
  40. [asf @ 0x7ff422802e00] Payload extension ec 14
  41. [asf @ 0x7ff422802e00] Payload extension 50 2
  42. [asf @ 0x7ff422802e00] Payload extension ec 14
  43. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=70
  44. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=34
  45. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=42
  46. [asf @ 0x7ff422802e00] gpos mismatch our pos=24, end=86
  47. [asf @ 0x7ff422802e00] Before avformat_find_stream_info() pos: 8071 bytes read:32768 seeks:0 nb_streams:10
  48. [asf @ 0x7ff422802e00] parser not found for codec wmav2, packets or times may be invalid.
  49.     Last message repeated 4 times
  50. [wmv3 @ 0x7ff42281b600] Header: 4C890A01
  51. [wmv3 @ 0x7ff42281b600] Profile 1:
  52. frmrtq_postproc=6, bitrtq_postproc=8
  53. LoopFilter=1, MultiRes=0, FastUVMC=0, Extended MV=0
  54. Rangered=0, VSTransform=1, Overlap=1, SyncMarker=0
  55. DQuant=0, Quantizer mode=0, Max B-frames=0
  56. [wmv3 @ 0x7ff42281b600] Extra data: 8 bits left, value: 0
  57. [wmv3 @ 0x7ff42281b600] Format yuv420p chosen by get_format().
  58.     Last message repeated 1 times
  59. [wmv3 @ 0x7ff42281c200] Header: 4C490A01
  60. [wmv3 @ 0x7ff42281c200] Profile 1:
  61. frmrtq_postproc=6, bitrtq_postproc=4
  62. LoopFilter=1, MultiRes=0, FastUVMC=0, Extended MV=0
  63. Rangered=0, VSTransform=1, Overlap=1, SyncMarker=0
  64. DQuant=0, Quantizer mode=0, Max B-frames=0
  65. [wmv3 @ 0x7ff42281c200] Extra data: 8 bits left, value: 0
  66. [wmv3 @ 0x7ff42281c200] Format yuv420p chosen by get_format().
  67.     Last message repeated 1 times
  68. [asf @ 0x7ff422802e00] parser not found for codec wmav2, packets or times may be invalid.
  69.     Last message repeated 1 times
  70. [wmv3 @ 0x7ff42281e600] Header: 4C190A01
  71. [wmv3 @ 0x7ff42281e600] Profile 1:
  72. frmrtq_postproc=6, bitrtq_postproc=1
  73. LoopFilter=1, MultiRes=0, FastUVMC=0, Extended MV=0
  74. Rangered=0, VSTransform=1, Overlap=1, SyncMarker=0
  75. DQuant=0, Quantizer mode=0, Max B-frames=0
  76. [wmv3 @ 0x7ff42281e600] Extra data: 8 bits left, value: 0
  77. [wmv3 @ 0x7ff42281e600] Format yuv420p chosen by get_format().
  78.     Last message repeated 1 times
  79. [asf @ 0x7ff422802e00] parser not found for codec wmav2, packets or times may be invalid.
  80.     Last message repeated 6 times
  81. [asf @ 0x7ff422802e00] All info found
  82. [asf @ 0x7ff422802e00] Setting avg frame rate based on r frame rate
  83.     Last message repeated 2 times
  84. [asf @ 0x7ff422802e00] After avformat_find_stream_info() pos: 224240 bytes read:229376 seeks:0 frames:190
  85. Guessed Channel Layout for Input Stream #0.0 : stereo
  86. Guessed Channel Layout for Input Stream #0.1 : stereo
  87. Guessed Channel Layout for Input Stream #0.2 : stereo
  88. Guessed Channel Layout for Input Stream #0.3 : stereo
  89. Guessed Channel Layout for Input Stream #0.4 : stereo
  90. Guessed Channel Layout for Input Stream #0.7 : stereo
  91. Guessed Channel Layout for Input Stream #0.8 : stereo
  92. Input #0, asf, from 'XXXX.wmv':
  93.   Metadata:
  94.     WMFSDKVersion   : 11.0.5721.5145
  95.     WMFSDKNeeded    : 0.0.0.0000
  96.     comment         :  
  97.     FileCreationDate: 14/01/2015
  98.     title           : XX
  99.     artist          :  
  100.     copyright       : XXX
  101.     IsVBR           : 0
  102.     DeviceConformanceTemplate: MP@LL
  103.   Duration: 00:33:08.56, start: 0.000000, bitrate: 1113 kb/s
  104.     Stream #0:0(eng), 10, 1/1000: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s
  105.     Stream #0:1(fre), 10, 1/1000: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s
  106.     Stream #0:2(ita), 9, 1/1000: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s
  107.     Stream #0:3(spa), 9, 1/1000: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s
  108.     Stream #0:4(pol), 9, 1/1000: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s
  109.     Stream #0:5(eng), 41, 1/1000: Video: wmv3 (Main), 1 reference frame (WMV3 / 0x33564D57), yuv420p(left), 512x288, 0/1, 512 kb/s, 25 fps, 25 tbr, 1k tbn, 1k tbc
  110.     Stream #0:6(eng), 41, 1/1000: Video: wmv3 (Main), 1 reference frame (WMV3 / 0x33564D57), yuv420p(left), 512x288, 0/1, 256 kb/s, 25 fps, 25 tbr, 1k tbn, 1k tbc
  111.     Stream #0:7(zul), 10, 1/1000: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s
  112.     Stream #0:8(ger), 10, 1/1000: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s
  113.     Stream #0:9(eng), 41, 1/1000: Video: wmv3 (Main), 1 reference frame (WMV3 / 0x33564D57), yuv420p(left), 256x144, 0/1, 90 kb/s, 25 fps, 25 tbr, 1k tbn, 1k tbc
  114. Successfully opened the file.
  115. Parsing a group of options: output url track3_a.mp4.
  116. Applying option map (set input stream mapping) with argument 0:2.
  117. Successfully parsed a group of options.
  118. Opening an output file: track3_a.mp4.
  119. Codec AVOption preset (Set the encoding preset (cf. x264 --fullhelp)) specified for output file #0 (track3_a.mp4) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  120. [file @ 0x7ff422606f80] Setting default whitelist 'file,crypto'
  121. Successfully opened the file.
  122. Stream mapping:
  123.   Stream #0:2 -> #0:0 (wmav2 (native) -> aac (native))
  124. Press [q] to stop, [?] for help
  125. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  126.     Last message repeated 10 times
  127. detected 4 logical cores
  128. [graph_0_in_0_2 @ 0x7ff422701e40] Setting 'time_base' to value '1/44100'
  129. [graph_0_in_0_2 @ 0x7ff422701e40] Setting 'sample_rate' to value '44100'
  130. [graph_0_in_0_2 @ 0x7ff422701e40] Setting 'sample_fmt' to value 'fltp'
  131. [graph_0_in_0_2 @ 0x7ff422701e40] Setting 'channel_layout' to value '0x3'
  132. [graph_0_in_0_2 @ 0x7ff422701e40] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3
  133. [format_out_0_0 @ 0x7ff422702000] Setting 'sample_fmts' to value 'fltp'
  134. [format_out_0_0 @ 0x7ff422702000] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
  135. [AVFilterGraph @ 0x7ff422605e00] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed
  136. Output #0, mp4, to 'track3_a.mp4':
  137.   Metadata:
  138.     WMFSDKVersion   : 11.0.5721.5145
  139.     WMFSDKNeeded    : 0.0.0.0000
  140.     comment         :  
  141.     FileCreationDate: 14/01/2015
  142.     title           : XX
  143.     artist          :  
  144.     copyright       : XXX
  145.     IsVBR           : 0
  146.     DeviceConformanceTemplate: MP@LL
  147.     encoder         : Lavf58.12.100
  148.     Stream #0:0(ita), 0, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, delay 1024, 128 kb/s
  149.     Metadata:
  150.       encoder         : Lavc58.18.100 aac
  151. size=     512kB time=00:00:44.12 bitrate=  95.1kbits/s speed=87.9x    
  152. size=    1280kB time=00:01:25.93 bitrate= 122.0kbits/s speed=85.5x    
  153. size=    1536kB time=00:01:48.40 bitrate= 116.1kbits/s speed=  72x    
  154. size=    2048kB time=00:02:22.57 bitrate= 117.7kbits/s speed=  71x    
  155. size=    2816kB time=00:03:05.38 bitrate= 124.4kbits/s speed=73.9x    
  156. [aac @ 0x7ff423885e00] Queue input is backward in time
  157. [mp4 @ 0x7ff423884c00] Non-monotonous DTS in output stream 0:0; previous: 9122804, current: 9122791; changing to 9122805. This may result in incorrect timestamps in the output file.
  158. size=    3328kB time=00:03:39.59 bitrate= 124.2kbits/s speed=72.9x    
  159. size=    3840kB time=00:04:13.47 bitrate= 124.1kbits/s speed=72.1x    
  160. size=    4352kB time=00:04:45.99 bitrate= 124.7kbits/s speed=71.3x    
  161. size=    4608kB time=00:05:05.68 bitrate= 123.5kbits/s speed=67.7x    
  162. size=    5376kB time=00:05:50.44 bitrate= 125.7kbits/s speed=69.9x    
  163. size=    5888kB time=00:06:31.41 bitrate= 123.2kbits/s speed=  71x    
  164. size=    6656kB time=00:07:19.02 bitrate= 124.2kbits/s speed=  73x    
  165. size=    7424kB time=00:08:06.94 bitrate= 124.9kbits/s speed=74.7x    
  166. [aac @ 0x7ff423885e00] Queue input is backward in time
  167. [mp4 @ 0x7ff423884c00] Non-monotonous DTS in output stream 0:0; previous: 22329307, current: 22326463; changing to 22329308. This may result in incorrect timestamps in the output file.
  168. [mp4 @ 0x7ff423884c00] Non-monotonous DTS in output stream 0:0; previous: 22329308, current: 22327487; changing to 22329309. This may result in incorrect timestamps in the output file.
  169. [mp4 @ 0x7ff423884c00] Non-monotonous DTS in output stream 0:0; previous: 22329309, current: 22328511; changing to 22329310. This may result in incorrect timestamps in the output file.
  170. size=    8192kB time=00:08:52.98 bitrate= 125.9kbits/s speed=75.9x    
  171. size=    8960kB time=00:09:31.25 bitrate= 128.5kbits/s speed=  76x    
  172. size=    9472kB time=00:10:15.74 bitrate= 126.0kbits/s speed=76.8x    
  173. size=   10240kB time=00:11:02.86 bitrate= 126.6kbits/s speed=77.8x    
  174. size=   11008kB time=00:11:50.76 bitrate= 126.9kbits/s speed=78.8x    
  175. size=   11520kB time=00:12:21.73 bitrate= 127.2kbits/s speed=77.9x    
  176. size=   12288kB time=00:13:04.21 bitrate= 128.4kbits/s speed=78.2x    
  177. [wmav2 @ 0x7ff423006800] overflow (58 > 51) in spectral RLE, ignoring
  178. [wmav2 @ 0x7ff423006800] overflow (72 > 71) in spectral RLE, ignoring
  179. [wmav2 @ 0x7ff423006800] frame_len overflow
  180. Error while decoding stream #0:2: Operation not permitted
  181. [aac @ 0x7ff423885e00] Input contains (near) NaN/+-Inf
  182. Audio encoding failed
  183. [AVIOContext @ 0x7ff422607000] Statistics: 0 seeks, 51 writeouts
  184. [aac @ 0x7ff423885e00] Qavg: 232.379
  185. [aac @ 0x7ff423885e00] 3 frames left in the queue on closing
  186. [AVIOContext @ 0x7ff42250fe80] Statistics: 112295936 bytes read, 0 seeks
  187. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement