Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-19 Thread Nicolas George
L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit : > Can the concat support network stream? As you can see, the concat demuxer does not contain any code specific to the protocol, or even to the demuxer. It should therefore work with any demuxer, and in turn protocol, provided it is reliab

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread Steven Liu
2017-03-18 21:33 GMT+08:00 Nicolas George : > L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit : > > mhmm dose there have any way to support the stream loop all the file > list? > > I think the second paragraph of Marton's mail addressed exactly that. > Hi Nicolas George, Can the concat

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread Steven Liu
2017-03-18 21:33 GMT+08:00 Nicolas George : > L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit : > > mhmm dose there have any way to support the stream loop all the file > list? > > I think the second paragraph of Marton's mail addressed exactly that. > Yes, I think so too :D > > Regards, > > --

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread Nicolas George
L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit : > mhmm dose there have any way to support the stream loop all the file list? I think the second paragraph of Marton's mail addressed exactly that. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread Steven Liu
2017-03-18 21:01 GMT+08:00 wm4 : > On Sat, 18 Mar 2017 12:45:34 + > Steven Liu wrote: > > > Nicolas George 于2017年3月18日 周六下午8:35写道: > > > > > L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit : > > > > you can try it: > > > > echo "file 'inputfile1.mp4'" > concat input.concatfile > > > > echo

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread wm4
On Sat, 18 Mar 2017 12:45:34 + Steven Liu wrote: > Nicolas George 于2017年3月18日 周六下午8:35写道: > > > L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit : > > > you can try it: > > > echo "file 'inputfile1.mp4'" > concat input.concatfile > > > echo "file 'inputfile2.mp4'" >> concat input.concatfi

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread Steven Liu
Nicolas George 于2017年3月18日 周六下午8:35写道: > L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit : > > you can try it: > > echo "file 'inputfile1.mp4'" > concat input.concatfile > > echo "file 'inputfile2.mp4'" >> concat input.concatfile > > ffmpeg -stream_loop -1 -f concat input.concatfile -c copy outp

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread Nicolas George
L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit : > you can try it: > echo "file 'inputfile1.mp4'" > concat input.concatfile > echo "file 'inputfile2.mp4'" >> concat input.concatfile > ffmpeg -stream_loop -1 -f concat input.concatfile -c copy output.ts Please try actual seeking to random points

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread Steven Liu
2017-03-18 18:52 GMT+08:00 Marton Balint : > > On Sat, 18 Mar 2017, Steven Liu wrote: > > when use stream_loop to control the loop times, the seekable is >> set to 0 default, and must set duration or inpoint and outpoint >> into the concat list, now use this option can support use stream_loop >> t

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-18 Thread Marton Balint
On Sat, 18 Mar 2017, Steven Liu wrote: when use stream_loop to control the loop times, the seekable is set to 0 default, and must set duration or inpoint and outpoint into the concat list, now use this option can support use stream_loop to control the loop times of the concat list I am not su

[FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

2017-03-17 Thread Steven Liu
when use stream_loop to control the loop times, the seekable is set to 0 default, and must set duration or inpoint and outpoint into the concat list, now use this option can support use stream_loop to control the loop times of the concat list Signed-off-by: Steven Liu --- doc/demuxers.texi