[FFmpeg-user] combining concat filter with closed caption extraction

2020-06-10 Thread Leo Butler via ffmpeg-user
Currently, the only way I know to extract/insert closed captions as a subtitle stream is in 2 passes. Something like ffmpeg -i A.ts -i B.ts -filter_complex '[0:0][0:1][1:0][1:1] concat=n=2:v=1:a=1' C.mkv ffmpeg -i C.mkv -f lavfi 'movie=C.mkv[out0+subcc]' -map 0 -map 1:s D.mkv (In practice, A.ts

Re: [FFmpeg-user] how to control quality of subtitles

2020-06-10 Thread Greg Oliver
On Mon, May 25, 2020 at 11:58 AM Peter Münster wrote: > On Mon, May 25 2020, Carl Eugen Hoyos wrote: > > > Please provide an input sample. > > Here is a sample, this time without corruption: > > http://pmrb.free.fr/tmp/ffmpeg-test/sample.mkv > > -- >Peter > Sorry to chime in late -

Re: [FFmpeg-user] ffprobe different outputs for file input and binary data input

2020-06-10 Thread Gyan Doshi
On 10-06-2020 10:35 pm, Ming Tu wrote: I solved it by ffmpeg -i no_streamable.mp4 -movflags faststart -f mp4 -y streamable.mp4 according to https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues/823 Thanks all for the suggestions! You'll usually want to add    -c copy    to avoid

Re: [FFmpeg-user] ffprobe different outputs for file input and binary data input

2020-06-10 Thread Ming Tu
I solved it by ffmpeg -i no_streamable.mp4 -movflags faststart -f mp4 -y streamable.mp4 according to https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues/823 Thanks all for the suggestions! On Wed, Jun 10, 2020 at 9:13 AM Carl Zwanzig wrote: > On 6/9/2020 4:56 PM, Ming Tu wrote: > >

Re: [FFmpeg-user] Concatenate multiple (<10) movies with xfade filter

2020-06-10 Thread Carl Zwanzig
On 6/10/2020 7:24 AM, Paul B Mahol wrote: On 6/10/20, Nicolas George wrote: Paul B Mahol (12020-06-10): How so it is a bug? xfade needs 2 inputs. concat demuxer gives single output. A filter that "can not work with" the output of another filter, your words, is a bug. Filters should all

[FFmpeg-user] ffmpeg : kmsgrab not working for me

2020-06-10 Thread Robin Carlisle via ffmpeg-user
Hi, Hoping someone can help me with my issue, or guide me to the correct place to ask this question. I am using an Intel NUC :- https://ark.intel.com/content/www/us/en/ark/products/188808/intel-nuc-10-performance-kit-nuc10i7fnk.html that has this CPU :-

Re: [FFmpeg-user] ffprobe different outputs for file input and binary data input

2020-06-10 Thread Carl Zwanzig
On 6/9/2020 4:56 PM, Ming Tu wrote: Updated to newest version but still has errors, different from before ffmpeg version 4.2.3-statichttps://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2020 the FFmpeg developers built with gcc 8 (Debian 8.3.0-6) You cut the command line, don't do that even

Re: [FFmpeg-user] Tracking ffmpeg instance by its logs

2020-06-10 Thread Nicolas George
Daniel Cantarin via ffmpeg-user (12020-06-10): > So, I come to this mailing list to ask this question: does anybody > knows a simple way to match that memory address with the current > system proccess using it? No, the address will not help you to that. Most likely it is randomized, and even if

[FFmpeg-user] Tracking ffmpeg instance by its logs

2020-06-10 Thread Daniel Cantarin via ffmpeg-user
Hi there. I'm having some trouble with a ffmpeg working with an external stream as input. This are the logs I see: ``` (...) Jun  8 10:57:05 server-name journal: [h264 @ 0x55a098c0c700] non-existing PPS 0 referenced Jun  8 10:57:05 server-name journal: [h264 @ 0x55a098c0c700]

Re: [FFmpeg-user] Concatenate multiple (<10) movies with xfade filter

2020-06-10 Thread Nicolas George
Paul B Mahol (12020-06-10): > It can work with its output just fine, just not in way user imagined. So your statement: | xfade filter can not work with concat demuxer output. was actually wrong? -- Nicolas George signature.asc Description: PGP signature

Re: [FFmpeg-user] Concatenate multiple (<10) movies with xfade filter

2020-06-10 Thread Paul B Mahol
On 6/10/20, Nicolas George wrote: > Paul B Mahol (12020-06-10): >> How so it is a bug? xfade needs 2 inputs. >> concat demuxer gives single output. > > A filter that "can not work with" the output of another filter, your > words, is a bug. Filters should all work together seamlessly. It can work

Re: [FFmpeg-user] Concatenate multiple (<10) movies with xfade filter

2020-06-10 Thread Nicolas George
Paul B Mahol (12020-06-10): > How so it is a bug? xfade needs 2 inputs. > concat demuxer gives single output. A filter that "can not work with" the output of another filter, your words, is a bug. Filters should all work together seamlessly. Regards, -- Nicolas George signature.asc

Re: [FFmpeg-user] Concatenate multiple (<10) movies with xfade filter

2020-06-10 Thread Paul B Mahol
On 6/10/20, Nicolas George wrote: > Paul B Mahol (12020-06-10): >> xfade filter can not work with concat demuxer output. > > That would be a bug. Please report it properly. > How so it is a bug? xfade needs 2 inputs. concat demuxer gives single output. > Regards, > > -- > Nicolas George >

Re: [FFmpeg-user] Concatenate multiple (<10) movies with xfade filter

2020-06-10 Thread Nicolas George
Paul B Mahol (12020-06-10): > xfade filter can not work with concat demuxer output. That would be a bug. Please report it properly. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Concatenate multiple (<10) movies with xfade filter

2020-06-10 Thread Paul B Mahol
On 6/10/20, Kentaro Fukuchi wrote: > Hi, > > Here I have more than 10 movies and want to concatenate into a single movie > with cross-fade effect. I tried to use 'xfade' filter with many thanks to > the authors of it, but I had no luck. > > What I did: > ffmpeg -f concat -i movies.txt

[FFmpeg-user] Concatenate multiple (<10) movies with xfade filter

2020-06-10 Thread Kentaro Fukuchi
Hi, Here I have more than 10 movies and want to concatenate into a single movie with cross-fade effect. I tried to use 'xfade' filter with many thanks to the authors of it, but I had no luck. What I did: ffmpeg -f concat -i movies.txt -filter_complex "xfade=transition=fade:duration=1"

[FFmpeg-user] does ffmpeg h264 decoder support h264 svc stream

2020-06-10 Thread qw
Hi, I have one question about h264 svc: Does ffmpeg h264 decoder support h264 svc stream? Thanks! regards Andrew ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link

Re: [FFmpeg-user] ffprobe different outputs for file input and binary data input

2020-06-10 Thread Nicolas George
Ming Tu (12020-06-09): > cat Y001BAQ9k3SU-140.mp4 | A lot of MP4 files require reading something at the end first. It cannot work if the file is not seekable. Try to apply qt-faststart to see if it helps. Regards, -- Nicolas George signature.asc Description: PGP signature