On 5/3/22 12:17, Traian Coza wrote:
Thanks, I finally managed to submit my patch with your instructions.
However, I see that the "Less secure apps" setting will no longer be
available in a month. What do you plan on doing then? (I see you also use
gmail)
You'll have to enable two-factor authent
Thanks, I finally managed to submit my patch with your instructions.
However, I see that the "Less secure apps" setting will no longer be
available in a month. What do you plan on doing then? (I see you also use
gmail)
On Tue, May 3, 2022 at 11:53 AM Leo Izen wrote:
> On 5/3/22 00:12, Traian Coz
On 5/3/22 00:12, Traian Coza wrote:
Hi! I am new to contributing to FFmpeg, and I have a technical question.
I'm trying to submit a patch, but it's a fairly large patch, which I've
made in multiple commits. I don't know how to generate the email for this
patch. The example command given on the w
I know, but when I click on "New Pull Request" on ffstaging/FFmpeg, it
automatically sets the "base repository" to FFmpeg/FFmpeg, and I can't
change it to ffstaging/FFmpeg (see image). Am I doing something wrong,
perhaps?
[image: image.png]
___
ffmpeg-de
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Traian Coza
> Sent: Tuesday, May 3, 2022 5:37 PM
> To: FFmpeg development discussions and patches [email protected]>
> Subject: Re: [FFmpeg-devel] Need help submitting a patch
>
> Hey Softworks, when I
Hey Softworks, when I try to open a pull request on that repo it says "An
owner of this repository has limited the ability to open a pull request to
users that are collaborators on this repository." So I am not a
collaborator, can you add me as a collaborator so I can do my pull request?
I've seen
Traian Coza (12022-05-03):
> Sorry about the "top posting" my client does it automatically.
It's a poor craftsman who blames their tools.
--
Nicolas George
signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list
[email protected]
Sorry about the "top posting" my client does it automatically.
___
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject
> > Sent: Tuesday, May 3, 2022 3:31 PM
> > To: FFmpeg development discussions and patches > [email protected]>
> > Subject: Re: [FFmpeg-devel] Need help submitting a patch
> >
> > Traian Coza (12022-05-03):
> > > Thanks. I'll use the ffstaging/FFmpeg rep
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Nicolas George
> Sent: Tuesday, May 3, 2022 3:31 PM
> To: FFmpeg development discussions and patches [email protected]>
> Subject: Re: [FFmpeg-devel] Need help submitting a patch
>
> Traian Coza (120
Andreas Rheinhardt:
> Traian Coza:
>> Thanks. I'll use the ffstaging/FFmpeg repo. I didn't know about that, it
>> seems much simpler. I've tried using -n (n= number of commits), but it only
>> generates n emails, I only want 1.
>>
>> I have another concern before I create a pull request. I ran 'mak
Traian Coza (12022-05-03):
> Thanks. I'll use the ffstaging/FFmpeg repo. I didn't know about that, it
> seems much simpler.
It is not supported by the core of the project.
> I've tried using -n (n= number of commits), but it only
> generates n emails, I only want 1.
Look at h
Traian Coza:
> Thanks. I'll use the ffstaging/FFmpeg repo. I didn't know about that, it
> seems much simpler. I've tried using -n (n= number of commits), but it only
> generates n emails, I only want 1.
>
> I have another concern before I create a pull request. I ran 'make fate'
> like it says on
Thanks. I'll use the ffstaging/FFmpeg repo. I didn't know about that, it
seems much simpler. I've tried using -n (n= number of commits), but it only
generates n emails, I only want 1.
I have another concern before I create a pull request. I ran 'make fate'
like it says on the website for regressio
Traian Coza (12022-05-03):
> Hi! I am new to contributing to FFmpeg, and I have a technical question.
>
> I'm trying to submit a patch, but it's a fairly large patch, which I've
> made in multiple commits. I don't know how to generate the email for this
> patch. The example command given on the we
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Traian Coza
> Sent: Tuesday, May 3, 2022 6:12 AM
> To: [email protected]
> Subject: [FFmpeg-devel] Need help submitting a patch
>
> Hi! I am new to contributing to FFmpeg, and I have a technical
>
Hi! I am new to contributing to FFmpeg, and I have a technical question.
I'm trying to submit a patch, but it's a fairly large patch, which I've
made in multiple commits. I don't know how to generate the email for this
patch. The example command given on the website (with format-patch) only
genera
On Tue, Apr 16, 2019, at 10:27 AM, sourabh jain wrote:
> Hi ,
>
> can someone here , help me with
> Impossible to convert between the formats supported by the filter
> 'Parsed_ebur128_0' and the filter 'auto_resampler_0
> explained my situation here :
>
> https://github.com/bytedeco/javacpp-prese
Hi ,
can someone here , help me with
Impossible to convert between the formats supported by the filter
'Parsed_ebur128_0' and the filter 'auto_resampler_0
explained my situation here :
https://github.com/bytedeco/javacpp-presets/issues/715
issue comes when try to call avfilter_graph_config(fil
Hello Przemysław,
On Thu, Mar 31, 2016 at 11:17:17 +0200, Przemysław Sobala wrote:
> Hello
> I've altered doc/examples/transcoding.c to encode using aac codec:
Please use the libav-user list for questions regarding the usage of
ffmpeg's libraries and the programming with ffmpeg.
https://ffmp
Hello
I've altered doc/examples/transcoding.c to encode using aac codec:
--- a/doc/examples/transcoding.c
+++ b/doc/examples/transcoding.c
@@ -114,7 +114,12 @@
if (dec_ctx->codec_type == AVMEDIA_TYPE_VIDEO
|| dec_ctx->codec_type == AVMEDIA_TYPE_AUDIO) {
/
Conversion from pal8 to monow seems to be somewhat erratic. It produces
slightly different output from converting from monow to monow. Pull the
latest from the repository, get the files at the link below, and run the
`mkraw' shell script. Comparing the newly produced file with the
reference vsy
Hi,
On Mon, Jul 13, 2015 at 7:15 AM, Donny Yang wrote:
> On 13 July 2015 at 20:50, Ronald S. Bultje wrote:
>
> > Hi,
> >
> > On Mon, Jul 13, 2015 at 4:26 AM, Donny Yang wrote:
> >
> > > Hello
> > >
> > > I'm trying to fix ffmpeg's APNG decoding for images with the PREVIOUS
> > > dispose op whi
On 13 July 2015 at 20:50, Ronald S. Bultje wrote:
> Hi,
>
> On Mon, Jul 13, 2015 at 4:26 AM, Donny Yang wrote:
>
> > Hello
> >
> > I'm trying to fix ffmpeg's APNG decoding for images with the PREVIOUS
> > dispose op while trying to keep it multithreaded, but it seems to
> deadlock
> > whenever I
Hi,
On Mon, Jul 13, 2015 at 4:26 AM, Donny Yang wrote:
> Hello
>
> I'm trying to fix ffmpeg's APNG decoding for images with the PREVIOUS
> dispose op while trying to keep it multithreaded, but it seems to deadlock
> whenever I use more that one thread.
How do I reproduce? ffmpeg -threads 2 -i
Hello
I'm trying to fix ffmpeg's APNG decoding for images with the PREVIOUS
dispose op while trying to keep it multithreaded, but it seems to deadlock
whenever I use more that one thread.
Is there something obvious I'm missing, or otherwise misunderstanding how
ffmpeg's threads work?
Or should I
>
> Hi Everyone,
>>
>
> Hope you all will be fine and doing great.
>>
>> I am currently working on manipulating RTSP Streaming URL
>> Programatically, but I am not getting able to do at all. I actually want to
>> capture Streams from RTSP URL at run time and want to convert to some
>> format (.wav
On 12/03/2014 03:57 PM, Chetan wrote:
>
>
> Hi i want to create video using Text with html tages and effect ...
> please let me know .. command
I would suggest, use this ffmpeg user questions
mailing list
please.
-Anshul
___
ffmpeg-devel mailing list
Hi i want to create video using Text with html tages and effect ...
please let me know .. command
--
Chetan Dhotkar
___
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hi,
Getting error when trans-coding HD input stream.help me resolve this
problem..
Source : HDTV signal from mumudvb ..
root@s1:/iptv/trans# /usr/local/bin/ffmpeg -analyzeduration 200 -i
"http://127.0.0.1:8700/bysid/5305"; -vf "yadif=0:-1:0,scale=1024:576" -c:v
libx264 -crf 23 -threads 2
30 matches
Mail list logo