[FFmpeg-user] Supported pix_fmts for decoders using -h decoder

2018-04-15 Thread Kieran O Leary
Hi, I was wondering if there was a reason why supported pix_fmts are rarely seen when calling `ffmpeg -h decoder=$codec`. I did a quick audit and it looks like pix_fmts are declared in the help section of some decoders (see below), but for the most part it is left out. One benefit that I could see

Re: [FFmpeg-user] ProRes XQ 12-bit support

2018-04-17 Thread Kieran O Leary
Hi On Tue, 17 Apr 2018, 20:13 Elliott Balsley, wrote: > According to the white paper, ProRes files can contain 12-bit RGB video > with an optional 16-bit alpha channel. Is there some way to tell whether > this alpha channel exists? I believe this video clip is 12-bit RGB with a > 16-bit alpha

Re: [FFmpeg-user] Unable to build ffmpeg-4.0 on fedora 20 release

2018-04-26 Thread Kieran O Leary
On Fri, 27 Apr 2018, 01:29 JD, wrote: > I would like to send the make output file to someone > who might want to look at all the warnings (deprecated calls), and errors. > Would someone please tell me where to upload the file or who to send it to. Can you not paste it into an email,or perhaps a

Re: [FFmpeg-user] hardware encoding on bananapi (allwinnerA20) problems

2018-05-08 Thread Kieran O Leary
Hi On Tue, 8 May 2018, 08:11 cedric.dew...@telfort.nl, < cedric.dew...@telfort.nl> wrote: > Hi ALl, > I'm trying to capture the videostream from a webcam into a h264 video file > on a bananapi (with an allwinner A20 SOC). > Is this the correct place to ask questions about this, or is there anothe

Re: [FFmpeg-user] Question regarding encoding a file

2018-06-02 Thread Kieran O Leary
Hi On Sat, 2 Jun 2018, 19:28 Paweł Więch, wrote: > Hello guys. > > Im having huge difficulties with a decoding file/batch decoding multiple > files at once from source audio file which is a WAV file to an mp3 lossy > format. I want to do a very specific thing. > > Is it possible with ffmpeg libr

Re: [FFmpeg-user] Color matching to source a problem for ProRes

2018-07-18 Thread Kieran O Leary
Hi, On Wed, 18 Jul 2018, 13:48 Pete Willis, wrote: > We are trying to match the output colour to the source content but > although the output formats matches the source we cannot get it to match. > > Screenshot attached of the 3 outputs plus the original (top right) we have > tested with media i

Re: [FFmpeg-user] Colour metadata not preserved when re-encoding ProRes/mov to FFV1/mkv

2018-07-24 Thread Kieran O Leary
Hi Carl/Reto: Reto: We are just experimenting at the moment and seeing if this is a good idea or not for some in-house legacy prores SD PAL telecine files that have been in our backlog for several years. We have no conclusions yet, just doing some experimenting/having fun/learning a lot. Carl, se

Re: [FFmpeg-user] Colour metadata not preserved when re-encoding ProRes/mov to FFV1/mkv

