[FFmpeg-trac] #5571(ffprobe:new): Function not implemented "code": -38,

FFmpeg trac at avcodec.org
Tue May 17 21:39:32 CEST 2016


#5571: Function not implemented "code": -38,
-----------------------------------+---------------------------------------
             Reporter:  haary_neo  |                     Type:  defect
               Status:  new        |                 Priority:  critical
            Component:  ffprobe    |                  Version:  unspecified
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+---------------------------------------
 I am trying to probe a video file of MOV format.
 In Linux I am getting the following error,

 "error": {
 "code": -38,
 "string": "Function not implemented"
 }

 But in windows the file is probed perfectly.
 I am using the below command to probe,

 /SDA/apps/ffmpeg-3.0.2/bin/ffprobe -v quiet -print_format json -show_error
 -show_format -show_streams "/SDA/video/test.mov"

 The codec name of the file is "codec_name": "prores".

 Libpostproc, libavresample is missing the linux package when compared with
 the lib specified in the ffmpeg site and with the windows version.

 Am I doing something wrong with the installation or this is an existing
 issue.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5571>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list