On Sun, Apr 13, 2008 at 7:04 AM, Jeff Simpson &lt;<a href="mailto:jeffsimpson@alum.wpi.edu">jeffsimpson@alum.wpi.edu</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt; Thanks Jeff for the quick response! &nbsp; I thought I should get it working on<br>
&gt; the command line before trying to run it as a user job.<br>
<br>
</div>Ahh, that&#39;s a good idea.<br>
<div class="Ih2E3d"><br>&gt;.. video2ipod: [o] Video Bitrate: 2500k<br>
&gt; video2ipod: [o] Cropping: &nbsp; &nbsp; &nbsp;0<br>
&gt;<br>
&gt; and then stops and doesn&#39;t proceed - no further error message<br>
<br>
</div>Try using some of the debug or verbose options.<br>
<br>
Directly after that line is where it starts the ffmpeg process. If you<br>
enable debug (-debug) it will show you the commandline that it will<br>
use to run ffmpeg before it runs it. This is especially helpful for<br>
spotting problems with the command.<br>
<br>
If you enable verbose logging (-verbose) it will show you the output<br>
of ffmpeg directly. If you don&#39;t use that, it will try to parse the<br>
ffmpeg output to give you a percentage. For testing you&#39;ll definitely<br>
want to put -verbose on to see what ffmpeg is doing. There&#39;s a good<br>
chance if ffmpeg is spitting out an error, it&#39;s being eaten up in that<br>
section.<br>
<div class="Ih2E3d"></div></blockquote><div><br>Thanks again Jeff - I was so caught up in the perl errors I didn&#39;t think to add verbose and debugging when calling the script.<br><br>I&#39;ve got it working now - it&nbsp; was indeed stopping on ffmpeg.&nbsp; I had to add &quot;-ac 2 -ar 44100&quot; to the ffmpeg call to get it to execute - ffmpeg failed on setting the audio options otherwise.<br>
<br>I&#39;m using a DVB-S recording with audio details: Stream #0.1[0x14b5](eng): Audio: mp2, 48000 Hz, stereo, 256 kb/s<br><br>Anyways - seems to be working for now with those extra audio options.<br><br>Thanks,<br>Nick<br>
</div></div>