2018-07-25 Thread Kieran O Leary
Hi Peter :) On Wed, Jul 25, 2018 at 9:04 AM, Peter B. wrote: > Hi Reto, > > On 24/07/18 21:47, Reto Kromer wrote: >> We do rewrap ProRes into Matroska. Which is the reason for transcoding >> it to FFV1? > > ...I guess the usual "way out" of proprietary formats? > As well as format normalization (

Re: [FFmpeg-user] Colour metadata not preserved when re-encoding ProRes/mov to FFV1/mkv

2018-07-25 Thread Kieran O Leary
Hi Tobias, On Wed, Jul 25, 2018 at 1:21 PM, Tobias Rapp wrote: > On 25.07.2018 10:04, Peter B. wrote: >> >> Hi Reto, >> >> On 24/07/18 21:47, Reto Kromer wrote: >>> >>> We do rewrap ProRes into Matroska. Which is the reason for transcoding >>> it to FFV1? >> >> >> ...I guess the usual "way out" o

Re: [FFmpeg-user] Colour metadata not preserved when re-encoding ProRes/mov to FFV1/mkv

2018-07-25 Thread Kieran O Leary
On Wed, Jul 25, 2018 at 2:56 PM, Reto Kromer wrote: > Kieran O Leary wrote: > >>Reto: Can you elaborate on the multiplication that you mention? >>I'm assuming that this is not just the increase in file size >>that you mention, > > I guess, that's the

Re: [FFmpeg-user] Interlace vs. Interleaved Fields

2018-09-02 Thread Kieran O Leary
Hi On Sun, 2 Sep 2018, 23:45 Chris, wrote: > What is the syntax for adding "interlace"? This isn't working: > > ffmpeg -y -i "C0003.MP4" -s 1920x1080 -pix_fmt yuv422p10le > interlace-acodec copy output.mp4 > It's a video filter,so try -vf interlace. ffmpeg -y -i "C0003.MP4" -s 1920x1

Re: [FFmpeg-user] capture from camera (macOS) and pass video to ffplay

2018-09-12 Thread Kieran O Leary
Hi On Wed, 12 Sep 2018, 17:09 Peter Gusev, wrote: > Hi! well I'm sure the ones I tried are incorrect as I'm not familiar with > ffmpeg much. But here's one of them: > > ffmpeg -f avfoundation -framerate 30 -i "0" -f rawvideo -pix_fmt argb - | > ffplay -f rawvideo -s1280x720 -pix_fmt argb -i - >

Re: [FFmpeg-user] how to specify pixel format of input image pixels

2018-09-14 Thread Kieran O Leary
Hi On Fri, 14 Sep 2018, 16:33 Mayur Patel, wrote: > We have encoded YUV pixels into TIF images. TIF is one of the few image > formats that FFMPEG show support for yuv444p pixels (as identified by > ffmpeg -h encoder=tiff) > > I am having trouble getting ffmpeg to read the pixels as yuv444p (as

Re: [FFmpeg-user] Question about conversion (Transcoding)

2018-09-18 Thread Kieran O Leary
Hi On Tue, 18 Sep 2018, 17:57 JD, wrote: > I have an mpeg2 file which I am trying to convert to a dvd iso. > > I am using dvdauthor to do it. > dvdauthor says the file is not mpeg2 video compatible. > > When I run ffprobe on the file, I get this > > ffprobe /usr/tmp/title_3-09h31m23s.mpg > ffpro

Re: [FFmpeg-user] Question about conversion (Transcoding)

2018-09-19 Thread Kieran O Leary
On Wed, 19 Sep 2018, 17:36 JD, wrote: > > > On 09/18/2018 12:53 PM, Carl Eugen Hoyos wrote: > > 2018-09-18 18:50 GMT+02:00, JD : > >> I have an mpeg2 file which I am trying to convert to a dvd iso. > >> > >> I am using dvdauthor to do it. > >> dvdauthor says the file is not mpeg2 video compatible

[FFmpeg-user] uncompressed RGB within MXF

2018-10-24 Thread Kieran O Leary
Hi, I see that uncompressed RGB is not supported within MXF. I know that Resolve can create 10-bit RGB but only at HD resolution. I didn't see anything relating to uncompressed RGB in the UL list in mxfenc.c and I don't have an SMPTE account to get beyond the Paywall that would let me know what RG

Re: [FFmpeg-user] uncompressed RGB within MXF

2018-10-25 Thread Kieran O Leary
Hi Paul, On Thu, 25 Oct 2018, 08:32 Paul B Mahol, wrote: > On 10/24/18, Kieran O Leary wrote: > > Hi, > > > > I see that uncompressed RGB is not supported within MXF. I know that > > Resolve can create 10-bit RGB but only at HD resolution. I didn't see > >

Re: [FFmpeg-user] Re-packing video in new container file really working for all container types (AVI, MP4 MKV, WMV) and codecs?

2018-11-05 Thread Kieran O Leary
Hi, On Mon, Nov 5, 2018 at 10:59 AM Ben wrote: > > As I read I can lossless re-package an existing video from a source container > file into a different target container file by issuing e.g. the following > command: > > FFmpeg.exe -i sample.mp4 -acodec copy -vcodec copy sample.avi > > or > > FF

Re: [FFmpeg-user] 4K Compression using x.265 issues

2018-11-15 Thread Kieran O Leary
Hi, On Thu, Nov 15, 2018 at 12:49 PM Ron Barnes wrote: > > Hello All, > > First off, thank you to anyone for your time and attention to my email! > > I have 3 issues I'm trying to solve. > > First, I have a 4K home video taken with my YI action cam. It is an 80GB > video captured @ 4k 30/FPS.

Re: [FFmpeg-user] 4K Compression using x.265 issues

2018-11-15 Thread Kieran O Leary
I should have proof-read better. I have many typos in here, but the worse is my broken command where I said -ar 2 instead of -ac 2 Also I meant to say that I wasn't sure if downsampling will increase the volume levels, as I don't know enough about audio . So overall, your command would be someth

Re: [FFmpeg-user] 4K Compression using x.265 issues

2018-11-15 Thread Kieran O Leary
ou could replace the reserve_index_space 50k command with -movflags +fast start If using MP4 or mov. Best, Kieran > Thanks, > -Ron > > -Original Message- > From: ffmpeg-user On Behalf Of Kieran O > Leary > Sent: Thursday, November 15, 2018 8:34 AM > To: FFmpeg use

Re: [FFmpeg-user] 4K Compression using x.265 issues

2018-11-15 Thread Kieran O Leary
On Thu, 15 Nov 2018, 16:53 Kieran O Leary > > On Thu, 15 Nov 2018, 16:36 Ron Barnes >> Hi Kieran, >> >> I was able to compress the file from 80GB to 27GB but I'm still having >> major buffering issues. Would the commands below be the same for an MP4 >>

Re: [FFmpeg-user] 4K Compression using x.265 issues

2018-11-16 Thread Kieran O Leary
On Fri, 16 Nov 2018, 12:00 Ron Barnes All, > > For some reason the below command is not working right. I am unable to > compress my movie by an significant amount. > The input movie (MYMOVIE.Mkv) is just over 55GB and the resulting output > is just over 53GB. > > I thought (and I am probably wron

Re: [FFmpeg-user] Animation issues - colors faded and washed out

2018-11-18 Thread Kieran O Leary
On Sun, 18 Nov 2018, 13:53 Ron Barnes All, > > I am trying to compress an animated cartoon. When I view the before/after > side by side there is a significant difference between the two. With what playback software? My input is vibrant with robust color and my output is faded with a washed > o

Re: [FFmpeg-user] Animation issues - colors faded and washed out

2018-11-18 Thread Kieran O Leary
On Sun, Nov 18, 2018 at 4:30 PM Ron Barnes wrote: > > Hi, > > Here is the log as an attachment. Cool. I don't know much about x265 and bt2020, but I think the issue is that your input file is tagged with bt2020 colour metadata: Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/

Re: [FFmpeg-user] uncompressed RGB within MXF

2018-11-19 Thread Kieran O Leary
On Mon, 19 Nov 2018, 17:36 Carl Eugen Hoyos 2018-11-19 18:34 GMT+01:00, Reto Kromer : > > Carl Eugen Hoyos wrote: > > > >>I wonder if metadata is really sufficient to decode an mxf > >>file... > > > > In my personal opinion, no. > > My question was: > Does the player that already supports this abo

Re: [FFmpeg-user] Animation issues - colors faded and washed out

2018-11-19 Thread Kieran O Leary
On Tue, Nov 20, 2018 at 12:04 AM Ron Barnes wrote: > > Hello, > > The movie is somewhat improved but the colors are still slightly off. Could > it be its compressed too much? Please post the complete terminal output along with your command line that created your troublesome file when you have a

Re: [FFmpeg-user] Animation issues - colors faded and washed out

2018-11-20 Thread Kieran O Leary
On Tue, 20 Nov 2018, 22:15 Ron Barnes Ah - ok - I will submit the job to run again over night (It takes about 8 > hours to complete) and pull a few frames to include in my next email. > Why not just encode a few minutes? You can use -t 60 to just encode 60 seconds.. adjust it to whatever suits y

Re: [FFmpeg-user] xyz12le Jpeg2000 MXF files in DCP now detected as rgb48le

2018-11-20 Thread Kieran O Leary
On Wed, Nov 21, 2018 at 12:39 AM Carl Eugen Hoyos wrote: > > 2018-11-20 14:12 GMT+01:00, Kieran O'Leary : > > > I remember that older versions of ffmpeg would detect a pix_fmt of > > xyz12le when a jpeg2000/MXF file from a DCP was passed as input. > > Now I see a value of: rgb48le(12 bpc, progress

Re: [FFmpeg-user] ProRes422 with 8 audio tracks converted to mp4 -- muffles audio 4

2018-11-22 Thread Kieran O Leary
On Thu, 22 Nov 2018, 02:37 Harvey Pikelberger > On Nov 21, 2018, at 3:15 PM, Carl Eugen Hoyos > wrote: > > > > 2018-11-21 22:35 GMT+01:00, Harvey Pikelberger : > > > >> Looking at FFmpeg's asplit, I wasn't immediately able to see > >> how that would help in this situation. > > > > That's because

Re: [FFmpeg-user] how to use ffprobe with Windows7

2018-11-22 Thread Kieran O Leary
On Thu, 22 Nov 2018, 08:21 Michael Koch My question is how to use ffprobe on a Windows7 system. So far, I've > used the following three step procedure: > > 1. create or edit a batch file which contains two lines: >c://ffmpeg/ffprobe myvideo.mp4 >pause > 2. save the batch file > 3.

Re: [FFmpeg-user] how to use ffprobe with Windows7

2018-11-22 Thread Kieran O Leary
On Thu, 22 Nov 2018, 09:00 Michael Koch > > Yes, open CMD,then drag and drop the batch file into the terminal window > > and press Enter. > > Or just run ffprobe directly in the terminal. > > I was looking for a faster solution, without having to write video's > name and path into the batch file,

Re: [FFmpeg-user] Compressing animation - result has washed out colors

2018-11-22 Thread Kieran O Leary
On Thu, 22 Nov 2018, 16:52 Ron Barnes Hi yes they do, > > Here are frame grabs from both. Apparently they look similar and after > looking at them myself. I would say that too. But on the TV they is a > marked difference is quality. > > Maybe I'm over thinking this too much?? > > > http://njdev

Re: [FFmpeg-user] ProRes422 with 8 audio tracks converted to mp4 -- muffles audio 4

2018-11-22 Thread Kieran O Leary
On Thu, 22 Nov 2018, 17:28 Harvey Pikelberger > > On Nov 22, 2018, at 8:50 AM, Carl Eugen Hoyos > wrote: > > > > 2018-11-22 17:44 GMT+01:00, Harvey Pikelberger : > > > >> ffmpeg -i ffmpeg -i SoundMappingTest-I-8Discreet.mov -map 0 -g 48 -c:v > >> libx264 -profile:v baseline -crf 16 -c:a aac -b:a

Re: [FFmpeg-user] Compressing animation - result has washed out colors

2018-11-22 Thread Kieran O Leary
On Thu, 22 Nov 2018, 20:57 Ron Barnes Hi Kieran, > > I think I know what the issue is and I have no idea how to fix it. When I > play the movie on my 24 inch Desktop monitor they both look the same. When > I play it on the 65 inch TV the original looks great but the compressed > looks washed out

Re: [FFmpeg-user] Compressing animation - result has washed out colors

2018-11-23 Thread Kieran O Leary
On Fri, 23 Nov 2018, 01:51 Ron Barnes Hi Kieran, > > Ok I did as you asked and I observed three things... > > 1) The output from your command below plays flawlessly across the network > and looks exactly as the original does on every TV in the house. When I > say it plays flawlessly, I mean ther

Re: [FFmpeg-user] setdar ratio - syntax

2018-11-24 Thread Kieran O Leary
Hi, On Sat, Nov 24, 2018 at 11:54 PM Ben Barker wrote: > > I have previously, and for some years, used the scale and setdar filters as > below: > > ffmpeg -i -vf scale=352:288,setdar=352:288 > This is how I would use it as well so I'm surprised to see this change. > In the example above, the d

Re: [FFmpeg-user] setdar ratio - syntax

2018-11-25 Thread Kieran O Leary
On Sun, Nov 25, 2018 at 8:02 AM Gyan Doshi wrote: > > On 25-11-2018 06:45 AM, Kieran O Leary wrote: > > > I tried to search through the commit history but didn't have enough > > time and knowledge to figure out when this happened. > > I don't see wh

Re: [FFmpeg-user] Setting colour range.

2018-11-27 Thread Kieran O Leary
On Tue, 27 Nov 2018, 15:21 Paul B Mahol On 11/27/18, Kieran O'Leary wrote: > > When creating MOV files, setting the -color_range option does not seem to > > have any effect. What am I doing wrong? Could it have anything to do with > > the removal of the yuvj pixel formats? > > Is setting this met

Re: [FFmpeg-user] Setting colour range.

2018-11-27 Thread Kieran O Leary
On Tue, 27 Nov 2018, 15:56 Gyan Doshi On 27-11-2018 09:17 PM, Gyan Doshi wrote: > > On 27-11-2018 08:59 PM, Kieran O Leary wrote: > > > >> > >> Can this metadata ever be set at a container level for mov? Must it > >> always > >> be the stream that h

Re: [FFmpeg-user] Setting colour range.

2018-11-27 Thread Kieran O Leary
On Tue, Nov 27, 2018 at 8:03 PM Dave Rice wrote: > > > On Nov 27, 2018, at 10:29 AM, Kieran O Leary > wrote: > > > > On Tue, 27 Nov 2018, 15:21 Paul B Mahol one...@gmail.com> wrote: > > > >> On 11/27/18, Kieran O'Leary wrote: > >>> Wh

[FFmpeg-user] V_QUICKTIME used as codec ID for DPX/TIFF rewrapped to Matroska

2018-12-08 Thread Kieran O Leary
Hi, When re-wrapping DPX or TIFF images to Matroska, it appears that FFmpeg uses the V_QUICKTIME codec ID. Why is this used? Would something like V_UNCOMPRESSED (for raw TIFF anyhow) b more appropriate/ The reason why I'm investigating this is that DPC and TIFF rewrappings to Matroska appear to b

Re: [FFmpeg-user] V_QUICKTIME used as codec ID for DPX/TIFF rewrapped to Matroska

2018-12-08 Thread Kieran O Leary
On Sat, Dec 8, 2018 at 10:46 AM Kieran O Leary wrote: > Hi, > > When re-wrapping DPX or TIFF images to Matroska, it appears that FFmpeg > uses the V_QUICKTIME codec ID. Why is this used? Would something like > V_UNCOMPRESSED (for raw TIFF anyhow) b more appropriate/ > Ugh,

Re: [FFmpeg-user] V_QUICKTIME used as codec ID for DPX/TIFF rewrapped to Matroska

2018-12-08 Thread Kieran O Leary
Hi Carl, On Sat, Dec 8, 2018 at 11:00 AM Carl Eugen Hoyos wrote: > 2018-12-08 11:46 GMT+01:00, Kieran O Leary : > > > When re-wrapping DPX or TIFF images to Matroska, it appears that > > FFmpeg uses the V_QUICKTIME codec ID. > > Where can I find the specification for

Re: [FFmpeg-user] V_QUICKTIME used as codec ID for DPX/TIFF rewrapped to Matroska

2018-12-08 Thread Kieran O Leary
On Sat, Dec 8, 2018 at 12:10 PM Kieran O Leary wrote: > Hi Carl, > > > On Sat, Dec 8, 2018 at 11:00 AM Carl Eugen Hoyos > wrote: > >> 2018-12-08 11:46 GMT+01:00, Kieran O Leary : >> >> > When re-wrapping DPX or TIFF images to Matroska, it appears that &g

Re: [FFmpeg-user] V_QUICKTIME used as codec ID for DPX/TIFF rewrapped to Matroska

2018-12-08 Thread Kieran O Leary
On Sat, Dec 8, 2018 at 12:38 PM Carl Eugen Hoyos wrote: > 2018-12-08 13:10 GMT+01:00, Kieran O Leary : > > Hi Carl, > > > > > > On Sat, Dec 8, 2018 at 11:00 AM Carl Eugen Hoyos > wrote: > > > >> 2018-12-08 11:46 GMT+01:00, Kieran O Leary : >

Re: [FFmpeg-user] V_QUICKTIME used as codec ID for DPX/TIFF rewrapped to Matroska

2018-12-08 Thread Kieran O Leary
On Sat, 8 Dec 2018, 12:48 Carl Eugen Hoyos 2018-12-08 13:45 GMT+01:00, Kieran O Leary : > > > So I guess that TIFF, and DPX need to be mapped in the Matroska > > specification? > > Not sure if I am the right person to answer but why would you want to > put image

Re: [FFmpeg-user] Quicktime Non-monotonous DTS in output stream 0:1

2018-12-15 Thread Kieran O Leary
I've no clue,but stream 0:1 seems to be the audio? Also it seems like it's just the tail of the file that's affected? My worry would be that audio frames might be dropped if the timestamps are being messed with, but hopefully someone much more knowledgable about this stuff can help out. I think tha

Re: [FFmpeg-user] Copy Audio

2018-12-17 Thread Kieran O Leary
On Mon, Dec 17, 2018 at 9:16 PM Chris wrote: > Today I upgraded to ffmpeg v 4.1. The following code used to work but no > longer does. What is the fix? > Please post the full command line you used along with the full uncut terminal output. The answer will most likely be in there. Best, Kieran.

Re: [FFmpeg-user] Copy Audio

2018-12-17 Thread Kieran O Leary
On Mon, 17 Dec 2018, 22:36 Chris Command: > > ffmpeg -y -i "D:\Videos\Trains\December_6_2018_San_Jose\C0061.MP4" -crf > 1 -c:v libx264 -pix_fmt yuv420p -s 1280x720 -r 59.94 -vf > eq=gamma=0.83,lutyuv=y='clip(val,26,220)' -c:a copy processed.mp4 > > Program output: > > ffmpeg version 4.1 C

Re: [FFmpeg-user] Copy Audio

2018-12-17 Thread Kieran O Leary
On Tue, 18 Dec 2018, 03:54 Chris It worked on the same file 24 hours ago using v 4.0. > > Reverting. > Can you post the complete terminal output and command line of what you see when you run the process with 4.0? ___ ffmpeg-user mailing list ffmpeg-user

Re: [FFmpeg-user] Copy Audio

2018-12-26 Thread Kieran O Leary
On Wed, 26 Dec 2018, 09:17 Gyan On Wed, Dec 19, 2018 at 10:28 AM Moritz Barsnick wrote: > >> Why do you need to create the same/similar format that Sony and Canon > >> do? Do you want the resulting MP4 to be read by a particular > >> software? Why does the audio need to be copied losslessly? Why

Re: [FFmpeg-user] Copy Audio

2018-12-28 Thread Kieran O Leary
On Fri, 28 Dec 2018, 09:15 Carl Eugen Hoyos 2018-12-26 10:25 GMT+01:00, Kieran O Leary : > > > Perhaps support could be added for these "illegal" streams > > if a user adds the -strict -experimental flag? > > Which players support the output file? > Off the top

Re: [FFmpeg-user] Copy Audio

2018-12-28 Thread Kieran O Leary
On Fri, 28 Dec 2018, 09:15 Carl Eugen Hoyos 2018-12-26 10:25 GMT+01:00, Kieran O Leary : > > > Perhaps support could be added for these "illegal" streams > > if a user adds the -strict -experimental flag? > > Which players support the output file? > Actually I j

Re: [FFmpeg-user] Copy Audio

2018-12-28 Thread Kieran O Leary
On Fri, 28 Dec 2018, 10:47 Carl Eugen Hoyos 2018-12-28 11:34 GMT+01:00, Kieran O Leary : > > On Fri, 28 Dec 2018, 09:15 Carl Eugen Hoyos > > >> 2018-12-26 10:25 GMT+01:00, Kieran O Leary : > >> > >> > Perhaps support could be added for these "illega

Re: [FFmpeg-user] TV won't play file :

2019-01-16 Thread Kieran O Leary
On Tue, 15 Jan 2019, 17:36 Sophie Loewenthal Hi, > > I have a video encoded like this ( that was sent to me ). > > ffprobe gave me the details: > Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709/bt709/unknown), > 1920x800, 2091 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default) > >

