[FFmpeg-user] video overlay scaling issue or am I doing it wrong ?

2020-12-01 Thread neonira Arinoem
I have a main video named *assembled-video.mp4*, that has size *1058x594*
codec H.264 25 fps 57 kbps

I want the following three 5 seconds video to be overlaid respectively at
time 10s, 70s and 189s.

*video-msg01.mp4*, that has size *400x86* codec H.264 25 fps 11 Kbs
*video-msg02.mp4*, that has size *400x86* codec H.264 25 fps 11 Kbs
*video-msg03.mp4*, that has size *650x86* codec H.264 25 fps 16 Kbs


To generate overlay file I used following command lines

/code/mylinux/bin/video-utils/mergeMovieIntoMovie.bash assembled-video.mp4
video-msg01.mp4 5 10 400 86 G
/code/mylinux/bin/video-utils/mergeMovieIntoMovie.bash
assembled-video-merged.mp4 video-msg02.mp4 70 75 400 86 G
/code/mylinux/bin/video-utils/mergeMovieIntoMovie.bash
assembled-video-merged-merged.mp4 video-msg03.mp4 189 194 650 86 G

Find *mergeMovieIntoMovie.bash *as attachment. To make it clear this script
takes the background-video as first argument, the video to overlay as
second argument, and then start and end time of overlay, and video overlay
width and height. The final G is just a flag for verbosity. Mainly this
script does
ffmpeg -i $MOVIE_FILE -i $INSERT_FILE -s 1054x594 -filter_complex "[0:v][1:v]
overlay=0:0:enable='between(t,$3,$4)'" -pix_fmt yuv420p -c:v libx264 -c:a
copy $TFN -y

This roughly works but there is an annoying issue I am currently unable to
understand and solve.

First overlay works correctly. Second and third overlays appear twice as
big as the first overlay.
Got absolutely no clue about the origin of this. Any idea to get a proper
result is welcome.

Got also some newbie questions or confirmation requests

1. how to get the size of a video using ffmpeg ?
2. Does the bitrate have any importance during overlay ?
3. Is there a smarter way to achieve this result in just one pass?


Thanks in advance for suggestions.


mergeMovieIntoMovie.bash
Description: Binary data
___
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".

[FFmpeg-user] -rtsp_transport tcp tag

2020-12-01 Thread USMAN AAMER
Hi, I am streaming videos over LAN and I want to confirm that either
-rtsp_transport
TCP tag is used at the server-side command or client-side.

Looking forward to the kind response.

Thanks
___
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".

[FFmpeg-user] Add logo with ffmpeg and obtain livestream link

2020-12-01 Thread carto lover
Hi i'm new to ffmpeg and it's very promising

i want to add a logo to stream video i tested it and obtained an mp4 file
and all is fine:

ffmpeg -y -i myhttplinkstreaming -i ./logo1.jpeg -filter_complex
"overlay=10:10" OUT_1.mp4

if i want to restream it live...

is it possible to remove out_1.mp4 and have something like myip:1234??

i tried:

ffmpeg -i myhttplink -i logo.png -filter_complex overlay -f mpegts
udp://myip:myport

[image: Immagine.png]

seems that start but if i go on vlc and add udp://myip:myport nothing happens
___
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".

[FFmpeg-user] Add logo with ffmpeg and obtain livestream link

2020-12-01 Thread carto lover
Hi i'm new to ffmpeg and it's very promising

i want to add a logo to stream video i tested it and obtained an mp4 file
and all is fine:

ffmpeg -y -i myhttplinkstreaming -i ./logo1.jpeg -filter_complex
"overlay=10:10" OUT_1.mp4

if i want to restream it live...

is it possible to remove out_1.mp4 and have something like myip:1234??
___
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".

[FFmpeg-user] ffplay and buffering

2020-12-01 Thread Gianfranco Migliozzi
Hi all, I'm new on the mailing list.
I have to play an RTP h264 stream.
I provided a file sdp on the command line and works fine.
The problem is a sort of buffering introduced by ffplay (I can see easily
the problem playing the stream also with gstreamer).
During the streaming by the server, if I stop the server, ffplay doesn't
display the last frame received, gstreamer instead show the correct one.
Sometimes after some seconds from the stop ffplay updates the image without
receiving more data, as for an internal flush, but again the image isn't
the last one.
I tried some parameters without results:
-fflags nobuffer
-avioflags direct
-rtbufsize 0

