hi,<br> 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 ! "video/x-h264,height=480,width=640,framerate=25/1" ! matroskamux ! filesink location="E:\output.mkv"<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 ! "video/x-h264,height=480,width=640,framerate=25/1" ! ffdec_h264 ! matroskamux ! filesink location="E:\output.mkv"<br>
I have receiced output file, but I can't play it in mplayer, because (this is part of my mplayer log):<br>(...)<br>==> 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't know why I have this "error at pos. 13". I suppose that something is wrong with my command, but I can't find what. I've search through this list archive, but I didn't find anything helpful.<br>
<br>Monika<br></span></span>