Re: [FFmpeg-user] Issue while merge large .wav file into .webm file

2019-01-24 Thread Kieran O Leary
On Fri, 25 Jan 2019, 05:45 AMIT KUMAR Hi, > Dear Team, > I am using ffmpeg to merge Audio and video making Mp4 file. > Please post your command line and the complete terminal output. While we merge small size of file it creates perfect Mp4 file but, while we > use large file to create mp4 it not

Re: [FFmpeg-user] Issue while merge large .wav file into .webm file

2019-01-25 Thread Kieran O Leary
On Fri, Jan 25, 2019 at 3:29 PM AMIT KUMAR wrote: > Hi, > I need urgent basis solution for that why that becomes 0 kb.Please give me > the solution at High priority basis its urgent.My client get really > annoying. > You would have received help much sooner if you manually used ffmpeg and posted

Re: [FFmpeg-user] Issue while merge large .wav file into .webm file

2019-01-25 Thread Kieran O Leary
0.7% [libx264 @ 0x7fc9b3911000] ref B L1: 98.3% 1.7% [libx264 @ 0x7fc9b3911000] kb/s:100.58 [aac @ 0x7fc9b3912800] Qavg: 10558.329 > > Thanks & Regards > Amit Kumar > > On Fri, Jan 25, 2019 at 9:05 PM Kieran O Leary > wrote: > > > On Fri, Jan 25, 2019 at 3:29 PM