Thanks for any pointer.
___
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".

[FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread John Moose
Hello,

I installed ffmpeg through this link: https://evermeet.cx/ffmpeg/. I downloaded 
the file ffmpeg-100100-g7eb9cf593e.7z and installed ffmpeg through the Unix 
Executable File “ffmpeg”.

How do I uninstall ffmpeg considering this installation process?

Regards,

John Moosbrugger
Foothill-De Anza College
952-847-3817

___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 19:17 schrieb John Moose:

Hello,

I installed ffmpeg through this link: https://evermeet.cx/ffmpeg/. I downloaded 
the file ffmpeg-100100-g7eb9cf593e.7z and installed ffmpeg through the Unix 
Executable File “ffmpeg”.

How do I uninstall ffmpeg considering this installation process?


ask whoever provided a useless installer for unix systems
___
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".

[FFmpeg-user] v360 / perspective

2020-12-01 Thread Michael Koch

Hello,

there seem to be some problems in the v360 filter with "perspective" output.
Tested with the latest Windows built, 2 days old. You can reproduce this 
with any equirectangular input image.


ffmpeg -i equirectangular_test.png -lavfi v360=e:perspective -y out1.png

The output of the above command has two problems:
-- The center of the input image is not mapped to the center of the 
output image. For most other projections the image center is preserved.

-- The output is mirror reversed (which means you cannot read text).

Both problems can be corrected with this workaround:

ffmpeg -i equirectangular_test.png -lavfi 
v360=e:perspective:pitch=90:v_flip=1 -y out2.png


Now I want to add a yaw rotation after the pitch rotation:

ffmpeg -i equirectangular_test.png -lavfi 
v360=e:perspective:rorder=pyr:pitch=90:yaw=20:v_flip=1 -y out3.png


But in the output you can see that a roll rotation was done.

Michael
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread 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 
executable, so just delete the file "ffmpeg".



ask whoever provided a useless installer for unix systems


If you'd done even the slightest research (as I did, took under a minute), 
you'd see that the "installer" consists of unzipping the .7z file and 
getting a single ffmpeg executable. Which can then be deleted. (And... 
that's a Mac build, not a *nix build.)


If you don't have anything useful to say, better not to say anything.

z!
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



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 
executable, so just delete the file "ffmpeg".


so a stupid question


ask whoever provided a useless installer for unix systems


If you'd done even the slightest research (as I did, took under a 
minute), you'd see that the "installer" consists of unzipping the .7z 
file and getting a single ffmpeg executable. Which can then be deleted. 
(And... that's a Mac build, not a *nix build.)


why should i waste my time with homework of others?


If you don't have anything useful to say, better not to say anything


if the OP would have done "even the slightest research" the whole treahd 
won#t exist, it exists because are people tooo dumb or too lazy (chose 
what you want) to type their idiotic questions into some random search 
engine





___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread John Moose
Thanks for your help.

> On Dec 1, 20, at 10:23, Reindl Harald  wrote:
> 
> 
> 
> Am 01.12.20 um 19:17 schrieb John Moose:
>> Hello,
>> I installed ffmpeg through this link: https://evermeet.cx/ffmpeg/. I 
>> downloaded the file ffmpeg-100100-g7eb9cf593e.7z and installed ffmpeg 
>> through the Unix Executable File “ffmpeg”.
>> How do I uninstall ffmpeg considering this installation process?
> 
> ask whoever provided a useless installer for unix systems
> ___
> 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".

___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Carl Zwanzig

On 12/1/2020 11:21 AM, Reindl Harald wrote:

If you don't have anything useful to say, better not to say anything


if the OP would have done "even the slightest research" the whole treahd 
won#t exist, it exists because are people tooo dumb or too lazy (chose what 
you want) to type their idiotic questions into some random search engine


And yet, initially you could have said nothing but chose to insult. Then you 
could have dropped the matter, but didn't. Instead, you're reinforcing your 
own reputation as someone who never actually adds to the conversation but 
only denigrates people -you- think are "stupid".


Since I'm sure it'll a waste of your time, don't bother replying.

z!
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 20:30 schrieb Carl Zwanzig:

On 12/1/2020 11:21 AM, Reindl Harald wrote:

