<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi all!<br>
<br>
I try to save video stream in raw YUV format to disk using following
command:<br>
<i>gst-launch -v filesrc location=/home/andreib/docs/MPG\
TS/football.ts ! mpegtsdemux program-number=3 ! mpeg2dec ! filesink
location=sink.yuv</i><br>
<br>
I get file sink.yuv which looks convenient at first glance (appropriate
size etc.). Then I try to play it by command:<br>
<i>gst-launch -v filesrc location=sink.yuv ! 'video/x-raw-yuv,
format=(fourcc)I420, width=(int)704, height=(int)480,
pixel-aspect-ratio=(fraction)10/11, framerate=(fraction)30000/1001' !
xvimagesink<br>
<br>
</i>and I get some mess in output window. Straight playing:<br>
<i>gst-launch -v filesrc location=/home/andreib/docs/MPG\
TS/football.ts ! mpegtsdemux program-number=3 ! mpeg2dec ! xvimagesink<br>
<br>
</i>works fine. Properties for file format is getting from debug output
of recording command.<br>
<br>
What I'm doing wrong?<br>
<br>
P.S.: If anybody wants to reproduce exactly same actions that I do then
source TS file is here: <a
 href="http://www.dododge.net/roku/hd-test-streams/football.ts">http://www.dododge.net/roku/hd-test-streams/football.ts</a><br>
</font>
</body>
</html>