Re: [FFmpeg-user] Issue while merge large .wav file into .webm file

2019-01-25 Thread Kieran O Leary
On Fri, 25 Jan 2019, 16:02 AMIT KUMAR Hi, > I need that Minimum file size 1 mb and maximum upto 1 GB . > [*Note : no any limits to convert .webm to .mp4 ] > I don't know what you mean unfortunately. Have you tried adding this to our command? Maybe a figure greater than 1000 could also help. -ma

Re: [FFmpeg-user] ArriRaw files - "Unsupported codec"

2019-01-27 Thread Kieran O Leary
Can you share a short sample? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Too Much time resize mp4

2019-02-11 Thread Kieran O Leary
On Mon, 11 Feb 2019, 07:10 AMIT KUMAR Dear Ffmpeg Team, > > when i resize mp4 video its getting too much time to resize, What FPS are you getting and what are you expecting? Please post the complete command line and terminal output. What specs does your machine have and is there perhaps a hardw

Re: [FFmpeg-user] signalstats

2019-02-14 Thread Kieran O Leary
On Thu, 14 Feb 2019, 16:53 Gyan > > On 14-02-2019 09:47 PM, adam smith wrote: > > The other question regarding this filter, can it output 10bit values? > > The 8bit values appear to be covered, but I am not sure how to get 10bit > or higher. > > The filter works with inputs up to 16 bit depth. >

