hi,<br>&nbsp;I have tried to create matroska movie from h264 video, but output file size was always 5kB - <span><span>regardless of input file. I have used following instruction:<br>gst-launch-0.10.exe filesrc location=movie.h264 ! &quot;video/x-h264,height=480,width=640,framerate=25/1&quot; ! matroskamux ! filesink location=&quot;E:\output.mkv&quot;<br>
<br>I have also tried to decode my h264 video and create matroska from received raw video:<br>gst-launch-0.10.exe filesrc location=movie.h264 ! &quot;video/x-h264,height=480,width=640,framerate=25/1&quot; ! ffdec_h264 ! matroskamux ! filesink location=&quot;E:\output.mkv&quot;<br>
I have receiced output file, but I can&#39;t play it in mplayer, because (this is part of my mplayer log):<br>(...)<br>==&gt; Found video stream: 0<br>ID_VIDEO_ID=0<br>ds_fill_buffer: EOF reached (stream: video)<br>LAVF_check: Matroska file format<br>
libavformat file format detected.<br>[matroska @ 00B5D3B4]Read error at pos. 13 (0xd)<br>LAVF_header: av_open_input_stream() failed<br>demux_aac_probe, failed to detect an AAC stream<br>WINSOCK2 uninit<br>Exiting... (End of file)<br>
<br>I don&#39;t know why I have this &quot;error at pos. 13&quot;. I suppose that something is wrong with my command, but I can&#39;t find what. I&#39;ve search through this list archive, but I didn&#39;t find anything helpful.<br>
<br>Monika<br></span></span>