Re: [FFmpeg-user] Filter documentation -- PTSs

2021-02-15 Thread Chris Angelico
On Tue, Feb 16, 2021 at 1:23 PM Mark Filipak (ffmpeg) wrote: > > On 02/15/2021 08:54 PM, Chris Angelico wrote: > > On Tue, Feb 16, 2021 at 12:45 PM Mark Filipak (ffmpeg) > > wrote: > -bigsnip- > >> The rest of 'C' syntax, and precedent, and operators, etc. I

Re: [FFmpeg-user] Filter documentation -- PTSs

2021-02-15 Thread Chris Angelico
On Tue, Feb 16, 2021 at 12:45 PM Mark Filipak (ffmpeg) wrote: > > On 02/15/2021 06:47 PM, Chris Angelico wrote: > > On Tue, Feb 16, 2021 at 8:44 AM Mark Filipak (ffmpeg) > > wrote: > >> > >> On 02/15/2021 04:32 PM, Carl Zwanzig wrote: > >>> O

Re: [FFmpeg-user] Trying to stream to rtmp from my rsp4 and a GoPro

2021-02-15 Thread Chris Angelico
On Tue, Feb 16, 2021 at 10:35 AM Mike Soultanian wrote: > > Well.. that was extremely frustrating. I've seriously been going at this > for probably 16 hours, scouring the net for documentation and trying > other people's tutorials, wondering why my setup wasn't working as well > as all the

Re: [FFmpeg-user] Filter documentation -- PTSs

2021-02-15 Thread Chris Angelico
On Tue, Feb 16, 2021 at 8:44 AM Mark Filipak (ffmpeg) wrote: > > On 02/15/2021 04:32 PM, Carl Zwanzig wrote: > > On 2/15/2021 1:26 PM, Mark Filipak (ffmpeg) wrote: > >> Yes, I'm aware of C++. It's sort of a 'C' language architecture hack, > >> isn't it? > > More like butchery ... > > O...

Re: [FFmpeg-user] Filter documentation -- PTSs

2021-02-15 Thread Chris Angelico
On Tue, Feb 16, 2021 at 8:29 AM Mark Filipak (ffmpeg) wrote: > > On 02/15/2021 06:38 AM, Chris Angelico wrote: > > On Mon, Feb 15, 2021 at 9:21 PM Mark Filipak (ffmpeg) > > wrote: > >> On 02/15/2021 01:56 AM, Chris Angelico wrote: > >>> On Mon, Feb 1

Re: [FFmpeg-user] Filter documentation -- PTSs