Re: [FFmpeg-user] How to UN-sub (and re-sub) the the mailing list?

2019-02-20 Thread Kieran O Leary
On Wed, 20 Feb 2019, 08:14 Andrew Valenkov, < manwithgoodtaste-at-yahoo@ffmpeg.org> wrote: > I am but a novice, not aiming to be an FFMPEG expert. I have some > questions, and pretty much no answers. It is not in my best interest to be > subscribed to the mailing list all the time, since I get

Re: [FFmpeg-user] Concatenating files - dropping audio

2019-03-05 Thread Kieran O Leary
On Tue, 5 Mar 2019, 13:19 Ron Barnes, wrote: > Hello All, > > I'm trying to concatenate 49 m2ts files into a single m2ts file. I listed > all the files in a text file and used the following command. > > ffmpeg -analyzeduration 10M -probesize 10M -f concat -safe 0 -i > Concat.TXT -c copy

Re: [FFmpeg-user] Filter to detect video glitches

2019-03-11 Thread Kieran O Leary
On Sun, 10 Mar 2019, 07:29 Venkateswaran.S, wrote: > Hi all, > > I wants to detect glitches in my video. Is there any filter to achieve it.? > Have you looked into the signalstats filter? It is often used in the QCTools application in order to find glitches in digitised/migrated analogue/digital

