Re: [FFmpeg-user] concat a/v desync (only in MPC-HC)

2021-02-03 Thread basinilya
I tried both `cat` and `-i "concat..."`, but they produce the same artifact in MPC-HC. I guess the audio PTS from the second chunk is adjusted relative to the video duration of the first chunk. On 03.02.2021 1:05, Carl Eugen Hoyos wrote: > Am Di., 2. Feb. 2021 um 22:18 Uhr schrieb Carl Eugen Ho

Re: [FFmpeg-user] Out of virtual memory (swap, I assume) = telecine filter

2021-02-03 Thread Mark Filipak (ffmpeg)
On 02/03/2021 12:23 AM, Carl Zwanzig wrote: On 2/2/2021 2:52 PM, Mark Filipak (ffmpeg) wrote: If that's true, what's eating the swap? Transcoding parts 1, 2, 3, & 4 all succeeded when running concurrently. Transcoding part 5 fails, even when ffmpeg is the only app running. Out of curiosity, ha

Re: [FFmpeg-user] Filter just the 1st audio channel of the input.

2021-02-03 Thread Paul B Mahol
On Wed, Feb 3, 2021 at 7:48 PM Nicolas George wrote: > Marco Mircoli (12021-02-03): > >wandering if it is possible to process just the 1st audio channel of > an > > input. > > I don't know how many channels I will have as input, but I know that I > have > > to process just the 1st and the oth

Re: [FFmpeg-user] Filter just the 1st audio channel of the input.

2021-02-03 Thread Nicolas George
Marco Mircoli (12021-02-03): >wandering if it is possible to process just the 1st audio channel of an > input. > I don't know how many channels I will have as input, but I know that I have > to process just the 1st and the others I have not to considerate. > > INPUT from mono to multichannel >

[FFmpeg-user] Publish a HLS stream via a HTTPS server with ffmpeg and nginx.

2021-02-03 Thread Hongyi Zhao
Hi, On Ubuntu 20.04, I've built the docker image based my project located at . The SSL relative configuration has been enabled in the nginx.conf file used by the above docker image, see

Re: [FFmpeg-user] Filter just the 1st audio channel of the input.

2021-02-03 Thread Jim
On 2/3/21 7:40 AM, Marco Mircoli wrote: Hello, wandering if it is possible to process just the 1st audio channel of an input. I don't know how many channels I will have as input, but I know that I have to process just the 1st and the others I have not to considerate. INPUT from mono to mul

Re: [FFmpeg-user] Filter just the 1st audio channel of the input.

2021-02-03 Thread Paul B Mahol
On Wed, Feb 3, 2021 at 2:05 PM Marco Mircoli wrote: > Hello, >wandering if it is possible to process just the 1st audio channel of an > input. > I don't know how many channels I will have as input, but I know that I have > to process just the 1st and the others I have not to considerate. > >

[FFmpeg-user] Filter just the 1st audio channel of the input.

2021-02-03 Thread Marco Mircoli
Hello, wandering if it is possible to process just the 1st audio channel of an input. I don't know how many channels I will have as input, but I know that I have to process just the 1st and the others I have not to considerate. INPUT from mono to multichannel filters. OUTPUT just one channe

Re: [FFmpeg-user] Out of virtual memory (swap, I assume)

2021-02-03 Thread Mark Filipak (ffmpeg)
Here is the original command that fails: ffmpeg -i "source part5.mkv" -map 0 -filter_complex "minterpolate=fps=48000/1001:mi_mode=mci:mc_mode=obmc:scd=fdiff:scd_threshold=10:vsbmc=1:search_param=32, telecine=pattern=3322,pp=linblenddeint, setpts=N*1001/6/TB" -codec:v libx265 -x265-params c