<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid456D7C06.8040007@comcast.net" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
  <font color="black" face="Verdana,Arial,Helvetica" size="2"><font
 color="black" face="Verdana,Arial,Helvetica" size="2"><a
 href="http://www.mythtv.org/wiki/index.php/Nuvexport#Debug_Mode"
 rel="nofollow" target="_blank">http://www.mythtv.org/wiki/index.php/Nuvexport#Debug_Mode</a>
  <br>
  <br>
Though in this case, I really only need to know the command to run <br>
ffmpeg, since if this is the same bug as before, it's sending a blank <br>
number to something ffmpeg expects to be not blank (but doesn't check
for). <br>
  <br>
-Chris</font></font><font color="black"><font color="black"><tt>
  </tt></font></font><font color="black" face="Verdana,Arial,Helvetica"
 size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2"> </font></font></blockquote>
<font color="black" face="Verdana,Arial,Helvetica" size="2"><font
 color="black" face="Verdana,Arial,Helvetica" size="2">Here's what I
was referring to above (from my original post).&nbsp; I think the last part
here is what you're asking for:<br>
<br>
[mythtv[at]localhost bin]$ /usr/local/bin/nuvexport --chanid=4294967295
--start=20061126115353 --mode=iPod --nice=19 --cutlist --nodenoise
--nodeinterlace --nomultipass --filename=4294967295_20061126115353.mpg
--path=/video/ipodfeed/ --debug <br>
<br>
Loading MythTV recording info. <br>
99% <br>
Default resolution based on 4:3 aspect ratio. <br>
<br>
-------------------------------- <br>
To encode: Untitled: Untitled <br>
Use the following commands: <br>
Use of uninitialized value in pattern match (m//) at
/usr/local/share/nuvexport/export/ffmpeg/MP4.pm line 184. <br>
Use of uninitialized value in pattern match (m//) at
/usr/local/share/nuvexport/export/ffmpeg/MP4.pm line 184. <br>
<br>
system call: <br>
mkdir -m 0755 /tmp/fifodir_7775/ <br>
<br>
forking: <br>
/bin/nice -n19 /usr/local/bin/mythtranscode --showprogress -p
autodetect -c 4294967295 -s 2006-11-26-11-53-53 -f "/tmp/fifodir_7775/"
--honorcutlist 2&gt;&amp;1 <br>
<br>
forking: <br>
/bin/nice -n19
ffmpeg -y -f s16le -ar 0 -ac 0 -i /tmp/fifodir_7775/audout -f rawvideo
-pix_fmt yuv420p -s 640x480 -aspect 1.33333333333333 -r 29.970 -i
/tmp/fifodir_7775/vidout -aspect 1.33333333333333 -r 23.97 -croptop 10
-cropright 12 -cropbottom 10 -cropleft 12 -s 320x240 -vcodec mpeg4 -b
'393216' -title 'Untitled' -flags +4mv+trell+loop -aic 1 -mbd 1 -cmp 2
-subcmp 2 -acodec aac -ar 48000 -async 1 -ab 64
'/video/ipodfeed/4294967295_20061126115353.mpg.mp4' 2&gt;&amp;1 <br>
[mythtv[at]localhost bin]$<br>
<br>
Also, the the issue about MP4.pm line 184 is still bugging me.&nbsp; Is it
an actual problem that needs to be corrected?<br>
<br>
Thanks again,<br>
Kevin<br>
</font></font>
</body>
</html>