Re: [FFmpeg-user] FFMPEG and VirtualDub

2019-03-20 Thread Kieran O Leary
On Wed, 20 Mar 2019, 23:32 Robert Aronson, wrote: > Firstly, what is top-posting? > Here's the first result from a Google search for top-posting https://en.m.wikipedia.org/wiki/Posting_style Speaking as someone who has seen Moritz thoughtfully help folks for several years, he really put a lot of

Re: [FFmpeg-user] Problem playing mp4 file

2019-04-06 Thread Kieran O Leary
On Sat, 6 Apr 2019, 17:12 JD, wrote: > Hi, > I downloaded from YT a video with the youtube-dl command as follows: > > youtube-dl -f 227 -o BulletProof_Monk.mp4 > https://www.youtube.com/watch?v=n-XfagAzwHM > > after the movie downloaded I tried to play it. > > ffplay BulletProof_Monk.mp4 > JD, w

Re: [FFmpeg-user] unsubscribe

2019-04-09 Thread Kieran O Leary
On Tue, 9 Apr 2019, 21:13 Reindl Harald, wrote: > > > Am 09.04.19 um 20:50 schrieb Ted Park: > >> Am 09.04.19 um 10:56 schrieb dben...@bezeqint.net: > >> > >> hell you have the instructions on bottom of every single message > > > > > > > > It seems he was trying to follow them, but made a mistake

Re: [FFmpeg-user] -f mkv cannot be used, why?

2016-02-17 Thread Kieran O Leary
On Wed, Feb 17, 2016 at 12:21 PM, Moritz Barsnick wrote: > On Wed, Feb 17, 2016 at 12:29:59 +0100, Christoph Gerstbauer wrote: > > why does FFmpeg me not allow to use the -f mkv syntax when generating an > > mkv? > > Short answer: In ffmpeg terms, the format is called "matroska". Try "-f > matros

Re: [FFmpeg-user] mkv from hevc to h264

2016-03-24 Thread Kieran O Leary
On 24 Mar 2016 5:05 a.m., "Molteni Davide" wrote: > > Hi all, > > can you please help me? > I want to convert in a mkv file only the video encoding from hevc (h265) to > h264 without loosing all the audio tracks in AC3/DTS/... and subtitles. Hi Dave, Example 4 in the FFmpeg map wiki looks like t

Re: [FFmpeg-user] How to convert PRORES source XYZ to ProRes yuv422p10le

2016-04-04 Thread Kieran O Leary
On Mon, Apr 4, 2016 at 2:05 PM, pasaico wrote: > Hi guys, > I'm trying to convert a file to a ProresXYZ.mov ProresYuv, but I can not > because ffmpeg recognizes it as Yuv422p10le input, but it is really > Xyz12le. > > This is link with TEST https://we.tl/Cgm3x1AVJw > > Thankyou > Pasaico > > Hi,

Re: [FFmpeg-user] Cut detection with dynamic threshold possible?

2016-04-29 Thread Kieran O Leary
On 26 Apr 2016 10:38 a.m., "Christoph Gerstbauer" < christophgerstba...@gmail.com> wrote: > > But what I need is a syntax which I can use in FFmpeg commandline which uses the ydif function from the singalstats filter and force ffmpeg to output jpgs at the video position where this big peaks happen

[FFmpeg-user] vf subtitles - Color conversion not implemented for xyz12le

2016-05-09 Thread Kieran O Leary
Hi, When I burn in srt subs using a xyz12le jpeg2000.mxf from a DCP, I get multiple 'Color conversion not implemented for xyz12le' errors. Even if I specify that I want white subtitles, I end up getting transparent, multicoloured subs. It happens with prores as well. There are no warnings display

Re: [FFmpeg-user] vf subtitles - Color conversion not implemented for xyz12le

2016-05-09 Thread Kieran O Leary
On Mon, May 9, 2016 at 11:36 AM, Paul B Mahol wrote: > > And what is command? > ___ Hi Paul, Thanks for getting back to me. It was directly above the console output: ffmpeg -i H:\dcps\ffmpeg_test\short_dcp.mxf -c:v libx264 -pix_fmt yuv420p -vf subti

Re: [FFmpeg-user] vf subtitles - Color conversion not implemented for xyz12le

2016-05-09 Thread Kieran O Leary
On Mon, May 9, 2016 at 11:42 AM, Kieran O Leary wrote: > On Mon, May 9, 2016 at 11:36 AM, Paul B Mahol wrote: > >> >> And what is command? >> ___ > > Hi Paul, > Thanks for getting back to me. > > It was directly