If you don't have anything useful to say, better not to say anything


if the OP would have done "even the slightest research" the whole 
treahd won#t exist, it exists because are people tooo dumb or too lazy 
(chose what you want) to type their idiotic questions into some random 
search engine


And yet, initially you could have said nothing but chose to insult. Then 
you could have dropped the matter, but didn't. Instead, you're 
reinforcing your own reputation as someone who never actually adds to 
the conversation but only denigrates people -you- think are "stupid".


Since I'm sure it'll a waste of your time, don't bother replying


you don't get it!

people need to learn empower themself by learn understand basics and use 
a search engine in 2020


what did i do in the 1990's without internet at all?
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread John Moose
Hi Carl,

As far as Reindl goes, he must be really empty inside to think that 
gate-keeping a mailing list makes him superior in any way whatsoever.

Anyways, I double-clicked the file in order to install it and it ran some 
process in Terminal. Is there anything else I need to do other than deleting 
the executable in order to completely uninstall the file?

Regards,

John Moosbrugger
Foothill-De Anza College
952-847-3817

> On Dec 1, 20, at 11:17, Carl Zwanzig  wrote:
> 
> 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 
> executable, so just delete the file "ffmpeg".
> 
>> ask whoever provided a useless installer for unix systems
> 
> If you'd done even the slightest research (as I did, took under a minute), 
> you'd see that the "installer" consists of unzipping the .7z file and getting 
> a single ffmpeg executable. Which can then be deleted. (And... that's a Mac 
> build, not a *nix build.)
> 
> If you don't have anything useful to say, better not to say anything.
> 
> z!
> ___
> 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".

___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 20:41 schrieb John Moose:

Hi Carl,

As far as Reindl goes, he must be really empty inside to think that 
gate-keeping a mailing list makes him superior in any way whatsoever.


i don't give a shit at all


Anyways, I double-clicked the file in order to install it and it ran some 
process in Terminal. Is there anything else I need to do other than deleting 
the executable in order to completely uninstall the file?


if it only u8npaxked one file - no
if it unpacked moore files seek them

if it only "installed" one static linked executeable which braindead 
arsehole is packaging that in a sfx installer to begin with\



On Dec 1, 20, at 11:17, Carl Zwanzig  wrote:

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 executable, so just 
delete the file "ffmpeg".


ask whoever provided a useless installer for unix systems


