LinuxQuestions.org

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

Polanski 07-25-2005 10:05 PM

ffmpeg
 
To whom it may concern,

I am having trouble with ffmpeg. I am trying to convert an avi file to mpeg4 format for the psp. I have installed ffmpeg onto Fedora Core 3 and the command I use does not seem to work. Here is the command and the result. What should I do? Can you give me the commands step by step please?bash-3.00$ ffmpeg -i cowboy-bebop_01.avi -f psp -r 14.985 -s 320x240 -b 768 -ar 24000 -ab 32 M4V00001.MP4
[wmv3 @ 0x48f330]Header: 8EF81A01
[wmv3 @ 0x48f330]Profile 2 is reserved
[wmv3 @ 0x48f330]0 for reserved RES_FASTTX is forbidden
[wmv3 @ 0x48f330]Profile 2:
frmrtq_postproc=7, bitrtq_postproc=15
LoopFilter=1, MultiRes=0, FastUVMV=0, Extended MV=0
Rangered=0, VSTransform=1, Overlap=1, SyncMarker=0
DQuant=1, Quantizer mode=0, Max B frames=0
Input #0, avi, from 'cowboy-bebop_01.avi':
Duration: 00:24:38.1, start: 0.000000, bitrate: 1152 kb/s
Stream #0.0: Video: wmv3, yuv420p, 640x480, 23.98 fps
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 112 kb/s
No audio or video streams available

It looks like the RES_FASTTX thing (whatever that is) is the
problem.


All times are GMT -5. The time now is 09:55 AM.