LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   QuickTime (https://www.linuxquestions.org/questions/linux-software-2/quicktime-815265/)

jokar.mohsen 06-20-2010 07:02 AM

QuickTime
 
Hello.
I want Play Mov file in Linux but Mplayer can't Play it.
Only QuickTime can Play it.I download mpeg4ip and use bootstrap,when i use make command show error :

make[6]: *** [sys_block.lo] Error 1
make[6]: Leaving directory `/usr/local/src/Codec/mpeg4ip-1.5.0.1/common/video/iso-mpeg4/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/usr/local/src/Codec/mpeg4ip-1.5.0.1/common/video/iso-mpeg4'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/usr/local/src/Codec/mpeg4ip-1.5.0.1/common/video/iso-mpeg4'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/Codec/mpeg4ip-1.5.0.1/common/video'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/Codec/mpeg4ip-1.5.0.1/common'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/Codec/mpeg4ip-1.5.0.1'
make: *** [all] Error 2


what work?
for Play QuickTime format in linux what work?

nigelc 06-20-2010 07:43 AM

Hello,
Have you installed libdvdcss

craigevil 06-20-2010 10:29 AM

What distro are you using?

libxvidcore4 - High quality ISO MPEG4 codec library

mplayer and vlc will play mpeg4 with the right codecs, how to install what you need depends on the linux distribution you are using.

knudfl 06-20-2010 12:09 PM

I doubt that the old mpeg4ip-1.5.0.1 is used any more.
The files are from 2004...2006.
And cannot use any modern x264 and ffmpeg.

Will compile with gcc-4.1 only : make CC=gcc-4.1 CXX=g++-4.1

..


All times are GMT -5. The time now is 08:46 PM.