Re: [FFmpeg-user] could someone rip this m3u8 stream? ffmpeg give me an error

2018-02-14 Thread Lou Logan
On Wed, Feb 14, 2018, at 10:48 AM, fathom wrote: > Hi to all. > > I am trying to rip this stream > > http://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@195657/master.m3u8 > > i use this command line > > ffmpeg -i > "http://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@195657/master.m3u8; >

[FFmpeg-user] could someone rip this m3u8 stream? ffmpeg give me an error

2018-02-14 Thread fathom
Hi to all. I am trying to rip this stream http://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@195657/master.m3u8 i use this command line ffmpeg -i "http://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@195657/master.m3u8; -c:v copy -c:a copy -f mp4 "stream.mp4" but ffmpeg dont start to rip

[FFmpeg-user] Custom Threading

2018-02-14 Thread Robert Nagy
In avfilter it is very easy to override the default threading implementation by just assigning to AVFilterGraph->execute. However, this doesn't seem to be possible avcodec. You can't just simply assign to AVCodecContext->execute(2) since ffmpeg internally always initializes it's own threading.

Re: [FFmpeg-user] Impossible to convert between the formats supported by the filter 'Parsed_null_0' and the filter 'auto_scaler_0'

2018-02-14 Thread Garri Djavadyan
On 2018-02-13 23:56, James Girotti wrote: Recently, I faced transcoding issues with fully hardware nvdec/nvenc scheme. Particularly, my FFmpeg feed fails with the following error after 30-60 minutes of live transcoding: I have recently encountered this as well, but with DVD video material.

Re: [FFmpeg-user] fail to seek key video packet

2018-02-14 Thread Carl Eugen Hoyos
2018-02-14 13:02 GMT+01:00 qw : >>If the issue is only reproducible with files created with FFmpeg, >>I would assume an issue with the muxed file / the muxer. > > We could use some video/audio analyzer tools to check > whether the sample ts file is correct. If there is no

Re: [FFmpeg-user] fail to seek key video packet

2018-02-14 Thread qw
>If the issue is only reproducible with files created with FFmpeg, >I would assume an issue with the muxed file / the muxer. We could use some video/audio analyzer tools to check whether the sample ts file is correct. If there is no problem, we can think there is bug in ffmpeg, e.g. ts demuxer.

Re: [FFmpeg-user] mpdecimate and setpts

2018-02-14 Thread Chen Fisher
Thanks Carl! That works. On Mon, Feb 12, 2018 at 3:57 PM Carl Eugen Hoyos wrote: > 2018-02-12 7:57 GMT+01:00 Chen Fisher : > > I'm using mpdecimate to remove similar frames: > > ffmpeg -i in.mp4 -vf mpdecimate out.mp4 > > > > But the ending result has