LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ffmpeg xvid problem (https://www.linuxquestions.org/questions/linux-software-2/ffmpeg-xvid-problem-538499/)

locazor 03-18-2007 09:35 AM

ffmpeg xvid problem
 
[pfosland@romulus irina]$ ffmpeg -i movie.wmv -t "Irina" -s 320x240 -minrate 768 -ar 24000 -ab 64 -f psp M4V54321.MP4
ffmpeg: error while loading shared libraries: /usr/local/lib/libxvidcore.so.4: cannot restore segment prot after reloc: Permission denied

Anyone have any idea of why this happens?

manofcode 10-13-2008 02:29 AM

ffmpeg: error while loading shared libraries: /usr/local/lib/libxvidcore.so.4: cannot
 
I have the same problem when i am going to run ffmpeg from my fedora 6.0 os

Shadow_7 10-13-2008 04:25 AM

Quote:

Originally Posted by locazor (Post 2674826)
[pfosland@romulus irina]$ ffmpeg -i movie.wmv -t "Irina" -s 320x240 -minrate 768 -ar 24000 -ab 64 -f psp M4V54321.MP4

-t "Irina", the -t is a time / duration flag. And Irina doesn't seem like a "number" to me. Try -t 3:00 or something like it.

As I wonder why libxvidcore is /usr/local/ and not /usr/. Perhaps you have conflicting versions in both locations? Other than that, it works for me, if I change the -t option.


All times are GMT -5. The time now is 06:23 AM.