If you'd done even the slightest research (as I did, took under a minute), you'd see that 
the "installer" consists of unzipping the .7z file and getting a single ffmpeg 
executable. Which can then be deleted. (And... that's a Mac build, not a *nix build.)

If you don't have anything useful to say, better not to say anything.

___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread John Moose
Hi Reindl, 

Fuck off. I don’t give a shit at all about anything you have to say.

Thanks,
John

> On Dec 1, 20, at 11:46, Reindl Harald  wrote:
> 
> 
> 
> Am 01.12.20 um 20:41 schrieb John Moose:
>> Hi Carl,
>> As far as Reindl goes, he must be really empty inside to think that 
>> gate-keeping a mailing list makes him superior in any way whatsoever.
> 
> i don't give a shit at all
> 
>> Anyways, I double-clicked the file in order to install it and it ran some 
>> process in Terminal. Is there anything else I need to do other than deleting 
>> the executable in order to completely uninstall the file?
> 
> if it only u8npaxked one file - no
> if it unpacked moore files seek them
> 
> if it only "installed" one static linked executeable which braindead arsehole 
> is packaging that in a sfx installer to begin with\
> 
>>> On Dec 1, 20, at 11:17, Carl Zwanzig  wrote:
>>> 
>>> 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 
>>> executable, so just delete the file "ffmpeg".
>>> 
 ask whoever provided a useless installer for unix systems
>>> 
>>> If you'd done even the slightest research (as I did, took under a minute), 
>>> you'd see that the "installer" consists of unzipping the .7z file and 
>>> getting a single ffmpeg executable. Which can then be deleted. (And... 
>>> that's a Mac build, not a *nix build.)
>>> 
>>> If you don't have anything useful to say, better not to say anything.
> ___
> 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".

___
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".

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

2020-12-01 Thread Chris Angelico
Let me preface this by saying that I'm not an established member of
this community, and I may be completely off the mark here. If so, my
apologies, and do please let me know how things are done here.

According to my reading of the mailing list FAQ (linked at the bottom
of each post), members are expected to adhere to the Code of Conduct.

https://ffmpeg.org/mailing-list-faq.html#Rules-and-Etiquette
https://ffmpeg.org/developer.html#Code-of-conduct

One person here has been repeatedly (and gratuitously) insulting and
unhelpful, denigrating people for not "empowering themselves". But
from my experience, one of the very best ways to empower yourself is
to learn from those who know more than you do - for instance, by
asking questions on a mailing list. We didn't all start with immense
knowledge of how to use Unix, and it shouldn't be a prerequisite of
FFMPEG that we have to already know all the subtleties of various
operating systems.

At the risk of asking a stupid question and incurring his wrath, who
is Reindl Harald and what is his relationship with the FFMPEG project?
Does he own this mailing list, or the code, or anything like that?
Searching the web showed up some interesting, 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, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 20:48 schrieb John Moose:

Hi Reindl,

Fuck off. I don’t give a shit at all about anything you have to say.



well, stay stupid, so what

people with a brain inform theirself where stuff which is not in a 
native package format (deb/rpm) is throwing itÄs crap and how get rid of 
it *before* spit random stuff into their systems


and in doubt they ask whoever packaged that shit which could be a simpe 
tar/zip with an executebale you place wherever you want



On Dec 1, 20, at 11:46, Reindl Harald  wrote:



Am 01.12.20 um 20:41 schrieb John Moose:

Hi Carl,
As far as Reindl goes, he must be really empty inside to think that 
gate-keeping a mailing list makes him superior in any way whatsoever.


i don't give a shit at all


Anyways, I double-clicked the file in order to install it and it ran some 
process in Terminal. Is there anything else I need to do other than deleting 
the executable in order to completely uninstall the file?


if it only u8npaxked one file - no
if it unpacked moore files seek them

if it only "installed" one static linked executeable which braindead arsehole 
is packaging that in a sfx installer to begin with\


On Dec 1, 20, at 11:17, Carl Zwanzig  wrote:

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 executable, so just 
delete the file "ffmpeg".


ask whoever provided a useless installer for unix systems


If you'd done even the slightest research (as I did, took under a minute), you'd see that 
the "installer" consists of unzipping the .7z file and getting a single ffmpeg 
executable. Which can then be deleted. (And... that's a Mac build, not a *nix build.)

If you don't have anything useful to say, better not to say anything.

___
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".

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

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 20:51 schrieb Chris Angelico:

One person here has been repeatedly (and gratuitously) insulting and
unhelpful, denigrating people for not "empowering themselves". But
from my experience, one of the very best ways to empower yourself is
to learn from those who know more than you do - for instance, by
asking questions on a mailing list.


if you ask questions on a mailing list google can answer faster you are 
an idiot - that's not insulting, it's the plain truth

___
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".

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
> > executable, so just delete the file "ffmpeg".
>
> so a stupid question
>
> >> ask whoever provided a useless installer for unix systems
> >
> > If you'd done even the slightest research (as I did, took under a
> > minute), you'd see that the "installer" consists of unzipping the .7z
> > file and getting a single ffmpeg executable. Which can then be deleted.
> > (And... that's a Mac build, not a *nix build.)
>
> why should i waste my time with homework of others?
>
> > If you don't have anything useful to say, better not to say anything
>
> if the OP would have done "even the slightest research" the whole treahd
> won#t exist, it exists because are people tooo dumb or too lazy (chose
> what you want) to type their idiotic questions into some random search
> engine
>

Does insulting people actually entertain you? I can't see why you
wouldn't just delete posts and move on, rather than taking the time
and effort to make someone else feel bad.

I'm not really a member of this community but you're really standing out here.

ChrisA
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 20:27 schrieb Chris Angelico:
Does insulting people actually entertain you? 


no


I can't see why you
wouldn't just delete posts and move on


because i can't stand stupidity


rather than taking the time
and effort to make someone else feel bad.


maybe next time he use his brain


I'm not really a member of this community but you're really standing out here


so what
___
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".

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

2020-12-01 Thread John Moose
Hey Chris,

I wonder, can he be removed from the mailing list for failing to adhere to the 
Code of Conduct and Rules?

He wasn’t helpful at all and like you said, I’m here asking questions because 
that’s the purpose of this mailing list. I don’t know anything about this 
subject, I’m not savvy with computers, and so I was just looking for a little 
help because Google didn’t return any useful results on this specific topic.

-John

> On Dec 1, 20, at 11:51, Chris Angelico  wrote:
> 
> to learn from those who know more than you do - for instance, by

___
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".

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

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 21:00 schrieb John Moose:

Hey Chris,

I wonder, can he be removed from the mailing list for failing to adhere to the 
Code of Conduct and Rules?

He wasn’t helpful at all and like you said, I’m here asking questions because 
that’s the purpose of this mailing list. I don’t know anything about this 
subject, I’m not savvy with computers, and so I was just looking for a little 
help because Google didn’t return any useful results on this specific topic



https://evermeet.cx/ffmpeg/
"static FFmpeg binaries for macOS 64-bit"

google "static binary"
https://en.wikipedia.org/wiki/Static_build

___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Carl Zwanzig

On 12/1/2020 11:58 AM, Reindl Harald wrote:

I can't see why you
wouldn't just delete posts and move on


because i can't stand stupidity


Then why are you _adding_ to it? Maybe they could find the answer somewhere 
else, but that's irrelevant- they asked here. You can actually give a useful 
answer, not say anything, or become a target for ridicule. Your choice.


z!
___
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".

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

2020-12-01 Thread Dave Stevens
On Tue, 1 Dec 2020 12:00:31 -0800
John Moose  wrote:

> Hey Chris,
> 
> I wonder, can he be removed from the mailing list for failing to
> adhere to the Code of Conduct and Rules?
> 
> He wasn’t helpful at all and like you said, I’m here asking questions
> because that’s the purpose of this mailing list. I don’t know
> anything about this subject, I’m not savvy with computers, and so I
> was just looking for a little help because Google didn’t return any
> useful results on this specific topic.
> 
> -John

can this be taken off-list? nobody needs to hear this


> 
> > 
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 21:03 schrieb Carl Zwanzig:

On 12/1/2020 11:58 AM, Reindl Harald wrote:

I can't see why you
wouldn't just delete posts and move on


because i can't stand stupidity


Then why are you _adding_ to it? Maybe they could find the answer 
somewhere else, but that's irrelevant- they asked here. You can actually 
give a useful answer, not say anything, or become a target for ridicule. 
Your choice.


the useful answer was "ask whoever provided a useless installer for unix 
systems"


https://evermeet.cx/ffmpeg/
"static FFmpeg binaries for macOS 64-bit"

google "static binary"
https://en.wikipedia.org/wiki/Static_build


___
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".

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

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 20:51 schrieb Chris Angelico:

At the risk of asking a stupid question and incurring his wrath, who
is Reindl Harald and what is his relationship with the FFMPEG project?
Does he own this mailing list


no


or the code, or anything like that?


no


Searching the web showed up some interesting, but not overly helpful,
results. 


so what


Does FFMPEG consider Reindl Harald to be its spokesman?


no


___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Phil Rhodes via ffmpeg-user
 On Tuesday, 1 December 2020, 19:56:39 GMT, Chris Angelico  
wrote:
 
> I'm not really a member of this community but you're really standing out here.
I know how you feel. We've got a few of them, on this list.
The ffmpeg user list has always been a place which more or less defines the 
worst possible aspects of this sort of thing. It's almost as if some of the 
people who post here are doing everything they can to fulfil every negative 
stereotype of intolerant, deliberately unhelpful, massively unpleasant open 
source enthusiasts. I find myself wondering if it's a language problem, as many 
of these people are not native English speakers, but I can't figure out how it 
could be.
In terms of Harald, we're not the only people to have an issue. See 
https://pagure.io/CoC/issue/6, and it's mentioned in that thread that it isn't 
the first time he's been cited.
Harald, seriously, I am trying to help you when I tell you that the way you are 
behaving here is not normal professional interaction, at least in English. 
People will interpret your behaviour as massively inappropriate and not want to 
have anything to do with you. You are being hugely and unnecessarily impolite. 
It is to everyone's benefit, including yours, that you moderate your behaviour.
P  
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 21:20 schrieb Phil Rhodes via ffmpeg-user:

Harald, seriously, I am trying to help you when I tell you that the way you are 
behaving here is not normal professional interaction, at least in English. 
People will interpret your behaviour as massively inappropriate and not want to 
have anything to do with you. You are being hugely and unnecessarily impolite. 
It is to everyone's benefit, including yours, that you moderate your behaviour


i don't give a shit, it's that simple
___
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".

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

2020-12-01 Thread Phil Rhodes via ffmpeg-user
 
On Tuesday, 1 December 2020, 20:05:29 GMT, Dave Stevens  
wrote:  
> can this be taken off-list? nobody needs to hear this
Actually I think exactly the opposite; it's long past due that the terrible 
conduct of a few list members here was given a public airing, for the benefit 
of everyone, including them.
P  
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Mustafa Al Ani

Wondering how do you live your life? If you have any.!

> On 1 Dec 2020, at 21.22, Reindl Harald  wrote:
> 
> i don't give a shit, it's that simple
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 21:58 schrieb Mustafa Al Ani:

Wondering how do you live your life? If you have any.!


with a lot of work, a perfect living room, my homecinema and surrounded 
by a handful of people which are not idiots



On 1 Dec 2020, at 21.22, Reindl Harald  wrote:

i don't give a shit, it's that simple


___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread NotHarald Reindl
> Reindl Harald wrote:
> people with a brain inform theirself where stuff which is not in a native
package format (deb/rpm) is throwing itÄs crap and how get rid of it
*before* spit random stuff into their systems

*Corrections*: People with *brains* [people = plural, so brains should be
plural] inform theirself *themselves* where stuff [the word "stuff" is an
imprecise term, particularly in a tech context where precision really
matters]  ... *itÄs* [Try to avoid umlauts in English, especially as a
substitute for apostrophes.  Or do you mean "it as"?  Please clarify] and
how *to* get rid of it before spitting random stuff into their system


> Reindl Harald wrote:
> if the OP would have done "even the slightest research" the whole treahd
won#t exist, it exists because are people tooo dumb or too lazy (chose what
you want) to type their idiotic questions into some random search engine

*Corrections*: if the OP would have done "even the slightest research" [Quotes
are not a form of emphasis in English]  the whole treahd won#t exist ["the
whole* thread wouldn't *exist". Watch your placement of the letter "h" in
"thread".  "treahd" isn't a word.  The # symbol isn't a form of
punctuation.  And if you want to use a conditional, use the proper
conjugation.  English conjugations are really, really easy compared to most
other Latin-based & Germanic languages.  Also try typing slower.  You sound
hasty]



