jslhs / ffmbc

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

segfault when trying to create mxf from wav #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
ffmbc compiled with:
# ./configure  --enable-gpl

$ ./ffmbc -i P1170397_A1.wav -acodec copy P1170397_A2.mxf
FFmbc version 0.7.1
Copyright (c) 2008-2014 Baptiste Coudurier and the FFmpeg developers
Input #0, wav, from 'P1170397_A1.wav':
  Duration: 00:00:01.50, bitrate: 768 kb/s
    Stream #0.0(und): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
Segmentation fault: 11 (core dumped)

pid 12009 (ffmbc), uid 1001: exited on signal 11 (core dumped)

What is the expected output? What do you see instead?
Program should produce warning even mxf could not be created in that way.

What version of the product are you using? On what operating system?
ffmbc 0.7.1 on FreeBSD 9.2 x64.

Please provide any additional information below:

- Full commandline run (with -v 3) and everything the program printed
without
the repeating parts.
- Upload your sample somewhere and supply url

Attached gdb result and the wav file.

Original issue reported on code.google.com by mpatd...@gmail.com on 4 Jun 2014 at 4:38

Attachments:

GoogleCodeExporter commented 8 years ago
I'll fix the segfault but audio only is not support currently.

Original comment by baptiste...@gmail.com on 5 Jun 2014 at 5:41

GoogleCodeExporter commented 8 years ago
Noted and thanks.

Original comment by mpatd...@gmail.com on 5 Jun 2014 at 6:20

GoogleCodeExporter commented 8 years ago
Fixed in 0.7.2

Original comment by baptiste...@gmail.com on 22 Dec 2014 at 3:49