Re: [FFmpeg-user] vf subtitles - Color conversion not implemented for xyz12le

2016-05-09 Thread Kieran O Leary
On Mon, May 9, 2016 at 12:32 PM, Carl Eugen Hoyos wrote: > Kieran O Leary gmail.com> writes: > >> PS H:\dcps\ffmpeg_test> ffmpeg -i H:\dcps\ffmpeg_test\short_dcp.mxf >> -c:v libx264 -pix_fmt yuv420p -vf subtitles=subtitle >> .xml.srt:force_style=PrimaryColour=white

Re: [FFmpeg-user] -vf Colorspace filter - 'Unknown input primaries 2' error

2016-05-13 Thread Kieran O Leary
On 13 May 2016 12:26 p.m., "Paul B Mahol" wrote: > > > This is XYZ right? > > AFAIK colorspace filter doesn't support XYZ as input. > It is indeed XYZ. However when I transcode the DCP to libx264 without any filtering and the output file is yuv420p, the colorspace filter still throws up the erro

Re: [FFmpeg-user] -vf Colorspace filter - 'Unknown input primaries 2' error

2016-05-13 Thread Kieran O Leary
Hi Chris! On Fri, May 13, 2016 at 2:54 PM, Christoph Gerstbauer wrote: > Hi again, Kieran, > > sorry I meaned : "are the DPX logarithmic XYZ or linear XYZ? " > > Didnt mean RGB. > > Best Regards > Chris > These are not DPX at all, they are born digital Digital Cinema Packages. On a side note, I

Re: [FFmpeg-user] FFPROBE and Tags in MOV/MP4 files

2016-05-16 Thread Kieran O Leary
Hi! On Mon, May 16, 2016 at 1:57 AM, Dave Navarro, Jr. wrote: > I am using the latest version of FFPROBE to extract meta data from MOV and > MP4 files uploaded to my web site. > > > > ffprobe -v quiet -show_format -show_streams -show_private_data -print_format > json test.mp4 > > > > I am running

Re: [FFmpeg-user] FFPROBE and Tags in MOV/MP4 files

2016-05-16 Thread Kieran O Leary
On Mon, May 16, 2016 at 5:06 PM, Kieran O Leary wrote: > Hi! > > On Mon, May 16, 2016 at 1:57 AM, Dave Navarro, Jr. > wrote: >> I am running some tests and I can't seem to locate where "TAGS" or >> "KEYWORDS" are stored. >> I may have misu

Re: [FFmpeg-user] Original display aspect ratio is not copied to output

2016-06-09 Thread Kieran O Leary
Hi On 8 Jun 2016 9:49 p.m., "Dr. Johannes Zellner" wrote: > ANY IDEAS HOW TO GET THE TWO LINES COPIED TO THE OUTPUT FILE OR ANY > OTHER IDEAS HOW TO GET THE OUTPUT DISPLAYED WITH THE CORRECT ASPECT > RATIO BY DEFAULT? > Adding -aspect 16:9 to your command might help? -Kieran __

Re: [FFmpeg-user] considering image sequence+audio for video preservation

2016-06-12 Thread Kieran O Leary
Hi, On Sun, Jun 12, 2016 at 11:58 AM, ibrahim wrote: > hi, > >FFV1+lpcm+mkv is a perfect solution that meets > most of the preservation requirements for video and i would recommend > that as the first option but i am also working on an additional strategy > based on keeping the video as image seq

Re: [FFmpeg-user] Could not write header for output file #0 (incorrect codec parameters ?):

2016-06-20 Thread Kieran O Leary
Hi On 20 Jun 2016 10:41 p.m., "juan carlos Rebate" wrote: > > in all results of google there is no page that explains how to resolve this > error, commands only explain but not the solution, nor is there > documentation solution > https://www.google.es/?client=firefox-b-ab#q=ffmpeg+Could+not+write

Re: [FFmpeg-user] ERROR in ffmpeg install on UBUNTU 14.04

2016-06-27 Thread Kieran O Leary
On 28 Jun 2016 5:24 a.m., "WY" wrote: > > Dear ffmpeg users, > > I am tring to install ffmpeg on UBUNTU 14.04, however could NOT install. The install process is the following: I can't answer why your build is failing, but a workaround is to use linuxbrew. http://linuxbrew.sh/ then brew install FF

Re: [FFmpeg-user] Converting several .webm files to mp3 with one command

2016-07-01 Thread Kieran O Leary
On 1 Jul 2016 6:08 p.m., "Canadian Cyanide" wrote: > > Hello, > > I have some .webm audio files in a folder that I would like to convert to > mp3 without having to enter the name of each one individually. How would I > go about doing that? Also, if I'm not supposed to be doing this by email, > ple

[FFmpeg-user] Matroska encode specifies SAR/DAR when no aspect ratio info is present in source .mov

