Στις Παρ, 22 Μαρ 2019 στις 6:35 μ.μ., ο/η Moritz Barsnick
έγραψε:
> I was about to write "could you please also update the documentation",
> but just realized that the tiff encoder isn't documented. :-P
Hahah. I can solve that in a later patch :)
Στις Σάβ, 23 Μαρ 2019 στις 12:13 π.μ., ο/η Carl E
It is perfectly valid to have multiple CC Picture User Data
for the same frame. Instead of using the first side_data
potentially present with the A53_CC type, iterate over all
side_data.
---
libavcodec/mpeg12enc.c | 56 +++---
1 file changed, 31 insertions(+), 2
The current setting for send-100-continue option is either
enabled if applicable or forced enabled, no option to force
disable the header. This change is to expand the option setting
to provide more flexibility, which is useful for rstp case.
---
libavformat/http.c| 28 +---
2019-03-22 19:29 GMT+01:00, Swaraj Hota :
> I have the meta chunk loaded into a buffer.
> I searched a lot but I couldn't find a way to decompress
> a password protected zip buffer.
>
> I saw zlib is used in the code base, so went through it.
> Found a function "decompress()" but it didn't take a
>
The current setting for send-100-continue option is either
enabled if applicable or forced enabled, no option to force
disable the header. This change is to expand the option setting
to provide more flexibility, which is useful for rstp case.
---
libavformat/http.c| 8 ++--
libavformat/ice
2019-03-22 15:50 GMT+01:00, velocit...@gmail.com :
> From: Nick Renieris
>
> Option "-page N" (page index N starts from 1) can now
> be used to specify which TIFF page/subfile to decode.
What is the current behaviour?
Shouldn't the decoder output all pages as for a video file?
Carl Eugen
___
On Fri, Mar 22, 2019 at 04:24:10PM +, Wang, Shaofei wrote:
> > -Original Message-
> > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> > Michael Niedermayer
> > Sent: Friday, March 22, 2019 8:14 AM
> > To: FFmpeg development discussions and patches
> > Subject
Okay I found "fmemopen()". I'll see if I can use it with
unzOpenCurrentFilePassword(). Please do tell if there
is a better solution though.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscr
I have the meta chunk loaded into a buffer.
I searched a lot but I couldn't find a way to decompress
a password protected zip buffer.
I saw zlib is used in the code base, so went through it.
Found a function "decompress()" but it didn't take a
password as argument. I found another function
under m
On Thursday, 21 March 2019 at 19:38, Yufei He wrote:
> Hi
>
> On transcoding from 1080p .ts files to .mp4 files with my m264 codec,
> audio of the output .mp4 files stutters.
>
> We found audio of the stuttering files is vbr.
>
> I did not set aac encoding bitrate. somehow it becomes vbr when I
Hi Nich,
On Fri, Mar 22, 2019 at 17:55:56 +0200, velocit...@gmail.com wrote:
> libavcodec/tiff.c | 25 -
> 1 file changed, 24 insertions(+), 1 deletion(-)
[...]
> static const AVOption tiff_options[] = {
> { "subimage", "decode subimage instead if available",
> OFFS
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Michael Niedermayer
> Sent: Friday, March 22, 2019 8:14 AM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [PATCH v7] Improved the performance of 1
> decode + N
From: Nick Renieris
Option "-page N" (page index N starts from 1) can now be used to specify which
TIFF page/subfile to decode.
Signed-off-by: Nick Renieris
---
libavcodec/tiff.c | 25 -
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/libavcodec/tiff.c b/
Hi Tomas
Sony defined many kinds of meta data.
e.g. SMPTE RDD 18:2012
Acquisition Metadata Sets for
Video Camera Parameters
I think the file created by -vcodec copy is a general op1a mxf file.
It can not pass Sony's mxf file verifier, which means their camera can
not play those files.
Yufei.
Yup, will do.
I made it before I realized there were size limits. Pushed a patch just in case.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-
fre 2019-03-22 klockan 12:47 + skrev Yufei He:
> Hi Tomas
>
> From my tests, I find FFmpeg can demux XAVC mxf files from Sony and
> find the video stream is actually h.264 data. This is very good to us.
>
> Actually Sony XAVC mxf has a lot of restrictions on mxf file wrapper and
> h.264 da
On Fri, Mar 22, 2019 at 4:01 PM wrote:
>
> From: Nick Renieris
>
> Signed-off-by: Nick Renieris
> ---
> libavutil/opt.c | 29 +++--
> libavutil/opt.h | 1 +
> 2 files changed, 28 insertions(+), 2 deletions(-)
>
We really don't need this type. You can just change the ty
From: Nick Renieris
Signed-off-by: Nick Renieris
---
libavutil/opt.c | 29 +++--
libavutil/opt.h | 1 +
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/libavutil/opt.c b/libavutil/opt.c
index 93d6c26c11..d409f3521a 100644
--- a/libavutil/opt.c
+++ b/liba
From: Nick Renieris
Option "-page N" (page index N starts from 1) can now be used to specify which
TIFF page/subfile to decode.
Signed-off-by: Nick Renieris
---
libavcodec/tiff.c | 25 -
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/libavcodec/tiff.c b/
Hi Tomas
From my tests, I find FFmpeg can demux XAVC mxf files from Sony and
find the video stream is actually h.264 data. This is very good to us.
Actually Sony XAVC mxf has a lot of restrictions on mxf file wrapper and
h.264 data.
But I don't know how to specify the it or it's not supported
2019-03-21 1:26 GMT+01:00, Carl Eugen Hoyos :
> 2018-11-19 18:41 GMT+01:00, Carl Eugen Hoyos :
>> 2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández
>> :
>>
>>> It's my first time here. I want to create a patch to add
>>> Z16 pixel format.
>>> I have did some changes, and I want to know if I'll need
RFC-4566 do not give any limit of size on interger parameters given in fmtp
line.
By reading some more RFCs it is possible to find examples where some integers
parameters are greater than 32 (see RFC-6416, 7.4)
Instead I propose to check just check the eventual integer overflow.
Using INT_MIN an
>
> This patch makes it possible to do stuff like write a custom in-memory TS
> segmenter, which was what I needed it for.
>
>> Hi
>>
>> I needed to be able to use the write_data_type callback when reading data
>> from the mpegts muxer, to make my application aware of key frames in the
>> dat
2019-03-22 4:35 GMT+01:00, Sun, Jing A :
> Friday, March 22, 2019 7:52 AM, Carl Eugen:
>
>> +if (avctx->pix_fmt == AV_PIX_FMT_YUV420P10LE) {
>> +av_log(avctx, AV_LOG_DEBUG , "Encoder 10 bits depth
>> + input\n");
>> +
>> +// Encoding the source frames of the compressed 10-bit fo
24 matches
Mail list logo