filesrc with no EOS possible?
Hamza Mr.X
hamza_the_one at hotmail.de
Tue Apr 29 05:14:18 PDT 2014
Hi,thanks for the reply. Actually it caught up. So this method didnt work either.
> Subject: Re: filesrc with no EOS possible?
> From: tim at centricular.com
> To: gstreamer-devel at lists.freedesktop.org
> Date: Sat, 26 Apr 2014 21:02:59 +0100
>
> On Tue, 2014-04-22 at 02:45 -0700, Hamo61 wrote:
>
> Hi,
>
> > im trying to transcode a videofile. The Source is a live recording file wich
> > gets permanent bigger.
> > Now i want Gstreamer to transocde the file. The Problem is, that Gstreamer
> > reacher EOS very fast so the transcoding stops. Is it possible to say
> > Gstreamer that he doesnt stop transcoding?
> >
> > Here my pipeline:
> > gst-launch-1.0 -v filesrc num-buffers=-1
> > location=/home/pi/sambashare/one/src/video/original.h264 ! decodebin ! queue
> > ! omxh264enc control-rate=1 target-bitrate=1024000 ! filesink
> > location=/home/pi/sambashare/one/plain/video/1024000/1024000.h264
>
> You could try something like:
>
> gst-launch-1.0 filesrc location=original.h264 ! decodebin ! identity
> sync=true ! ....
>
> (which, however, has the downside that it won't "catch up" with the
> original file if you start transcoding later than the original input
> file).
>
> Cheers
> -Tim
>
> --
> Tim Müller, Centricular Ltd - http://www.centricular.com
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140429/f2c3f2cc/attachment.html>
More information about the gstreamer-devel
mailing list