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

2019-04-04 Thread Phantom Scripts
thanks for answering Carl Eugen, but I think you do not understand. I'm trying to create segments with a defined file size, for example 17MB, and have byte ranges in the m3u8 file this command: ffmpeg.exe -i in.mp4 -vcodec copy -accodec aac -hls_list_size 0 -hls_segment_size 1700 -f

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

2019-04-04 Thread Carl Eugen Hoyos
2019-04-05 1:05 GMT+02:00, Phantom Scripts : > I hope that here I can get some response, I tried several > means to have some help. Just curious: What did you try? > I've been on this problem for several weeks. > > first I'll leave a link to a page with a player for the HLS video with the >

Re: [FFmpeg-user] How to "prettify" FFmpeg binary like the pre-compiled Windows build

2019-04-04 Thread Carl Eugen Hoyos
2019-04-05 0:52 GMT+02:00, Hashim Aziz : > Hi, > > I managed to successfully compile a version of FFmpeg with a MinGW-w64 > toolchain on Cygwin, but the resulting binary doesn't look as good as I'd > like it to, especially compared with the pre-compiled builds for Windows > offered by Zeranoe.

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

2019-04-04 Thread Phantom Scripts
Hello I hope that here I can get some response, I tried several means to have some help. I've been on this problem for several weeks. first I'll leave a link to a page with a player for the HLS video with the problem: http://phantsc.rf.gd/AAA/Bbb.html in this video, just in the second 7, a

[FFmpeg-user] FFMpeg Region of Interest coding usage

2019-04-04 Thread Arun Kumar
Hello, I saw patches submitted for enabling the Region of interest encoding in FFmpeg. Could you please let me know how to use that with an example. https://patchwork.ffmpeg.org/patch/11676/ https://patchwork.ffmpeg.org/patch/11280/ Thanks, Arun ___

Re: [FFmpeg-user] Help with Concatenating Please

2019-04-04 Thread Jim DeLaHunt
On 2019-04-04 07:58, Mark Scott wrote: Thank you for the Info, Jim. Here's the command line that I use to batch encode ProRes HQ. My master files are already the correct size and frame rate, so that info is not included. mkdir outputs for f in *.mov; do ffmpeg -i "$f" -c:v prores -profile:v 3

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

Re: [FFmpeg-user] Help with Concatenating Please

2019-04-04 Thread Mark Scott
Thank you for the Info, Jim. Here's the command line that I use to batch encode ProRes HQ. My master files are already the correct size and frame rate, so that info is not included. mkdir outputs for f in *.mov; do ffmpeg -i "$f" -c:v prores -profile:v 3 -movflags +write_colr -c:a pcm_s24le

Re: [FFmpeg-user] map_channel without re-encoding

2019-04-04 Thread Carl Eugen Hoyos
2019-04-04 1:35 GMT+02:00, Elliott Balsley : > Is this possible? I have a WAV file with a single track containing 8 > channels. I want to convert it to an MOV with a 5.1 track and a stereo > track. The below command works, but if I use -c:a copy then it makes both > output tracks 7.1. > >

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
Thanks for the tip On Thu, Apr 4, 2019 at 2:07 PM Reindl Harald wrote: > > > Am 04.04.19 um 12:56 schrieb Shay Nagar: > > Thanks, I probably missed this. > > It looks like it gone a works now. > > learn to build packages for your distribution > > cat /rpmbuild/SPECS/ffmpeg.spec | grep

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Reindl Harald
Am 04.04.19 um 12:56 schrieb Shay Nagar: > Thanks, I probably missed this. > It looks like it gone a works now. learn to build packages for your distribution cat /rpmbuild/SPECS/ffmpeg.spec | grep BuildRequires BuildRequires: bzip2-devel BuildRequires: gsm-devel BuildRequires:

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
Thanks, I probably missed this. It looks like it gone a works now. On Thu, Apr 4, 2019 at 1:45 PM Reindl Harald wrote: > > > Am 04.04.19 um 12:01 schrieb Shay Nagar: > > /bin/ld: cannot find -lbz2 > > collect2: error: ld returned 1 exit status > > ERROR: freetype2 not found using pkg-config > >

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Reindl Harald
Am 04.04.19 um 12:01 schrieb Shay Nagar: > /bin/ld: cannot find -lbz2 > collect2: error: ld returned 1 exit status > ERROR: freetype2 not found using pkg-config well, by just look at all lines with ERROR you would have seen that bzip2-devel is missing

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Dennis Mungai
On Thu, 4 Apr 2019 at 13:01, Shay Nagar wrote: > > > > Do you actually need libfreetype support? It's only required for the > > > > drawtext and showcqt filters. Easiest fix: Don't include that support > > > > if you don't need it. ;-) > > Yes, unfortunately I need libfreetype support otherwise

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
> > > Do you actually need libfreetype support? It's only required for the > > > drawtext and showcqt filters. Easiest fix: Don't include that support > > > if you don't need it. ;-) Yes, unfortunately I need libfreetype support otherwise it was really was quite simple. > > > Can you check your

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Moritz Barsnick
On Thu, Apr 04, 2019 at 09:39:51 +0300, Shay Nagar wrote: > On Thu, Apr 4, 2019 at 9:33 AM Dennis Mungai wrote: > > Is there a particular reason as to why you're compiling that specific > > FFmpeg version? > This version compliance with our cv team. we worked on version n3.3.9 and > now we want

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Reindl Harald
Am 04.04.19 um 08:39 schrieb Shay Nagar: > This version compliance with our cv team. we worked on version n3.3.9 and > now we want to update our prod server to n3.4.5 punch your cv team in the face given that jump from 3.3 to 3.4 in 2019 is nonsense, when your underlying operating system is

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
This version compliance with our cv team. we worked on version n3.3.9 and now we want to update our prod server to n3.4.5 On Thu, Apr 4, 2019 at 9:33 AM Dennis Mungai wrote: > On Thu, Apr 4, 2019, 09:27 Shay Nagar wrote: > > > Hello, > > > > I trying to compile ffmpeg like this > >

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Dennis Mungai
On Thu, Apr 4, 2019, 09:27 Shay Nagar wrote: > Hello, > > I trying to compile ffmpeg like this > "PKG_CONFIG_PATH=/usr/local/src/ffmpeg/lib/pkgconfig ./configure > --prefix=/opt/ffmpeg --extra-cflags=-I/opt/ffmpeg/include > --extra-ldflags=-L/opt/ffmpeg/lib --pkg-config-flags=--static >

[FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
Hello, I trying to compile ffmpeg like this "PKG_CONFIG_PATH=/usr/local/src/ffmpeg/lib/pkgconfig ./configure --prefix=/opt/ffmpeg --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib --pkg-config-flags=--static --bindir=/opt/ffmpeg/bin --enable-openssl --enable-gpl