Ticket #7818: ffmpeg-20190328-181348.log

File ffmpeg-20190328-181348.log, 4.1 KB (added by adaerr, 7 years ago)

log of reported error using ffmpeg from current git master

Line 
1ffmpeg started on 2019-03-28 at 18:13:48
2Report written to "ffmpeg-20190328-181348.log"
3Command line:
4./ffmpeg -report -f lavfi -i color -vf "crop=1:70" -vframes 1 slice.png
5ffmpeg version N-93476-g391f884675 Copyright (c) 2000-2019 the FFmpeg developers
6 built with gcc 8 (Debian 8.3.0-2)
7 configuration:
8 libavutil 56. 26.100 / 56. 26.100
9 libavcodec 58. 47.106 / 58. 47.106
10 libavformat 58. 26.101 / 58. 26.101
11 libavdevice 58. 7.100 / 58. 7.100
12 libavfilter 7. 48.100 / 7. 48.100
13 libswscale 5. 4.100 / 5. 4.100
14 libswresample 3. 4.100 / 3. 4.100
15Splitting the commandline.
16Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
17Reading option '-f' ... matched as option 'f' (force format) with argument 'lavfi'.
18Reading option '-i' ... matched as input url with argument 'color'.
19Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'crop=1:70'.
20Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '1'.
21Reading option 'slice.png' ... matched as output url.
22Finished splitting the commandline.
23Parsing a group of options: global .
24Applying option report (generate a report) with argument 1.
25Successfully parsed a group of options.
26Parsing a group of options: input url color.
27Applying option f (force format) with argument lavfi.
28Successfully parsed a group of options.
29Opening an input file: color.
30detected 16 logical cores
31[Parsed_color_0 @ 0x560e8f6ddf80] size:320x240 rate:25/1 duration:-1.000000 sar:1/1
32[AVFilterGraph @ 0x560e8f6dc1c0] query_formats: 2 queried, 1 merged, 0 already done, 0 delayed
33[lavfi @ 0x560e8f6d9a80] All info found
34Input #0, lavfi, from 'color':
35 Duration: N/A, start: 0.000000, bitrate: N/A
36 Stream #0:0, 1, 1/25: Video: rawvideo (I420 / 0x30323449), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
37Successfully opened the file.
38Parsing a group of options: output url slice.png.
39Applying option vf (set video filters) with argument crop=1:70.
40Applying option vframes (set the number of video frames to output) with argument 1.
41Successfully parsed a group of options.
42Opening an output file: slice.png.
43Successfully opened the file.
44Stream mapping:
45 Stream #0:0 -> #0:0 (rawvideo (native) -> png (native))
46Press [q] to stop, [?] for help
47cur_dts is invalid (this is harmless if it occurs once at the start per stream)
48[rawvideo @ 0x560e8f71e440] PACKET SIZE: 115200, STRIDE: 480
49[Parsed_crop_0 @ 0x560e8f7259c0] Setting 'out_w' to value '1'
50[Parsed_crop_0 @ 0x560e8f7259c0] Setting 'out_h' to value '70'
51[graph 0 input from stream 0:0 @ 0x560e8f727a80] Setting 'video_size' to value '320x240'
52[graph 0 input from stream 0:0 @ 0x560e8f727a80] Setting 'pix_fmt' to value '0'
53[graph 0 input from stream 0:0 @ 0x560e8f727a80] Setting 'time_base' to value '1/25'
54[graph 0 input from stream 0:0 @ 0x560e8f727a80] Setting 'pixel_aspect' to value '1/1'
55[graph 0 input from stream 0:0 @ 0x560e8f727a80] Setting 'sws_param' to value 'flags=2'
56[graph 0 input from stream 0:0 @ 0x560e8f727a80] Setting 'frame_rate' to value '25/1'
57[graph 0 input from stream 0:0 @ 0x560e8f727a80] w:320 h:240 pixfmt:yuv420p tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
58[format @ 0x560e8f728280] Setting 'pix_fmts' to value 'rgb24|rgba|rgb48be|rgba64be|pal8|gray|ya8|gray16be|ya16be|monob'
59[auto_scaler_0 @ 0x560e8f72b400] Setting 'flags' to value 'bicubic'
60[auto_scaler_0 @ 0x560e8f72b400] w:iw h:ih flags:'bicubic' interl:0
61[format @ 0x560e8f728280] auto-inserting filter 'auto_scaler_0' between the filter 'Parsed_crop_0' and the filter 'format'
62[AVFilterGraph @ 0x560e8f725b80] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
63[auto_scaler_0 @ 0x560e8f72b400] picking rgb24 out of 10 ref:yuv420p alpha:0
64[Parsed_crop_0 @ 0x560e8f7259c0] w:320 h:240 sar:1/1 -> w:0 h:70 sar:1/1
65[Parsed_crop_0 @ 0x560e8f7259c0] Invalid too big or non positive size for width '0' or height '70'
66[Parsed_crop_0 @ 0x560e8f7259c0] Failed to configure input pad on Parsed_crop_0
67Error reinitializing filters!
68Failed to inject frame into filter network: Invalid argument
69Error while processing the decoded data for stream #0:0
70Conversion failed!