> Reindl Harald wrote:
> people need to learn empower themself by learn understand basics and use
a search engine in 2020

*Corrections*: people need to learn [*to*] empower themself [*themselves*] by
learn*ing to* understand basic *[um, English]* and use [*using* --
parallel structure, please] a search engine in 2020 [this last part is
error free!!]

> what did i do in the 1990's without internet at all?

Apparently spent time studying technology without a commensurate effort in
language or social skills.
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Reindl Harald



Am 01.12.20 um 22:56 schrieb NotHarald Reindl:

Reindl Harald wrote:
people with a brain inform theirself where stuff which is not in a native

package format (deb/rpm) is throwing itÄs crap and how get rid of it
*before* spit random stuff into their systems

*Corrections*: People with *brains* [people = plural, so brains should be
plural] inform theirself *themselves* where stuff [the word "stuff" is an
imprecise term, particularly in a tech context where precision really
matters]  ... *itÄs* [Try to avoid umlauts in English, especially as a
substitute for apostrophes.  Or do you mean "it as"?  Please clarify] and
how *to* get rid of it before spitting random stuff into their system


idiot! before i install something on my system i seek for the 
information how i can uninstall it and unless that's not clear i don't 
install it


in case of a static binary exists nothing like "install"

to make it clear: i don't install anything outside the package manager 
and if there is no package i build my own to ensure a clean state of 
install/uninstall


