[coherence-dev] .config transcoding for sony bravia
michael pages
pages.michael at gmail.com
Tue Jan 26 10:06:40 CET 2010
Hi
i've go a PS3 and tried to use external pipeline without success
even if i do a simple cat on an AVI file that is normally read by the PS3,
it doesn't work
and it seems that the <target> as no effect on the mimpe type exposed
On Tue, Jan 26, 2010 at 9:57 AM, Frank Scholz <fs at beebits.net> wrote:
> Hi,
>
> > Coherence supports only MPEG-TS format as a video transcoding
> > target. So you have to modify the source. Find the pipeline in the
> > MP2TSTranscode class and replace it with the following:
> >
> > self.pipeline = gst.parse_launch(
> > "mplex format=3 vbr=true mux-bitrate=15360 bufsize=1024
> > name=mux %s ! decodebin2 name=d ! ffmpegcolorspace ! mpeg2enc format=3
> > bitrate=10000 constraints=false bufsize=1024 reduction-4x4=4
> > reduction-2x2=4 ! mux. d. ! queue ! audioconvert ! twolame ! mux." %
> > self.uri)
>
> Since 0.6.6 the transcoding can be controlled from the config file:
>
> http://coherence-project.org/wiki/TransCoding
>
> There is now an ExternalProcess pipeline too, which
> allows to use e.g. mencoder to do the transcoding.
>
> As the whole transcoding stuff is a very broad field, please add
> your findings, bugs and suggestions there to help us find the best
> pipelines for all the different devices.
>
> Regards,
> Frank
> _______________________________________________
> coherence-dev mailing list
> coherence-dev at lists.beebits.net
> http://lists.beebits.net/cgi-bin/mailman/listinfo/coherence-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.beebits.net/pipermail/coherence-dev/attachments/20100126/aed72657/attachment.htm>
More information about the coherence-dev
mailing list