I use ffmpeg to convert my recording to the PSP.<br><br>When I attempt to run ffmpeg on an ISO image from a DVD I get:<br>&quot;could not find codec parameters&quot;<br><br><br>Just trying to figure out:<br>1.&nbsp; How I can figure what codec is required
<br>2.&nbsp; How I can install whatever that missing codec is<br><br>I am running in Ubuntu Edgy.<br>ffmpeg is very recent (within a month) and compiled on my own machine.<br><br>Here is the full output:<br><br>Executing ffmpeg command
<br><br>ffmpeg -i &quot;/myth_extras/videos/Burn/my_video.ISO&quot; -y -acodec aac -ab 96 -vcodec h264 -b 280kb -ar 48000 -mbd 2 -coder 1 -cmp 2 -subcmp 2 -s 480x272 -r 30000/1001 -f psp -flags loop -trellis 2 -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -level 13 -vol 480 &quot;/media/mythtv/rss/my_video.MP4&quot;
<br><br>FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2004 Fabrice Bellard<br>&nbsp; configuration:&nbsp; --enable-gpl --enable-pp --enable-vorbis --enable-libogg --enable-a52 --enable-dts --enable-dc1394 --enable-libgsm --disable-debug --enable-mp3lame --enable-faad --enable-faac --enable-xvid --enable-pthreads --enable-x264 
<br>&nbsp; libavutil version: 49.0.0<br>&nbsp; libavcodec version: 51.11.0<br>&nbsp; libavformat version: 50.5.0<br>&nbsp; built on Jan&nbsp; 7 2007 18:11:34, gcc: 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)<br>/myth_extras/videos/Burn/my_video.ISO: could not find codec parameters
<br><br><br><br>TIA,<br>Dave<br><br>