2016-07-13 Thread Kieran O Leary
Hi, I only noticed this when it was flagged in the new framemd5 output that includes SAR values. A .mov source with no SAR/DAR information (listed as #sar 0: 0/1) in the framemd5, has specific SAR information when remuxed as mkv (#sar 0: 1/1). Obviously these values are also available via ffmpeg

[FFmpeg-user] Matroska has different starting DTS/PTS after stream copy from mov after rescale

2016-07-13 Thread Kieran O Leary
This is the only scenario that I've ever seen a different starting DTS/PTS (seen in framemd5) after doing a stream copy from quicktime to matroska. I don't know enough about DTS and PTS to know how serious this. I never encounter it usually, but it would be preferable to retain these values when s

Re: [FFmpeg-user] Matroska encode specifies SAR/DAR when no aspect ratio info is present in source .mov

2016-07-13 Thread Kieran O Leary
Hi Carl, Thanks for getting back to me so quick. On Wed, Jul 13, 2016 at 9:37 AM, Carl Eugen Hoyos wrote: > Kieran O Leary gmail.com> writes: > >> A .mov source with no SAR/DAR information (listed as #sar 0: 0/1) >> in the framemd5, has specific SAR information when remu

Re: [FFmpeg-user] Matroska has different starting DTS/PTS after stream copy from mov after rescale

2016-07-13 Thread Kieran O Leary
Hi Carl, yet again thanks for quick reply. On Wed, Jul 13, 2016 at 10:11 AM, Carl Eugen Hoyos wrote: > Kieran O Leary gmail.com> writes: > >> 1. Rescale 2048*1536 v210.mov to 4096*3072 (Source PTS/DTS >> and rescaled PTS/DTS start at 0) >> 2. Stream copy to m

Re: [FFmpeg-user] Removing Timecode Track

2016-07-17 Thread Kieran O Leary
On 17 Jul 2016 7:05 p.m., "Kelly Haydon" wrote: > > Hello - I'd like to use ffmpeg to remove the QT timecode which exists > in Stream #0:2 of the file expressed below. Basic re-encoding with only the > first two streams mapped was recommended, but has not worked. I have not > found a flag like -a

[FFmpeg-user] SAR changes when stream copying y4m video to Matroska when SAR is present in source

2016-07-24 Thread Kieran O Leary
Hello, I posted a similar issue recently where an unknown SAR was declared as 1:1 when stream copied to matroska. I think this is a different issue because the SAR is declared in the source in this instance. I am running some tests on the xiph/derf collection and found that a lot of the videos ha

Re: [FFmpeg-user] SAR changes when stream copying y4m video to Matroska when SAR is present in source

2016-07-25 Thread Kieran O Leary
Hi Carl, Thanks for replying. On Mon, Jul 25, 2016 at 9:47 AM, Carl Eugen Hoyos wrote: > Which - without really verifying myself! - are probably > the correct display dimensions for the given input. > > I don't know why FFmpeg writes display dimensions instead > of DAR: My guess is that there a

Re: [FFmpeg-user] SAR changes when stream copying y4m video to Matroska when SAR is present in source

2016-07-25 Thread Kieran O Leary
On Mon, Jul 25, 2016 at 10:34 AM, Carl Eugen Hoyos wrote: > > I originally wanted to suggest replicating with FFmpeg alone > (without an external source file) but feel free to use the > mentioned file. > Do you mean that I should use -f lavfi to generate a sample? If so , I can try to do this.

[FFmpeg-user] Source v210.mov has no interlacement info, ffv1 transcode is listed as progressive

2016-07-28 Thread Kieran O Leary
Hi, My input file was generated from Avid Media Composer 8. Link: https://www.dropbox.com/s/yed44wj5lq9jg8h/2fr.mov?dl=0 If I use -c copy to remux to mov or mkv, then the lack of interlacement info is maintained. When I encode with FFV1, using either MKV or MOV, the file is listed as progressive

Re: [FFmpeg-user] MKV With Multiple Audio Streams

2016-07-28 Thread Kieran O Leary
Hi, On Thu, Jul 28, 2016 at 9:02 AM, Gabriel Altabarani wrote: > So I have an MKV video file with the following streams: > > > > Stream#0:0: Video > > Stream#0:1: Audio > > Stream#0:2: Subtitle > > Stream#0:3: Audio > > Stream#0:4: Attatchment > > Stream#0:5: Attatchment > > Stream#0:6: Attatchme

Re: [FFmpeg-user] Source v210.mov has no interlacement info, ffv1 transcode is listed as progressive

2016-07-28 Thread Kieran O Leary
Hello Tobias! On Thu, Jul 28, 2016 at 1:34 PM, Tobias Rapp wrote: > > From the top of my head FFV1 has a flag interlaced=false/true but there is > no interlaced=unknown. > According to mediaconch, picture_structure is in fact 3 (progressive). According to the spec, there is a value for unknown

Re: [FFmpeg-user] Source v210.mov has no interlacement info, ffv1 transcode is listed as progressive

2016-07-28 Thread Kieran O Leary
Hello Jerome!! On Thu, Jul 28, 2016 at 5:06 PM, Jerome Martinez wrote: > Le 28/07/2016 à 10:38, Kieran O Leary a écrit : >> >> Hi, >> >> My input file was generated from Avid Media Composer 8. >> Link: https://www.dropbox.com/s/yed44wj5lq9jg8h/2fr.mov?dl=0 >&

Re: [FFmpeg-user] where to get HD AV clips to test

2016-08-04 Thread Kieran O Leary
Hi On Thu, Aug 4, 2016 at 12:46 PM, qw wrote: > Hi, > > I'm developping transcoding application based on ffmpeg lib, and evaluating > the qulaity of video/audio codec. > > Where can I get HD quality 4K and 1080p clips with above 10Mbps bitrate? There is a variety of clips here, mostly uncompres

Re: [FFmpeg-user] Rotating an mp4 video on Windows

2016-08-08 Thread Kieran O Leary
Hi Elie On 8 Aug 2016 8:49 a.m., "Elie Grouchko" wrote: > > Hi, > > I am new to ffmpeg. > > I have been trying to rotate an mp4 video file on Windows, without affecting the quality, encoding, etc., but the output file is not compatible with WMP. > > The command I have been using: > ffmpeg -i sou

<    1   2   3   >