Re: [FFmpeg-user] YouTube streaming of a static image...

2018-02-09 Thread Carl Eugen Hoyos
2018-02-10 0:50 GMT+01:00 James Darnley : > On 2018-02-09 16:20, Carl Eugen Hoyos wrote: >> 2018-02-09 16:09 GMT+01:00 Paul B Mahol : >>> On 2/9/18, Carl Eugen Hoyos wrote: 2018-02-08 14:17 GMT+01:00 Gyan Doshi : > The (input) option for this is -stream_loop. If the input i

Re: [FFmpeg-user] YouTube streaming of a static image...

2018-02-09 Thread James Darnley
On 2018-02-09 16:20, Carl Eugen Hoyos wrote: > 2018-02-09 16:09 GMT+01:00 Paul B Mahol : >> On 2/9/18, Carl Eugen Hoyos wrote: >>> 2018-02-08 14:17 GMT+01:00 Gyan Doshi : >>> The (input) option for this is -stream_loop. >>> >>> If the input is an image (as in this case), "-loop 1" is the bett

Re: [FFmpeg-user] YouTube streaming of a static image...

2018-02-09 Thread Carl Eugen Hoyos
2018-02-09 16:09 GMT+01:00 Paul B Mahol : > On 2/9/18, Carl Eugen Hoyos wrote: >> 2018-02-08 14:17 GMT+01:00 Gyan Doshi : >> >>> The (input) option for this is -stream_loop. >> >> If the input is an image (as in this case), "-loop 1" is the better option, >> as you wrote in your mail, "stream_loop

Re: [FFmpeg-user] YouTube streaming of a static image...

2018-02-09 Thread Paul B Mahol
On 2/9/18, Carl Eugen Hoyos wrote: > 2018-02-08 14:17 GMT+01:00 Gyan Doshi : > >> The (input) option for this is -stream_loop. > > If the input is an image (as in this case), "-loop 1" is the better option, > as you wrote in your mail, "stream_loop" is a hack and sometimes > has issues. > (May nee

Re: [FFmpeg-user] YouTube streaming of a static image...

2018-02-08 Thread Carl Eugen Hoyos
2018-02-08 14:17 GMT+01:00 Gyan Doshi : > The (input) option for this is -stream_loop. If the input is an image (as in this case), "-loop 1" is the better option, as you wrote in your mail, "stream_loop" is a hack and sometimes has issues. (May need -shortest) Carl Eugen

Re: [FFmpeg-user] YouTube streaming of a static image...

2018-02-08 Thread Gyan Doshi
On 2/8/2018 6:42 PM, DopeLabs wrote: there really isnt a easy way to loop audio or video (that i have found).. only images.. and im actually surprised they havent added a 'loop 1' option for audio or video files yet.. it must be among the top requested things to be added... The (input) opti

Re: [FFmpeg-user] YouTube streaming of a static image...

2018-02-08 Thread DopeLabs
there really isnt a easy way to loop audio or video (that i have found).. only images.. and im actually surprised they havent added a 'loop 1' option for audio or video files yet.. it must be among the top requested things to be added... so instead we can loop (sort of) by using concat. ffmpeg

[FFmpeg-user] YouTube streaming of a static image...

2018-01-28 Thread pigeon33
Hello, I'm trying to stream (on YouTube) an image... This image is a PNG file on my computer... The dimensions of my PNG file are 1280x720... This image usually don't change but from times to times it might change and of course the stream must refresh/update it... The goal is to stream this im