<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
&nbsp;&nbsp;&nbsp; Hi and thank you yangsb,<br>
<br>
but even removing the element <i>'h264parse'</i> the problem is still
happening. <br>
<i><br>
gst-launch-0.10 videotestsrc is-live=true !
'video/x-raw-yuv,format=(fourcc)I420,width=640,height=480,framerate=(fraction)25/1'
! x264enc ! queue ! mux. avimux name=mux ! filesink location=testV3.avi<br>
<br>
vlc testV3.avi<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 guess that the problem is related with <i>avimux,</i> because if
I just change in the pipeline below <i>avimux</i> by <i>flutsmux</i>
to generate a <i>.TS</i> file, VLC can open it.<br>
<br>
&nbsp;&nbsp;&nbsp; Any other suggestion?<br>
&nbsp;&nbsp;&nbsp; Thank you very much.<br>
&nbsp;&nbsp;&nbsp; LD.<br>
<br>
<br>
<br>
yangsb wrote:
<blockquote cite="mid:23398748.post@talk.nabble.com" type="cite">
  <pre wrap="">Maybe h264parse is not needed.
Remove it and try again.
Good luck.


ldac wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">





&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi all. 

&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to generate an AVI file with this pipeline: 

gst-launch-0.10 videotestsrc is-live=true ! \ 
'video/x-raw-yuv,format=(fourcc)I420,width=640,height=480,framerate=(fraction)25/1'
! \ 
x264enc ! h264parse ! queue ! mux. \ 
audiotestsrc is-live=true ! audioconvert !
\&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;gt;&amp;gt; optional 
'audio/x-raw-int,rate=44100,channels=2' ! lame ! queue ! mux.
\&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;gt;&amp;gt; optional 
avimux name=mux ! filesink location=test.avi 

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: 

[00000418] avi demux error: avi module discarded (invalid file) 
[00000418] avformat demux error: av_open_input_stream failed 

&amp;nbsp;&amp;nbsp;&amp;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. 

&amp;nbsp;&amp;nbsp;&amp;nbsp; Any hint? Is an AVIMUX problem? Is there some
alternative (other
AVI muxer)? Why ffplay plays the file? 

&amp;nbsp;&amp;nbsp;&amp;nbsp; THANKS in advance! 
&amp;nbsp;&amp;nbsp;&amp;nbsp; All the best. 
&amp;nbsp;&amp;nbsp;&amp;nbsp; LD. 








------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. <a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/kodak-com">http://p.sf.net/sfu/kodak-com</a>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>