Re: [FFmpeg-user] RES: RES: HLS - command line hls_segment_size creates problems in segments

2019-04-05 Thread Moritz Barsnick
On Fri, Apr 05, 2019 at 11:36:29 +, Phantom Scripts wrote: > I'm using this video: > https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_30mb.mp4 [...] > ffmpeg.exe -i SampleVideo_1280x720_30mb.mp4 -vcodec copy -acodec aac > -hls_list_size 0 -hls_segment_size 200 -f hls >

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

[FFmpeg-user] RES: RES: HLS - command line hls_segment_size creates problems in segments

2019-04-05 Thread Phantom Scripts
Thank you for replying again. I'm using this video: https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_30mb.mp4 mp4 format, size 30MB and resolution 1280x720 - Command Line: ffmpeg.exe -i SampleVideo_1280x720_30mb.mp4 -vcodec copy -acodec aac -hls_list_size 0

Re: [FFmpeg-user] RES: HLS - command line hls_segment_size creates problems in segments

2019-04-05 Thread Moritz Barsnick
On Fri, Apr 05, 2019 at 01:28:35 +, Phantom Scripts wrote: > thanks for answering Carl Eugen, but I think you do not understand. Still, if you think there's an issue with how ffmpeg is encoding your video, please provide the actual command line used and the command's complete, uncut console