works from day one, just use your brain




___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Carl Zwanzig

On 12/1/2020 2:02 PM, Reindl Harald wrote:

idiot! 


“You keep using that word. I do not think it means what you think it means.” 
– Inigo Montoya, The Princess Bride


before i install something on my system i seek for the information 
how i can uninstall it and unless that's not clear i don't install it


Great for you! You must be the perfect computer user. A great many people 
don't dissect the packages they're about install _and_they're_not_going_to. 
You can complain about it or ignore it and move on with life.


z!

___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread NotHarald Reindl
On Tue, Dec 1, 2020 at 2:03 PM Reindl Harald  wrote:

>
>
> Am 01.12.20 um 22:56 schrieb NotHarald Reindl:
> >> Reindl Harald wrote:
> >> people with a brain inform theirself where stuff which is not in a
> native
> > package format (deb/rpm) is throwing itÄs crap and how get rid of it
> > *before* spit random stuff into their systems
> >
> > *Corrections*: People with *brains* [people = plural, so brains should be
> > plural] inform theirself *themselves* where stuff [the word "stuff" is an
> > imprecise term, particularly in a tech context where precision really
> > matters]  ... *itÄs* [Try to avoid umlauts in English, especially as a
> > substitute for apostrophes.  Or do you mean "it as"?  Please clarify] and
> > how *to* get rid of it before spitting random stuff into their system
>
> idiot! before i install something on my system i seek for the
> information how i can uninstall it and unless that's not clear i don't
> install it
>
Correction: "I *look [not 'seek']* for information on how to uninstall it,
and unless..."
Wrong verb / Too many extraneous prepositions & articles.
Also note: Lack of proper use of commas, missing capital letters.


