Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-09 Thread Carl Eugen Hoyos
2019-04-10 0:24 GMT+02:00, Yufei He : > On 04/08/2019 02:03 PM, Carl Eugen Hoyos wrote: >> 2019-04-08 18:56 GMT+02:00, Yufei He : >>> On 04/07/2019 05:37 PM, Carl Eugen Hoyos wrote: 2019-04-05 17:03 GMT+02:00, Yufei He : > I use avctx->framerate in my codec. Why? I am not

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-09 Thread Yufei He
On 04/08/2019 02:03 PM, Carl Eugen Hoyos wrote: > 2019-04-08 18:56 GMT+02:00, Yufei He : >> On 04/07/2019 05:37 PM, Carl Eugen Hoyos wrote: >>> 2019-04-05 17:03 GMT+02:00, Yufei He : I use avctx->framerate in my codec. >>> Why? >>> >>> I am not claiming that there is no bug (I opened a

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-08 Thread Carl Eugen Hoyos
2019-04-08 18:56 GMT+02:00, Yufei He : > On 04/07/2019 05:37 PM, Carl Eugen Hoyos wrote: >> 2019-04-05 17:03 GMT+02:00, Yufei He : >>> I use avctx->framerate in my codec. >> >> Why? >> >> I am not claiming that there is no bug (I opened a ticket) >> but I don't see why you need the value, even

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-08 Thread Yufei He
On 04/07/2019 05:37 PM, Carl Eugen Hoyos wrote: > 2019-04-05 17:03 GMT+02:00, Yufei He : >> On 04/05/2019 09:44 AM, Carl Eugen Hoyos wrote: >> >> 2019-04-04 20:06 GMT+02:00, Yufei He >> : >> >> >> Hi >> >> I'm trying to trancode a 1080i xavc long gop mxf file with my >>

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-07 Thread Carl Eugen Hoyos
2019-04-05 17:03 GMT+02:00, Yufei He : > On 04/05/2019 09:44 AM, Carl Eugen Hoyos wrote: > > 2019-04-04 20:06 GMT+02:00, Yufei He > : > > > Hi > > I'm trying to trancode a 1080i xavc long gop mxf file with my > codec, the file's frame rate is 29.97. > > In my decoder,

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-05 Thread Yufei He
On 04/05/2019 10:22 AM, Carl Eugen Hoyos wrote: > 2019-04-04 20:06 GMT+02:00, Yufei He : > >> I'm trying to trancode a 1080i xavc long gop mxf file with >> my codec, the file's frame rate is 29.97. >> >> In my decoder, avctx->framerate.den is 1001, avctx->framerate.num >> is 15000. >> >> This is

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-05 Thread Carl Eugen Hoyos
2019-04-04 20:06 GMT+02:00, Yufei He : > I'm trying to trancode a 1080i xavc long gop mxf file with > my codec, the file's frame rate is 29.97. > > In my decoder, avctx->framerate.den is 1001, avctx->framerate.num > is 15000. > > This is wrong. I opened ticket #7829 for the wrong average

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-05 Thread Carl Eugen Hoyos
2019-04-04 20:06 GMT+02:00, Yufei He : > Hi > > I'm trying to trancode a 1080i xavc long gop mxf file with my > codec, the file's frame rate is 29.97. > > In my decoder, avctx->framerate.den is 1001, avctx->framerate.num > is 15000. > > This is wrong. I tested the following: $ ffmpeg -i

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-05 Thread Yufei He
On 04/05/2019 09:21 AM, Carl Eugen Hoyos wrote: > 2019-04-05 14:19 GMT+02:00, Yufei He : > >> Normally, how does a user send a sample file to >> ffmpeg-user@ffmpeg.org ? > Ideally, you use a random file hoster of your choice. > > Carl Eugen

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-05 Thread Carl Eugen Hoyos
2019-04-05 14:19 GMT+02:00, Yufei He : > Normally, how does a user send a sample file to > ffmpeg-user@ffmpeg.org ? Ideally, you use a random file hoster of your choice. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-05 Thread andrei ka
and why not to put it on google drive :-P On Fri, Apr 5, 2019 at 2:19 PM Yufei He wrote: > On 04/04/2019 02:47 PM, Carl Eugen Hoyos wrote: > > > >> Am 04.04.2019 um 20:06 schrieb Yufei He : > >> > >> I'm trying to trancode a 1080i xavc long gop mxf file with my codec, the > >> file's frame rate

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-05 Thread Yufei He
On 04/04/2019 02:47 PM, Carl Eugen Hoyos wrote: > >> Am 04.04.2019 um 20:06 schrieb Yufei He : >> >> I'm trying to trancode a 1080i xavc long gop mxf file with my codec, the >> file's frame rate is 29.97. >> >> In my decoder, avctx->framerate.den is 1001, avctx->framerate.num is 15000. >> >> This

Re: [FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-04 Thread Carl Eugen Hoyos
> Am 04.04.2019 um 20:06 schrieb Yufei He : > > I'm trying to trancode a 1080i xavc long gop mxf file with my codec, the > file's frame rate is 29.97. > > In my decoder, avctx->framerate.den is 1001, avctx->framerate.num is 15000. > > This is wrong. Please provide a sample input file. Carl

[FFmpeg-user] an issue on decoding a mxf xavc long gop file.

2019-04-04 Thread Yufei He
Hi I'm trying to trancode a 1080i xavc long gop mxf file with my codec, the file's frame rate is 29.97. In my decoder, avctx->framerate.den is 1001, avctx->framerate.num is 15000. This is wrong. Regards Yufei. ___ ffmpeg-user mailing list