Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Anthony Griffiths
On Thu, Sep 20, 2018 at 12:27 PM, Moritz Barsnick wrote: > On Thu, Sep 20, 2018 at 10:24:55 +0100, Anthony Griffiths wrote: >> On Thu, Sep 20, 2018 at 9:59 AM, Carl Eugen Hoyos wrote: >> > 2018-09-20 10:46 GMT+02:00, Anthony Griffiths : >> > >> > The problem was not that you used "-f flv -vcodec

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Moritz Barsnick
On Thu, Sep 20, 2018 at 10:24:55 +0100, Anthony Griffiths wrote: > On Thu, Sep 20, 2018 at 9:59 AM, Carl Eugen Hoyos wrote: > > 2018-09-20 10:46 GMT+02:00, Anthony Griffiths : > > > > The problem was not that you used "-f flv -vcodec libx264" but > > "-f flv -vcodec flv -vcodec libx264" > > now I

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Anthony Griffiths
On Thu, Sep 20, 2018 at 11:55 AM, Carl Eugen Hoyos wrote: > 2018-09-20 11:24 GMT+02:00, Anthony Griffiths : > > "vcodec" is equivalent to "codec:v" yeah I figured it might be but this still leaves me stuck at square one with a command that won't work with text overlay. There is no -vcodec flv in

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Carl Eugen Hoyos
2018-09-20 11:24 GMT+02:00, Anthony Griffiths : > On Thu, Sep 20, 2018 at 9:59 AM, Carl Eugen Hoyos > wrote: >> 2018-09-20 10:46 GMT+02:00, Anthony Griffiths : >> >> The problem was not that you used "-f flv -vcodec libx264" but >> "-f flv -vcodec flv -vcodec libx264" > > now I'm really puzzled, b

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Anthony Griffiths
On Thu, Sep 20, 2018 at 9:59 AM, Carl Eugen Hoyos wrote: > 2018-09-20 10:46 GMT+02:00, Anthony Griffiths : > > The problem was not that you used "-f flv -vcodec libx264" but > "-f flv -vcodec flv -vcodec libx264" now I'm really puzzled, because in the command I just gave there's -f flv and -codec

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Carl Eugen Hoyos
2018-09-20 10:46 GMT+02:00, Anthony Griffiths : > dvgrab -format dv1 - | > /home//Downloads/ffmpeg-git-20180920-64bit-static/ffmpeg > -deinterlace -f dv -i - -f flv -y \ > -vf > [in]drawtext="fontfile=/home//packages/Fonts/verdana.ttf:textfile=/home//screentext.txt:fontcolor=white:fontsize=20:x=30

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Anthony Griffiths
On Wed, Sep 19, 2018 at 5:55 PM, Carl Eugen Hoyos wrote: > 2018-09-19 18:46 GMT+02:00, Anthony Griffiths : >> On Wed, Sep 19, 2018 at 5:04 PM, Carl Eugen Hoyos >> wrote: > > You have (above) "-vcodec flv -vcodec libx264" which is not ok. > >> is the console output from the first command: >> >>

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-19 Thread Carl Eugen Hoyos
2018-09-19 18:46 GMT+02:00, Anthony Griffiths : > On Wed, Sep 19, 2018 at 5:04 PM, Carl Eugen Hoyos > wrote: >> 2018-09-19 17:08 GMT+02:00, Anthony Griffiths : >>> I stream video from a canopus advc100 device to a vps running nginx >>> using ffmpeg with the following command: >>> dvgrab -format dv

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-19 Thread Anthony Griffiths
On Wed, Sep 19, 2018 at 5:04 PM, Carl Eugen Hoyos wrote: > 2018-09-19 17:08 GMT+02:00, Anthony Griffiths : >> I stream video from a canopus advc100 device to a vps running nginx >> using ffmpeg with the following command: >> dvgrab -format dv1 - | >> /home//Downloads/ffmpeg-git-20170817-64bit-stat

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-19 Thread Carl Eugen Hoyos
2018-09-19 17:08 GMT+02:00, Anthony Griffiths : > I stream video from a canopus advc100 device to a vps running nginx > using ffmpeg with the following command: > dvgrab -format dv1 - | > /home//Downloads/ffmpeg-git-20170817-64bit-static/ffmpeg > -deinterlace -f dv -i - \ > -vf > [in]drawtext="font

[FFmpeg-user] text overlay will not work on rtmp stream

2018-09-19 Thread Anthony Griffiths
I stream video from a canopus advc100 device to a vps running nginx using ffmpeg with the following command: dvgrab -format dv1 - | /home//Downloads/ffmpeg-git-20170817-64bit-static/ffmpeg -deinterlace -f dv -i - \ -vf [in]drawtext="fontfile=/home//packages/Fonts/verdana.ttf:textfile=/home//screen