Opened 13 years ago
Closed 13 years ago
#496 closed enhancement (invalid)
Apple Prores won't play
Reported by: | James Stewart | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | prores |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Thank you for the work an Apple "Prores":
But I am unable to play Apple "Prores" media.
Using ffplay version "git-a254452-win32-static"
using "ffplay.exe <file name>" (no switch options)
Here is the console output of two files attempted:
=================================================================
ffplay version N-32726-ga254452, Copyright (c) 2003-2011 the FFmpeg developers
built on Sep 19 2011 19:49:13 with gcc 4.6.1
configuration: --enable-gpl --enable-version3 --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 51. 16. 1 / 51. 16. 1
libavcodec 53. 16. 0 / 53. 16. 0
libavformat 53. 12. 0 / 53. 12. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 43. 2 / 2. 43. 2
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'CSUHelmets.mov':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 2011-09-01 16:48:39
Duration: 00:00:12.03, start: 0.000000, bitrate: 124739 kb/s
Stream #0.0(eng): Video: prores (apcn / 0x6E637061), 1440x1080, 123326 kb/s, SAR 4:3 DAR 16:9, 29.97 fps, 29.97 tbr, 2997 tbn, 2997 tbc
Metadata:
creation_time : 2011-09-01 16:48:39
Stream #0.1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, 2 channels, s16, 1536 kb/s
Metadata:
creation_time : 2011-09-01 16:48:39
Stream #0.2(eng): Data: none (tmcd / 0x64636D74)
Metadata:
creation_time : 2011-09-01 16:48:39
=================================================================
and:
=================================================================
ffplay version N-32726-ga254452, Copyright (c) 2003-2011 the FFmpeg developers
built on Sep 19 2011 19:49:13 with gcc 4.6.1
configuration: --enable-gpl --enable-version3 --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 51. 16. 1 / 51. 16. 1
libavcodec 53. 16. 0 / 53. 16. 0
libavformat 53. 12. 0 / 53. 12. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 43. 2 / 2. 43. 2
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Coach Woodford Mic'D Up.mov':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 2011-08-30 23:44:01
Duration: 00:12:52.03, start: 0.000000, bitrate: 15319 kb/s
Stream #0.0(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s
Metadata:
creation_time : 2011-08-30 23:44:01
Stream #0.1(eng): Video: prores (apch / 0x68637061), 640x360, 14945 kb/s, 7.20 fps, 29.97 tbr, 2997 tbn, 2997 tbc
Metadata:
creation_time : 2011-08-30 23:44:01
=================================================================
In each case the audio track got played and visualized, but no video. The same ffplay successfully played other formatted files.
The above samples were last touched by Apple "Final Cut Pro"
I can submit media samples and more information if desired.
You have to configure FFmpeg with --enable-version2 (and without libopencore* and libvo*) to get ProRes support.