<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
&nbsp;&nbsp;&nbsp; Hi all.<br>
<br>
&nbsp;&nbsp;&nbsp; I am trying to generate an AVI file with this pipeline:<br>
<br>
<i>gst-launch-0.10 videotestsrc is-live=true ! \<br>
'video/x-raw-yuv,format=(fourcc)I420,width=640,height=480,framerate=(fraction)25/1'
! \<br>
x264enc ! h264parse ! queue ! mux. \<br>
<font color="#3333ff">audiotestsrc is-live=true ! audioconvert !
\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt; optional<br>
'audio/x-raw-int,rate=44100,channels=2' ! lame ! queue ! mux.
\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt; optional</font><br>
avimux name=mux ! filesink location=test.avi</i><br>
<br>
The file that I get can be played using ffplay (for instance), but it
can not be played using VLC or Windows Media Player. In the case of
VLC, this error appears:<br>
<i><br>
[00000418] avi demux error: avi module discarded (invalid file)<br>
[00000418] avformat demux error: av_open_input_stream failed</i><br>
<br>
&nbsp;&nbsp;&nbsp; I have tried to use a MPEG4 encoder for the video, and even
removing the audio part of the pipeline in blue colour, but it happens
the same.<br>
<br>
&nbsp;&nbsp;&nbsp; Any hint? Is an AVIMUX problem? Is there some alternative (other
AVI muxer)? Why ffplay plays the file?<br>
<br>
&nbsp;&nbsp;&nbsp; THANKS in advance!<br>
&nbsp;&nbsp;&nbsp; All the best.<br>
&nbsp;&nbsp;&nbsp; LD.<br>
<br>
<br>
<br>
<br>
</body>
</html>