purthaler / ffmbc

Automatically exported from code.google.com/p/ffmbc
Other
0 stars 0 forks source link

IMX50 Segfaults for 0.7 RC3 #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've been attempting to create IMX50 files from various sources, but 0.7 RC3 is 
segfaulting. 

phillc@phillc-laptop:~/Documents/The Station Post/Transcoding$ ffmbc -i TVE.mpg 
-target imx50 TVE_imx50.mxf
FFmbc version 0.7-rc3
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
[mpeg @ 0x1525640] max_analyze_duration 5000000 reached at 5000000
Input #0, mpeg, from 'TVE.mpg':
  Duration: 00:25:38.04, start: 0.305833, bitrate: 6966 kb/s
    Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 6000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16, 224 kb/s
Unrecognized option 'color_transfer'
Unrecognized option 'color_matrix'
[buffer @ 0x1523e80] w:720 h:576 pixfmt:yuv420p tb:1/1000000 sar:64/45 
sws_param:
[buffersink @ 0x152daa0] auto-inserting filter 'auto-inserted scale 0' between 
the filter 'src' and the filter 'out'
[scale @ 0x1970c20] w:720 h:576 fmt:yuv420p -> w:720 h:576 fmt:yuv422p flags:0x2
Segmentation fault

These same files transcode, seemingly without error in 0.6.

I've tried various input files and also mov and MXF extensions. Same error.

Original issue reported on code.google.com by phillclarke@gmail.com on 12 Oct 2011 at 5:34

GoogleCodeExporter commented 9 years ago
Cannot reproduce.
This is very weird:
Unrecognized option 'color_transfer'
Unrecognized option 'color_matrix'

You should check your tree and make to make distclean.

Original comment by baptiste...@gmail.com on 12 Oct 2011 at 7:24