<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
On Sat, 2010-05-08 at 12:12 -0430, Patrick O'Callaghan wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Sat, 2010-05-08 at 12:31 -0400, sean darcy wrote:
&gt; Patrick O'Callaghan wrote:
&gt; &gt; On Sat, 2010-05-08 at 10:00 -0400, sean darcy wrote:
&gt; &gt;&gt; Patrick O'Callaghan wrote:
&gt; &gt;&gt; [...]&gt; 
&gt; &gt;&gt;&gt; &lt;rant&gt;
&gt; &gt;&gt;&gt; Part of the problem is that all the above tools are clearly aimed at
&gt; &gt;&gt;&gt; people who know what they're doing. Those of us uninterested in a career
&gt; &gt;&gt;&gt; in multimedia technology are liable to be completely lost when
&gt; &gt;&gt;&gt; struggling with any of the (incomplete and ambiguous) manuals, not to
&gt; &gt;&gt;&gt; mention the baroque syntax of the command-line options. Why are there no
&gt; &gt;&gt;&gt; &quot;multimedia conversion for dummies&quot; tools in Linux as there are in
&gt; &gt;&gt;&gt; Windoze?
&gt; &gt;&gt;&gt; &lt;/rant&gt;
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; Anyway, my question is this: does anyone have a useful recipe for this
&gt; &gt;&gt;&gt; kind of thing?
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; And for extra credit: how about converting FLV (Flash video)?
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; poc
&gt; &gt;&gt;&gt;
&gt; &gt;&gt; First, I agree with your rant. What the world needs is a media recipe wiki.
&gt; &gt;&gt;
&gt; &gt;&gt; But I'd try again with ffmpeg. It has the most active development and 
&gt; &gt;&gt; user group. The helpful users make up for the lousy docs.
&gt; &gt; 
&gt; &gt; Good to know :-)
&gt; &gt; 
&gt; &gt;&gt; 1. Do you have a very recent version of ffmpeg? I'd urge you to use svn, 
&gt; &gt;&gt; but at least 0.5.1.
&gt; &gt; 
&gt; &gt; It's the standard Fedora repo version:
&gt; &gt; ffmpeg-0.5-5.20091026svn.fc12.x86_64 so possibly not.
&gt; &gt; 
&gt; 
&gt; rpmfusion has ffmpeg-0.6-0.3.20100429svn
&gt; 
&gt; 
&gt; &gt;&gt; 2. ffmpeg -i source.mkv -vcodec copy -acodec copy output.avi , should 
&gt; &gt;&gt; work if source mkv is in mpeg-4 and mp3.
&gt; &gt; 
&gt; &gt; It's H.264 and AC-3:
&gt; &gt; 
&gt; &gt;   Duration: 01:32:04.57, start: 0.000000, bitrate: N/A
&gt; &gt;     Stream #0.0: Video: h264, yuv420p, 1280x720, PAR 1:1 DAR 16:9, 25 tbr, 1k tbn, 50 tbc
&gt; &gt;     Stream #0.1(eng): Audio: ac3, 48000 Hz, 2 channels, s16
&gt; &gt; 
&gt; 
&gt; Well AC-3 should work in your dvd, so try:
&gt; 
&gt; ffmpeg -i source.mkv -vcodec mpeg2video -acodec copy output.avi

As soon as it starts I get:
[...]
[NULL @ 0x1570030]error, non monotone timestamps 12288 &gt;= 12288
av_interleaved_write_frame(): Error while opening file

poc


</PRE>
</BLOCKQUOTE>
<BR>
I remember I converted once a flv to avi, using mencoder, with the following command:<BR>
<BR>
mencoder -oac copy -ovc lavc -o Output.avi Input.flv<BR>
<BR>
<BR>
and it worked.<BR>
<BR>
<BR>
HTH<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<BR>
Calin<BR>
<BR>
Key fingerprint = 37B8 0DA5 9B2A 8554 FB2B 4145 5DC1 15DD A3EF E857<BR>
<BR>
=================================================<BR>
A door is what a dog is perpetually on the wrong side of. -- Ogden Nash
</TD>
</TR>
</TABLE>
</BODY>
</HTML>