<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div>thanks for the reply. Actually it caught up. So this method didnt work either.<br><br><div>> Subject: Re: filesrc with no EOS possible?<br>> From: tim@centricular.com<br>> To: gstreamer-devel@lists.freedesktop.org<br>> Date: Sat, 26 Apr 2014 21:02:59 +0100<br>> <br>> On Tue, 2014-04-22 at 02:45 -0700, Hamo61 wrote:<br>> <br>> Hi,<br>> <br>> > im trying to transcode a videofile. The Source is a live recording file wich<br>> > gets permanent bigger.<br>> > Now i want Gstreamer to transocde the file. The Problem is, that Gstreamer<br>> > reacher EOS very fast so the transcoding stops. Is it possible to say<br>> > Gstreamer that he doesnt stop transcoding?<br>> > <br>> > Here my pipeline:<br>> > gst-launch-1.0 -v filesrc num-buffers=-1<br>> > location=/home/pi/sambashare/one/src/video/original.h264 ! decodebin ! queue<br>> > ! omxh264enc control-rate=1 target-bitrate=1024000 ! filesink<br>> > location=/home/pi/sambashare/one/plain/video/1024000/1024000.h264<br>> <br>> You could try something like:<br>> <br>>   gst-launch-1.0 filesrc location=original.h264 ! decodebin ! identity<br>> sync=true ! ....<br>> <br>> (which, however, has the downside that it won't "catch up" with the<br>> original file if you start transcoding later than the original input<br>> file).<br>> <br>> Cheers<br>>  -Tim<br>> <br>> -- <br>> Tim Müller, Centricular Ltd - http://www.centricular.com<br>> <br>> _______________________________________________<br>> gstreamer-devel mailing list<br>> gstreamer-devel@lists.freedesktop.org<br>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br></div></div>                                      </div></body>
</html>