2021-02-15 Thread Chris Angelico
On Mon, Feb 15, 2021 at 9:21 PM Mark Filipak (ffmpeg) wrote: > > On 02/15/2021 01:56 AM, Chris Angelico wrote: > > On Mon, Feb 15, 2021 at 5:32 PM Mark Filipak (ffmpeg) > > wrote: > >>> frame->pts = ( > >>>(s->start_time == AV_NOPTS_VALUE

Re: [FFmpeg-user] Filter documentation -- PTSs

2021-02-14 Thread Chris Angelico
On Mon, Feb 15, 2021 at 5:32 PM Mark Filipak (ffmpeg) wrote: > > frame->pts = ( > > (s->start_time == AV_NOPTS_VALUE) ? 0 : s->start_time) + > > av_rescale(outlink->frame_count_in, s->ts_unit.num, s->ts_unit.den); > > I don't know what this: 'frame->pts', means. I have written a ton

Re: [FFmpeg-user] "instead of complaining, submit a patch" [was: Re: minterpolate problem]

2021-02-02 Thread Chris Angelico
On Tue, Feb 2, 2021 at 10:00 PM Reindl Harald wrote: > > > > Am 02.02.21 um 11:54 schrieb Phil Rhodes via ffmpeg-user: > > > > > > On Tuesday, 2 February 2021, 10:17:11 GMT, Reindl Harald > > wrote: > > (snip) > > Well, you just keep telling yourself all that, and we'll keep admiring the

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Chris Angelico
On Wed, Jan 27, 2021 at 6:25 AM Reindl Harald wrote: > > > > Am 26.01.21 um 20:23 schrieb Chris Angelico: > > On Wed, Jan 27, 2021 at 6:18 AM Reindl Harald > > wrote: > >> > >> > >> > >> Am 26.01.21 um 19:43 schrieb Chris A

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Chris Angelico
On Wed, Jan 27, 2021 at 6:18 AM Reindl Harald wrote: > > > > Am 26.01.21 um 19:43 schrieb Chris Angelico: > > On Wed, Jan 27, 2021 at 5:36 AM Reindl Harald > > wrote: > >> the unknown ones breaking workloads you didn't think of in your tests is > >> the

Re: [FFmpeg-user] Next Release

2021-01-26 Thread Chris Angelico
On Wed, Jan 27, 2021 at 5:36 AM Reindl Harald wrote: > the unknown ones breaking workloads you didn't think of in your tests is > the problem and hence only idiots running git-snapshots in production Lovely. You just called me an idiot to my face. For the record, not FFMPEG, but I have

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-02 Thread Chris Angelico
On Thu, Dec 3, 2020 at 6:33 AM Andy Sheimo wrote: > Actually having a static binary is not a no brainer. I know that I use a > static binary and I can make said static binary jump through hoops, but I > can't tell you why I use a static binary or the difference between that and > a shared binary.

Re: [FFmpeg-user] Compilation Guide / MSVC on Wiki

2020-12-02 Thread Chris Angelico
On Thu, Dec 3, 2020 at 4:32 AM hinderanyoption81 via ffmpeg-user wrote: > > Hello, > Upon reading the "Compilation Guide / MSVC on Wiki", I am confused about at > least three issues. > 1. The Guide starts with a sentence "FFmpeg can be built on Windows with > Visual Studio", and then it says: >

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Chris Angelico
On Wed, Dec 2, 2020 at 6:21 AM Reindl Harald wrote: > > > > Am 01.12.20 um 20:17 schrieb Carl Zwanzig: > > On 12/1/2020 10:23 AM, Reindl Harald wrote: > >>> How do I uninstall ffmpeg considering this installation process? > > > > That .7z file appears to contain a single statically-linked ffmpeg

[FFmpeg-user] META: Courtesy and code of conduct

2020-12-01 Thread Chris Angelico
nteresting, but not overly helpful, results. Does FFMPEG consider Reindl Harald to be its spokesman? Chris Angelico ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above

Re: [FFmpeg-user] Channel manipulation and audio filter equivalencies

2020-11-18 Thread Chris Angelico
On Thu, Nov 19, 2020 at 10:08 AM adam smith via ffmpeg-user wrote: > > Apologies, I said LF|RF but it should be > 'channelsplit' with args 'channel_layout=7.1:channels=FL|FR’ > > "7.1" =>["FL","FR","FC","LFE","BL","BR","SL","SR"], > "7.1(wide)"

Re: [FFmpeg-user] Channel manipulation and audio filter equivalencies

2020-11-18 Thread Chris Angelico
On Thu, Nov 19, 2020 at 9:21 AM adam smith via ffmpeg-user wrote: > > > > On 18 Nov 2020, at 21:55, Chris Angelico wrote: > > > > But when I tried things along these lines, I got complaints that some > > of the outputs weren't connected to anything. > > I

Re: [FFmpeg-user] Channel manipulation and audio filter equivalencies

2020-11-18 Thread Chris Angelico
On Thu, Nov 19, 2020 at 8:48 AM adam smith via ffmpeg-user wrote: > > > > On 12 Nov 2020, at 06:10, Chris Angelico wrote: > > > > Anyone have recommendations on these options, or any other preferred > > way to remap channels at maximum quality? > >

Re: [FFmpeg-user] Channel manipulation and audio filter equivalencies

2020-11-11 Thread Chris Angelico
On Fri, Nov 6, 2020 at 2:43 AM Chris Angelico wrote: > The real challenge is selecting two channels and trying to make them > into the left and right channels of a new stereo audio channel. One > option is channelmap: > > ffmpeg -loglevel error -stats -y -i Original.mkv -af >

[FFmpeg-user] Channel manipulation and audio filter equivalencies

2020-11-05 Thread Chris Angelico
o output by selecting channels? Chris Angelico ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".