> in case of a static binary exists nothing like "install"
>
Correction: No need for "of a" in the above sentence: Try "In case a static
binary exists..."


> to make it clear: i don't install anything outside the package manager
> and if there is no package i build my own to ensure a clean state of
> install/uninstall
>
OK, this is better grammatically.
Ongoing misuse of capitals and commas, but definitely an improvement.
Good work, Harald!!


> works from day one, just use your brain
>
These are two separate sentences.  Punctuate each with a period, not a
comma.

Pro Tip: When insulting people for being stupid, always make sure you use
language that avoids accidental self-owns.

Your Truly,

NotHarald
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread Simon Brown
> Pro Tip: When insulting people for being stupid, always make sure you use
> language that avoids accidental self-owns.
>
> Your Truly,
>
> NotHarald
>
> For goodness sake, just quit guys.  This is ridiculous.  I don't like much
of what Reindl says, but that doesn't mean I have to reply to everything
he writes.  But this petty sniping at his English is also ridiculous.  Have
you considered that English might not be his first language?  Have you
considered that he could be dyslexic?  I am quite happy to be grammar
police when it comes to adverts I see on Facebook, but in a 'forum' where
people are voicing opinions it's not really required.

I think this should all stop - it's like you're all a bunch of 5 year olds!

rant over.
Regards,
Simon
___
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".

Re: [FFmpeg-user] Uninstalling ffmpeg

2020-12-01 Thread NotHarald Reindl
On Tue, Dec 1, 2020 at 3:28 PM Simon Brown  wrote:

>
> > For goodness sake, just quit guys.  This is ridiculous.  I don't like
> much
> of what Reindl says, but that doesn't mean I have to reply to everything
> he writes.  But this petty sniping at his English is also ridiculous.  Have
> you considered that English might not be his first language?  Have you
> considered that he could be dyslexic?  I am quite happy to be grammar
> police when it comes to adverts I see on Facebook, but in a 'forum' where
> people are voicing opinions it's not really required.
>
> I think this should all stop - it's like you're all a bunch of 5 year olds!
>
> rant over.
> Regards,
> Simon
>

Simon, of course English isn't his first language, and truth be told, no
one cares he's the English language equivalent of a word salad in a
hurricane of cow patties.
But mobilizing your hapless grab bag of language skills as your weapon of
choice to prove that everyone else is the idiot?
That's just too, too, too delicious.
___
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".

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

2020-12-01 Thread Kieran O Leary
On Tue 1 Dec 2020 at 20:42, Phil Rhodes via ffmpeg-user <
ffmpeg-user@ffmpeg.org> wrote:

>
> On Tuesday, 1 December 2020, 20:05:29 GMT, Dave Stevens <
> g...@uniserve.com> wrote:
> > can this be taken off-list? nobody needs to hear this
> Actually I think exactly the opposite; it's long past due that the
> terrible conduct of a few list members here was given a public airing, for
> the benefit of everyone, including them.


Agreed. Reindl is so insulting to most posters to the list. I think he
makes it a very unwelcome place and I can almost always predict what his
emails will say. It would be great if the code of conduct could be enforced
in his case.

Best,

Kieran.
___
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".