jslhs / ffmbc

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

Segmentation fault on XDCamHD encoding #175

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I try to encode XDCam HD output from Y4M+FLAC input, as according to the 
command line given below.  This worked in rc8, so probably something happened 
in the latest RC.

What is the expected output? What do you see instead?
I expected an output file, but instead ffmbc crashes with a segmentation fault.

What version of the product are you using? On what operating system?
FFmbc version 0.7-rc9
OS X 10.9.2

Please provide any additional information below:

- Full commandline run (with -v 3) and everything the program printed
without
the repeating parts.

ffmbc -v 3 -y  -i elephants_dream_1080p24.y4m -i ED-CM-5.1-DVD-C.flac -i 
ED-CM-5.1-DVD-L.flac -i ED-CM-5.1-DVD-R.flac -i ED-CM-5.1-DVD-LS.flac -i 
ED-CM-5.1-DVD-RS.flac -i ED-CM-5.1-DVD-LFE.flac -timecode 12:34:45:45 -r 50 
-aspect 16:9 -s hd720 -target xdcamhd422  -acodec pcm_s24le 
/tmp/XDCamHD_720p50_6ch_24bit.mxf -map_audio_channel 1:0:0:0:1:0  -acodec 
pcm_s24le -newaudio -map_audio_channel 2:0:0:0:2:0  -acodec pcm_s24le -newaudio 
-map_audio_channel 3:0:0:0:3:0  -acodec pcm_s24le -newaudio -map_audio_channel 
4:0:0:0:4:0  -acodec pcm_s24le -newaudio -map_audio_channel 5:0:0:0:5:0  
-acodec pcm_s24le -newaudio -map_audio_channel 6:0:0:0:6:0
FFmbc version 0.7-rc9
Copyright (c) 2008-2014 Baptiste Coudurier and the FFmpeg developers
Input #0, yuv4mpegpipe, from 'elephants_dream_1080p24.y4m':
  Duration: 00:10:53.79, bitrate: 597197 kb/s
    Stream #0.0(und): Video: rawvideo, yuv420p, 1920x1080p, PAR 1:1 DAR 16:9, 24.00 fps
Input #1, flac, from 'ED-CM-5.1-DVD-C.flac':
  Duration: 00:10:58.08, bitrate: 629 kb/s
    Stream #1.0(und): Audio: flac, 48000 Hz, mono, s32
Input #2, flac, from 'ED-CM-5.1-DVD-L.flac':
  Duration: 00:10:58.08, bitrate: 711 kb/s
    Stream #2.0(und): Audio: flac, 48000 Hz, mono, s32
Input #3, flac, from 'ED-CM-5.1-DVD-R.flac':
  Duration: 00:10:58.08, bitrate: 708 kb/s
    Stream #3.0(und): Audio: flac, 48000 Hz, mono, s32
Input #4, flac, from 'ED-CM-5.1-DVD-LS.flac':
  Duration: 00:10:58.08, bitrate: 497 kb/s
    Stream #4.0(und): Audio: flac, 48000 Hz, mono, s32
Input #5, flac, from 'ED-CM-5.1-DVD-RS.flac':
  Duration: 00:10:58.08, bitrate: 490 kb/s
    Stream #5.0(und): Audio: flac, 48000 Hz, mono, s32
Input #6, flac, from 'ED-CM-5.1-DVD-LFE.flac':
  Duration: 00:10:58.08, bitrate: 159 kb/s
    Stream #6.0(und): Audio: flac, 48000 Hz, mono, s32
Segmentation fault: 11

- Upload your sample somewhere and supply url

http://media.xiph.org/ED/

Original issue reported on code.google.com by k...@vizrt.com on 22 Apr 2014 at 10:42

GoogleCodeExporter commented 8 years ago
I cannot find elephants_dream_1080p24.y4m on the url you posted.

Original comment by baptiste...@gmail.com on 22 Apr 2014 at 7:23

GoogleCodeExporter commented 8 years ago
Oops, sorry, the Y4M is at 
http://media.xiph.org/video/derf/y4m/elephants_dream_1080p24.y4m

Original comment by k...@vizrt.com on 23 Apr 2014 at 6:26

GoogleCodeExporter commented 8 years ago
Ah yes, problem is already fixed in the new tarball, you just need to 
re-download it

Original comment by baptiste...@gmail.com on 23 Apr 2014 at 5:00

GoogleCodeExporter commented 8 years ago

Original comment by baptiste...@gmail.com on 23 Apr 2014 at 5:00

GoogleCodeExporter commented 8 years ago
Ah, the file without an RC number.  Yes, it works nicely now, thanks!

Original comment by k...@vizrt.com on 24 Apr 2014 at 2:45