jslhs / ffmbc

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

Segmentation Fault on 3GPP media #170

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to use ffprobe or ffmbc with some 3GPP media files
2. ffprobe -show_format ~/Downloads/1_videoContent_341
3. ffmbc -v 3 -y -i ~/Downloads/1_videoContent_341 -vol 40  -vf scale=1320:1080 
-vf pad=1920:1080:300:0 -ac 1 -r 29.97 -tff -target xdcamhd422 -f mxf -acodec 
pcm_s16le ~/Downloads/1_videoContent_341.mxf

What is the expected output? What do you see instead?
With ffprobe I expected some metadata
With ffmbc I expected xdcam mxf file
I both cases I see Segmentation fault

What version of the product are you using? On what operating system?
ffprobe version 0.7-rc8
FFmbc version 0.7-rc8
Ubuntu 10.04 (development enviroment)
Amazon Linux AMI release 2013.03 (CentOS based) (Quality assurance enviroment)
CentOS 6.4 (Production enviroment)
Same happens on those 3 enviroments

Please provide any additional information below:

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

ffprobe -show_format ~/Downloads/1_videoContent_341ffprobe version 0.7-rc8
Copyright (c) 2007-2013 Baptiste Coudurier and the FFmpeg developers
Segmentation fault

ffmbc -v 3 -y -i ~/Downloads/1_videoContent_341 -vol 40  -vf scale=1320:1080 
-vf pad=1920:1080:300:0 -ac 1 -r 29.97 -tff -target xdcamhd422 -f mxf -acodec 
pcm_s16le ~/Downloads/1_videoContent_341.mxf
FFmbc version 0.7-rc8
Copyright (c) 2008-2013 Baptiste Coudurier and the FFmpeg developers
Segmentation fault

- Upload your sample somewhere and supply url
http://200.141.95.125/media/videos/1_videoContent_343
http://200.141.95.125/media/videos/1_videoContent_342
http://200.141.95.125/media/videos/1_videoContent_341
http://200.141.95.125/media/videos/1_videoContent_340
http://200.141.95.125/media/videos/1_videoContent_339
http://200.141.95.125/media/videos/1_videoContent_338
http://200.141.95.125/media/videos/1_videoContent_337
http://200.141.95.125/media/videos/1_videoContent_336
http://200.141.95.125/media/videos/1_videoContent_335
http://200.141.95.125/media/videos/1_videoContent_334
http://200.141.95.125/media/videos/1_videoContent_333
http://200.141.95.125/media/videos/1_videoContent_332
http://200.141.95.125/media/videos/1_videoContent_331
http://200.141.95.125/media/videos/1_videoContent_330

Additional:
Compiled with:
nano@nano:~/FFmbc-0.7-rc8$ ./configure --enable-gpl --enable-nonfree
Ubuntu Media player can play those files (audio and video) and says:
Video:
Dimensions: 176x144
Codec: MPEG-4-Video
15 Frames per second
Bitrate: 481kbps
Audio:
Codec: AMR Audio
Channels: Mono
Sample rate: 8000Hz
Bitrate: N/A
VLC says the same but can't decode Audio.

Our system is used to transcode any kind of media files to some mxf formats 
used by some Sony hardware. It is running for a few months and processed about 
1500 files but always gets segfault with some 3GPP files.

Original issue reported on code.google.com by fabio.pa...@stormsec.com.br on 11 Mar 2014 at 3:33

GoogleCodeExporter commented 8 years ago

Original comment by baptiste...@gmail.com on 1 Apr 2014 at 4:39