Hi. did you happen to upgrade your FFMPEG package lately? When I did I also recieve this error.<br>
I am not sure this is the fix but it worked for me.<br>
<br>
edit /usr/local/share/nuvexport/export/ffmpeg.pm<br>
find the line "-f $videotype"<br>
and add "-pix_fmt yuv420p"<br>
<br>
the new ffmpeg requires this new switch.<br>
beware though. if you have this problem, i have also had my mythtranscode demon break and haven't gotten it fixed yet.<br>
<br>
Martin<br><br><div><span class="gmail_quote">On 7/31/05, <b class="gmail_sendername">Matt</b> <<a href="mailto:skd5aner@gmail.com">skd5aner@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi! I've used nuvexport tons of times, but probably not in the past<br>2-3 months. I always run it to convert the shows to xVid. However,<br>now when I run it, it doesn't work. It complains about a codec<br>parameters issue. Here's the --debug output:
<br><br>/usr/bin/nice -n19 ffmpeg -hq -y -f s16le -ar 48000 -ac 2 -i<br>/tmp/fifodir_5391/audout -f rawvideo -s 720x480 -aspect 1.3333 -r<br>29.970 -i /tmp/fifodir_5391/vidout -aspect 1.3333 -r 29.970<br>-deinterlace -croptop 10 -cropbottom 10 -cropleft 14 -cropright 14
<br>-padleft 2 -padright 2 -s 620x464 -vcodec xvid -b 960 -minrate 32<br>-maxrate 1920 -bt 32 -bufsize 65535 -lumi_mask 0.05 -dark_mask 0.02<br>-scplx_mask 0.5 -4mv -part -pass 1 -passlogfile '/tmp/xvid.5391.log'<br>-f avi /dev/null 2>&1
<br>ffmpeg version cvs, build 4753, Copyright (c) 2000-2004 Fabrice Bellard<br> configuration: --prefix=/usr --libdir=${prefix}/lib --enable-shared<br>--enable-mp3lame --host=i386-linux --enable-gpl --build=i386-linux<br>
--enable-faad --mandir=${prefix}/share/man --enable-vorbis<br>--enable-pthreads --enable-faac --enable-xvid --enable-dts cc<br>--enable-amr_nb --enable-amr_wb --enable-pp --enable-shared-pp<br>--enable-libogg --enable-a52bin --enable-x264
<br> built on Jun 9 2005 15:41:29, gcc: 3.3.5 (Debian 1:3.3.5-13)<br>Input #0, s16le, from '/tmp/fifodir_5391/audout':<br> Duration: N/A, bitrate: N/A<br> Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s<br>
/tmp/fifodir_5391/vidout: could not find codec parameters<br><br><br><br>any ideas? It looks like xvid is compiled into ffmpeg alright. I'm<br>running out of space fast and I need to archive some shows ASAP.<br><br>Thanks!
<br>Matt<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>