[FFmpeg-user] Stream Channel With ٍSubtitle

2016-08-06 Thread Eng . Hany Ahmed
Hello i using astra DVB stream with format like http://85:5454@159.8.154.85:5455/RTL8 i want stream it to like rtmp://127.0.0.1:9001/live/rtl8 with subtitle in the rtmp output the subtitle from the downlink not from file . thank you Best Regards ,

Re: [FFmpeg-user] Stream Channel With ٍSubtitle

2016-08-07 Thread Carl Eugen Hoyos
Hi! 2016-08-06 17:58 GMT+02:00 Eng.Hany Ahmed : > i using astra DVB stream with format like > http://85:5454@159.8.154.85:5455/RTL8 i want stream it to > like rtmp://127.0.0.1:9001/live/rtl8 with subtitle in the rtmp output > the subtitle from the downlink What format are you sending over rtmp /

Re: [FFmpeg-user] Stream Channel With ٍSubtitle

2016-08-07 Thread Eng . Hany Ahmed
the full command and the results in the file attachment . Best Regards , > From: ceffm...@gmail.com > Date: Mon, 8 Aug 2016 01:35:39 +0200 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Stream Channel With ٍSubtitle > > Hi! > > 2016-08-06 17:58

Re: [FFmpeg-user] Stream Channel With ٍSubtitle

2016-08-07 Thread Carl Eugen Hoyos
Hi! 2016-08-08 1:51 GMT+02:00 Eng.Hany Ahmed : > the full command and the results in the file attachment . (Making it more difficult to answer inline.) Our flv muxer supports -scodec text, you can use the zvbi decoder (that I can see is compiled into your FFmpeg binary) to decode the teletext st

Re: [FFmpeg-user] Stream Channel With ٍSubtitle

2016-08-07 Thread Eng . Hany Ahmed
Thank you for answer i made the command but i got error in the output it's in the file attached please check it thanks again Best Regards , > From: ceffm...@gmail.com > Date: Mon, 8 Aug 2016 01:57:49 +0200 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] St

Re: [FFmpeg-user] Stream Channel With ٍSubtitle

2016-08-08 Thread Moritz Barsnick
On Mon, Aug 08, 2016 at 00:19:54 +, Eng.Hany Ahmed wrote: > root@iptv:~# ffmpeg -i "http://85:5454@159.8.154.85:5455/RTL8"; -map 0:0 -map > 0:1 -scodec text -txt_page -txt_format -vcodec libx264 -maxrate 1300k > -bufsize 1500k -vprofile high -vf yadif,hqdn3d=1.5:1.5:6:6 -threads 12 > -

Re: [FFmpeg-user] Stream Channel With Subtitle

2016-08-08 Thread Eng . Hany Ahmed
Subject: Re: [FFmpeg-user] Stream Channel With ٍSubtitle > > On Mon, Aug 08, 2016 at 00:19:54 +, Eng.Hany Ahmed wrote: > > root@iptv:~# ffmpeg -i "http://85:5454@159.8.154.85:5455/RTL8"; -map 0:0 > > -map 0:1 -scodec text -txt_page -txt_format -vcodec libx264 -max

Re: [FFmpeg-user] Stream Channel With Subtitle

2016-08-09 Thread Eng . Hany Ahmed
Subject: Re: [FFmpeg-user] Stream Channel With ٍSubtitle > > On Mon, Aug 08, 2016 at 00:19:54 +, Eng.Hany Ahmed wrote: > > root@iptv:~# ffmpeg -i "http://85:5454@159.8.154.85:5455/RTL8"; -map 0:0 > > -map 0:1 -scodec text -txt_page -txt_format -vcodec lib

Re: [FFmpeg-user] Stream Channel With Subtitle

2016-08-09 Thread Reto Kromer
Eng.Hany Ahmed wrote: >this is not work with this stream i wrote the full command >and the output log without cut in the attachment file >please tell me why not work Please: 1) don't top post on this list; 2) update your version as already suggested by Moritz; 3) put the command and output in

Re: [FFmpeg-user] Stream Channel With Subtitle

2016-08-09 Thread Moritz Barsnick
Hany, On Tue, Aug 09, 2016 at 11:22:37 +, Eng.Hany Ahmed wrote: > ffmpeg version 2.4.3-1ubuntu1~trusty6 Copyright (c) 2000-2014 the FFmpeg > developers Reto and I *did* point out that this is very old, right? > root@iptv:~# ffmpeg -scodec text -txt_page -txt_format -i > "http://85:5454@15

Re: [FFmpeg-user] Stream Channel With Subtitle

2016-08-10 Thread Carl Eugen Hoyos
Hi! 2016-08-11 0:45 GMT+02:00 Eng.Hany Ahmed : > Hellothis results and the full command in the file attachment > after i upgrade the ffmpeg please check it Please remember to test current FFmpeg git head before asking questions on this mailing list, it is the only version supported here (for que