[FFmpeg-user] MXF Op1a with JPEG2000 - Field Order Problem (Frame Layout and Field Dominance)

2022-12-20 Thread Christoph Gerstbauer
Hello FFmpeg Developers! I am currently trying to produce a interoperable MXF OP1a with JPEG2000+PCM. The content is interlaced material in PAL (tff), including VBI (720x608) My used syntax: ffmpeg -i J:\JPEG2000\8bit_10min_01_ffvhuff.avi -c:v libopenjpeg -acodec pcm_s24le -f mxf -timecode

[FFmpeg-user] AVCIntra50 MXF issue - aspect_ratio_idc

2022-07-05 Thread Christoph Gerstbauer
Hello, I am testing AVCIntra 50/100 Flavours of different encoders and I am facing an Issue with AVCINTRA50. My checking the MXF Wrapper my testing program MXF Analyzer shows following error: "Invalid essence element payload in Generic Container Element with Track Number 352388352 | 0x15010500

Re: [FFmpeg-user] Matroska Muxer Options documentation

2022-03-20 Thread Christoph Gerstbauer
ffmpeg -h muxer=matroska This reveals a bit more options than outlined on the url you mentioned. Sorry, I have already tried that but I forgot to write it here. If you see the matroska.org page there is a ton of flags or values a MKV can carry... But ffmpeg does not show this in the help text

[FFmpeg-user] Matroska Muxer Options documentation

2022-03-18 Thread Christoph Gerstbauer
Hello the ffmpeg MKV documentation at "https://ffmpeg.org/ffmpeg-all.html#matroska; is quite short and focussed on stereoscopic content. Is there a more detailed documentation variant for the Matroska muxer that can be used to fully utilize the current options for MKV muxing? At matroska.org

Re: [FFmpeg-user] XDCAMHD422 MXF files - MXF IndexTableSegments have the same InstanceUIDs (not unique)

2022-03-16 Thread Christoph Gerstbauer
Hello Marton! Is it possible - supported with a predefined budget - to move this topic more to the front of the bugfix to do list so that this bug could be fixed in the next release version? br Christoph ___ ffmpeg-user mailing list

Re: [FFmpeg-user] XDCAMHD422 MXF files - MXF IndexTableSegments have the same InstanceUIDs (not unique)

2022-03-15 Thread Christoph Gerstbauer
This would be desirable, I will submit a patch to ffmpeg-devel, does not seem too complicated. Maybe can you test it? Yes I can test it when the patch is made. But I will need a compiled windows exe (I am not able to compile). br Christoph ___

[FFmpeg-user] XDCAMHD422 MXF files - MXF IndexTableSegments have the same InstanceUIDs (not unique)

2022-03-14 Thread Christoph Gerstbauer
Hello everyone! I am currently testing with XDCAMHD422 mxfs generated by ffmpeg 4.4 and 5.0. I am testing these MXFs against the SMPTE ST377 Standard. My testtool is the MXF Analyser from the IRT which can test the MXF against Standard Compliance SMPTE ST377 MXF. The MXF files generated by

[FFmpeg-user] Is it possible to write MXF KLV flag for Platform (3c.08)

2019-12-11 Thread Christoph Gerstbauer
Hello Community, I am creating a IMX D10 file in MXF OP1a with following syntax and it works perfect to create a SMPTE conform file: -map 0:v -map 0:a -c:v mpeg2video -s 720x608 -r 25 -pix_fmt yuv422p -aspect 4:3 -minrate 5000 -maxrate 5000 -b:v 5000 -g 1 -flags +ildct+low_delay

Re: [FFmpeg-user] HD MXF SMPTE ST377 Standard Compliance Problem with multiple IndexTableSegments carring Unique ID twins (maybe a bug)

2018-11-09 Thread Christoph Gerstbauer
. But you can send me your generated files and I can check them and send you a report file back. Regarding mxfdump: You can use the free toolset of BMX MXF from the BBC. Here: https://sourceforge.net/projects/bmxlib/ br Christoph Gerstbauer

Re: [FFmpeg-user] Upscaling SD 4x3 to FullHD 16x9 - Aspect Ratio problem

2018-06-25 Thread Christoph Gerstbauer
Gyan Doshi thank you, that worked fine! 2018-06-22 15:09 GMT+02:00 Gyan Doshi : > > > On 22-06-2018 06:13 PM, Christoph Gerstbauer wrote: > > >> CommandLineOutput: >> >> ffmpeg -i "F:\scaler test\_5sec.avi" -vf "crop=720:576:0:32, setfiel

Re: [FFmpeg-user] Upscaling SD 4x3 to FullHD 16x9 - Aspect Ratio problem

2018-06-22 Thread Christoph Gerstbauer
> > > ​The "-s" option is incorrect in your case. From the documentation: > > As an output option, this inserts the scale video filter to the end of > the corresponding filtergraph. Please use the scale filter directly to > insert it at the beginning or some other place.​ > > The scale video

[FFmpeg-user] Upscaling SD 4x3 to FullHD 16x9 - Aspect Ratio problem

2018-06-22 Thread Christoph Gerstbauer
o:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.004325% Best Regards Christoph Gerstbauer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or

Re: [FFmpeg-user] XDCAMHD422 Syntax questions - qmin qmax

2018-06-21 Thread Christoph Gerstbauer
- Force video tag/fourcc. This is an alias for -tag:v Best Regards Christoph Gerstbauer ___ 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...@ffm

Re: [FFmpeg-user] XDCAMHD422 Syntax questions - qmin qmax

2018-06-21 Thread Christoph Gerstbauer
Thank you guys! I will uses qmax 12 too, because when using trellis instead of qmax I lose encoding speed. Am Mi., 20. Juni 2018 um 00:18 Uhr schrieb Marton Balint : > > > On Tue, 19 Jun 2018, Christoph Gerstbauer wrote: > > > Hello; > > > > I am using this syntax

[FFmpeg-user] XDCAMHD422 Syntax questions - qmin qmax

2018-06-19 Thread Christoph Gerstbauer
.. So I reset -qmax to the value 10. (9 -> get warnings again) After that no warning appears but my main questions here are: 1.) Is my used syntax the right one to generate XDCAMHD422 files? 2.) Is there a specified QMAX value which should be used for XDCAMHD422 files? best Regar

Re: [FFmpeg-user] New Overread VUI by 5 bits Warnings when decoding from AVC-Intra from Avid

2018-06-06 Thread Christoph Gerstbauer
VUI hints at the cmd line output. Best Regards Christoph Gerstbauer Am Mi., 6. Juni 2018 um 15:16 Uhr schrieb Carl Eugen Hoyos < ceffm...@gmail.com>: > 2018-06-06 13:09 GMT+02:00, Christoph Gerstbauer > : > > Hello, > > > > in the year 2014 I reported a Problem wh

[FFmpeg-user] New Overread VUI by 5 bits Warnings when decoding from AVC-Intra from Avid

2018-06-06 Thread Christoph Gerstbauer
Hello, in the year 2014 I reported a Problem when decoding H264 10bit from AVCIntra MXF files. MXF File was created by Premiere: The old thread: https://lists.ffmpeg.org/pipermail/ffmpeg-user/2014-May/021213.html The problem was that the commandline output showed multiple error warnings with

[FFmpeg-user] Shift videoframe for 1 pixel in vertical to change field order

2017-09-04 Thread Christoph Gerstbauer
Hello, how can I shift a videoframe 1 pixel up or down (to change the field order)? Best Regards Christoph ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

[FFmpeg-user] Increase DVCPRO50 encoding quality possible?

2017-06-23 Thread Christoph Gerstbauer
in the leafs. My used syntax: ffmpeg -i inputfile -vcodec dvvideo -pix_fmt yuv422p outpufile.mxf My question: Is there any syntax option which I can use to increase the DVCPRO50 encoding quality a little bit? Best Regards Christoph Gerstbauer ___ ffmpeg-user

Re: [FFmpeg-user] MotionJpeg2000/ MXF

2016-12-02 Thread Christoph Gerstbauer
Hi Joseph, Do you want to use MJPEG2000 or MJPEG2000 mathematically LOSSLESS? Best Regards Christoph Am 30.11.16 um 02:08 schrieb Crystal Mastering: Hi Guys I need to convert some video files to MotionJpeg2000, and wrap them in an MXF container. I’m using iffmepg as an interface but it

Re: [FFmpeg-user] FFmpeg XDCAMHD422 streamcopy ClosedGOP problem

2016-06-22 Thread Christoph Gerstbauer
so? Best Regards Christoph Am 22.06.16 um 15:22 schrieb Carl Eugen Hoyos: Christoph Gerstbauer gmail.com> writes: So my need is to force FFMpeg to make an extraction via codec copy (copy video and audiostreams) , BUT JUST ENCODE the first GOP to a new CLOSED GOP. Then you either h

[FFmpeg-user] FFmpeg XDCAMHD422 streamcopy ClosedGOP problem

2016-06-22 Thread Christoph Gerstbauer
Hello I want to extract a short clip from a long XDCAMHD422 MXF file via streamcopy ("lossless"). FFMpeg does this by grabbing the next good I-Frame near the -ss position in this GOP=12 videostream. But the problem is: XDCAMHD422 MPEG2-LongGOP Files always begin with one CLOSED GOP, after

[FFmpeg-user] Is it possible to set a "this is a dolby E stream" flag to specific Audio Streams in a IMX D-10 MXF File?

2016-06-14 Thread Christoph Gerstbauer
Hi I am using FFmpeg for generating a D-10 file with 8ch audio (16bit). Typicall the Audio is always PCM but sometimes some dualchannels are is a Dolby-E pair. Is it possible to set a metadata flag for Audio channels to give the decoder which opens the final MXF the information that it

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

2016-05-13 Thread Christoph Gerstbauer
Hi, Kieran, are the DPX logarithmic RGB or linear RGB? In my esperience without using a 3DLUT -> The logarithmic scale of the RGB values always lead to washed out pictures, when transcoding to a linear scale. I think you need a 3DLUT (e.g CineonLOG) and the colorspace filter to get better

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

2016-05-13 Thread Christoph Gerstbauer
Hi again, Kieran, sorry I meaned : "are the DPX logarithmic XYZ or linear XYZ? " Didnt mean RGB. Best Regards Chris Am 13.05.2016 um 12:46 schrieb Kieran O'Leary: Hello, I want to transcode a DCP to ProRes or x264 while transforming to bt709. I am experimenting with the colorspace filter,

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

2016-04-26 Thread Christoph Gerstbauer
On Apr 25, 2016, at 11:25 AM, Christoph Gerstbauer <christophgerstba...@gmail.com> wrote: Hello, I want to make shotdetections (scene cut) with ffmpeg. (a shot is the video between 2 cuts) My syntax knowledge at this time offers to generate only the FIRST FRAME of each shot. N

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

2016-04-25 Thread Christoph Gerstbauer
Hello, I want to make shotdetections (scene cut) with ffmpeg. (a shot is the video between 2 cuts) My syntax knowledge at this time offers to generate only the FIRST FRAME of each shot. NO LAST FRAME. It would be nice to find also the last frame of a shot, but anyway this ticket should

Re: [FFmpeg-user] How can I extract 8 linear thumbnails from videos with differnt length?

2016-04-07 Thread Christoph Gerstbauer
Depending on the calculation it may be easier/more intuitive to use framerate: ffmpeg -i input -filter:v framerate=1/10 out-%d.jpg will create one image every ten secs. Hi I dont need every x seconds one image ;) I need it like (dirty example) at youporn. Every videos (not depending which

[FFmpeg-user] How can I extract 8 linear thumbnails from videos with differnt length?

2016-04-06 Thread Christoph Gerstbauer
Hi I want to extract 8 thumbnails from every video I have which represents a linear "timeline" over the complete length (100percent) of the video. Examples: 90min video: thumbnail at Minute 10, 20, 30, ... 80. 9min video: thumbnail at Minute 1, 2, 3, ... 8. 120min video: thumbnail at Minute

Re: [FFmpeg-user] field order detection - numbering framepositions possible?

2016-02-09 Thread Christoph Gerstbauer
frame has different field order to the wanted one. Best Regards Christoph Am 26.01.2016 um 13:06 schrieb Moritz Barsnick: Hi Christoph, On Tue, Jan 26, 2016 at 11:36:54 +0100, Christoph Gerstbauer wrote: Is it possible to MARK the framenumbers to its detected field orders? Via framenumber or

Re: [FFmpeg-user] FFplay questions

2016-02-09 Thread Christoph Gerstbauer
Mahol: On 2/5/16, Christoph Gerstbauer <christophgerstba...@gmail.com> wrote: Hi 1.) The positioning with ffplay via the Videpicture clicking works very fast. I click into the picture and immediately I get to the percentual position (100 percent= width of the video window) of the video. When

[FFmpeg-user] FFplay questions

2016-02-05 Thread Christoph Gerstbauer
Hi 1.) The positioning with ffplay via the Videpicture clicking works very fast. I click into the picture and immediately I get to the percentual position (100 percent= width of the video window) of the video. When using the comando -ss It take longer as logn the file is. Examples: 30min

Re: [FFmpeg-user] FFplay questions

2016-02-05 Thread Christoph Gerstbauer
Am 05.02.2016 um 12:31 schrieb Paul B Mahol: On 2/5/16, Christoph Gerstbauer <christophgerstba...@gmail.com> wrote: Hi 1.) The positioning with ffplay via the Videpicture clicking works very fast. I click into the picture and immediately I get to the percentual position (100 percent=

[FFmpeg-user] field order detection - numbering framepositions possible?

2016-01-26 Thread Christoph Gerstbauer
As we know it is possible to detect field orders with ffmpeg: ffmpeg -i -vf idet -f rawvideo -y NUL Example Output: [Parsed_idet_0 @ 003ea220] Single frame detection: TFF:0 BFF:153 Progressive:0 Undetermined:0 [Parsed_idet_0 @ 003ea220] Multi frame detection: TFF:0 BFF:153 Progressive:0

Re: [FFmpeg-user] Why is it possible to set a timecode with 24:00:00:00 and beyond?

2016-01-21 Thread Christoph Gerstbauer
Am 13.01.2016 um 22:30 schrieb Dave Rice: On Jan 13, 2016, at 9:25 AM, Bouke / VideoToolShed <bo...@videotoolshed.com> wrote: On Jan 13, 2016, at 14:17, Robert Krüger <krue...@lesspain.de> wrote: On Wed, Jan 13, 2016 at 12:53 PM, Christoph Gerstbauer < christophgerstba...@g

[FFmpeg-user] Dolby-E Codec

2016-01-21 Thread Christoph Gerstbauer
Hi, Is it possible to decode or encode Dolby-E with ffmpeg? I just find decoder encoder information about: ac3 -> dolby digital eac3 -> Dolby digital plus but no dolby E Best Regards Christoph ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

[FFmpeg-user] Why is it possible to set a timecode with 24:00:00:00 and beyond?

2016-01-13 Thread Christoph Gerstbauer
timecode 23:59:59;29 -> in file: 2782df hex -> 2589407 dec -timecode 24:00:00;00 -> in file: 2782e0 hex -> 2589408 dec Why is this possible to set a timecode after 23:59:59:XX? Is there a usecase? Best Regards Christoph Gerstbauer ___ ffm

Re: [FFmpeg-user] Decode FFV1 AVI back to DPX

2015-12-13 Thread Christoph Gerstbauer
Additionally: here is also a good understanding description of the LOG vs LINEAR issue: https://library.creativecow.net/articles/oconnell_pete/cineon.php Am 13.12.15 um 02:47 schrieb Peter B.: On 12/08/2015 04:15 PM, Dave Rice wrote: It is indeed possible to decode back to DPX- I've

Re: [FFmpeg-user] Decode FFV1 AVI back to DPX

2015-12-13 Thread Christoph Gerstbauer
I did. As I remember, it was lossless. My problem was just the recreating an logarithmic DPX from a FFV1 AVI. Do you know how I can do this? I just ned the correct syntax to write DPX files which has the same LOG flag in the header like in the original source. Best Regards Christoph Am

Re: [FFmpeg-user] Decode FFV1 AVI back to DPX

2015-12-07 Thread Christoph Gerstbauer
DPX file have linear or logarithmic values? You may check this with MEDIAINFO. (also open source) If the values are/were logarithmic -> then the backtranscodng to DPX will not be lossless. Best Regards Christoph Gerstbauer Am 07.12.2015 um 11:04 schrieb Abhi Akkeneni: Hello Christoph and

Re: [FFmpeg-user] Decode FFV1 AVI back to DPX

2015-11-26 Thread Christoph Gerstbauer
Hello Abhishek, color format has your DPX original source? RGB 10bit? Linear or logarithmic? And which color format has the FFv1? Best Regards Christoph ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] How to deinterlace a 25fps (50i tff content) video with FFplay and output it as 50p?

2015-10-23 Thread Christoph Gerstbauer
I am using following syntax to deinterlace TFF content, but I only get 25p output. How can I force ffplay to output 50p? "-r 50" is not working. ffplay -i test.avi -vf "yadif=0:0" -loglevel debug $ ffplay test.avi -vf yadif=1 ffplay test.avi -vf yadif=1 does not work for me, too. I need

Re: [FFmpeg-user] How to deinterlace a 25fps (50i tff content) video with FFplay and output it as 50p?

2015-10-23 Thread Christoph Gerstbauer
The man looks on with incredulity for is he sure that the manner in which this is done has just been indicated. He turns to the trusty manual, source of all knowledge. He begins to read... mode The interlacing mode to adopt. It accepts one of the following values: 0, send_frame

[FFmpeg-user] How to deinterlace a 25fps (50i tff content) video with FFplay and output it as 50p?

2015-10-23 Thread Christoph Gerstbauer
Hi, I am trying to output a 25fps (50i content) with deinterlacing and doubled framerate. I am using following syntax to deinterlace TFF content, but I only get 25p output. How can I force ffplay to output 50p? "-r 50" is not working. ffplay -i test.avi -vf "yadif=0:0" -loglevel debug

Re: [FFmpeg-user] How to deinterlace a 25fps (50i tff content) video with FFplay and output it as 50p?

2015-10-23 Thread Christoph Gerstbauer
$ ffplay test.avi -vf yadif=1 The unavoidable question is: You apparently knew that yadif takes options and passed "0:0", where did you look that up? At the FFplay documentation: https://ffmpeg.org/ffplay-all.html#yadif-1 ___ ffmpeg-user mailing

Re: [FFmpeg-user] Is FFV1 able to encode interlaced video?

2015-08-09 Thread Christoph Gerstbauer
Hi From an interlaced input (video tape) is it possible to capture interlaced video file encoded with FFV1 (using -flags +ilme+ildct)? I can't find an answer after long search. All my captures seem to be converted to progressive. Thanks ___

Re: [FFmpeg-user] Need more detailed description of the behaviour of the -ac channelcount option

2015-07-03 Thread Christoph Gerstbauer
Am 02.07.15 um 12:49 schrieb Nicolas George: Le quartidi 14 messidor, an CCXXIII, Christoph Gerstbauer a écrit : Hello Carl, so what can I do when my target has more audio channel than the source? For example if I have a file with 2ch stereo and my target is 4ch (with ch3 and ch4 silent) how

Re: [FFmpeg-user] Need more detailed description of the behaviour of the -ac channelcount option

2015-07-03 Thread Christoph Gerstbauer
Am 03.07.2015 um 10:35 schrieb Nicolas George: Le quintidi 15 messidor, an CCXXIII, Christoph Gerstbauer a écrit : But what can I do when I want this? c1=c1 c2=c2 c3=silent c4=silent c5=silent c6=silent c7=silent c8=silent Just leave c3-c8 alone, pan will fill them with silence. And remember

Re: [FFmpeg-user] Need more detailed description of the behaviour of the -ac channelcount option

2015-07-02 Thread Christoph Gerstbauer
Am 02.07.2015 um 11:04 schrieb Paul B Mahol: On 7/2/15, Christoph Gerstbauer christophgerstba...@gmail.com wrote: Then please don't use it, use an audiofilter instead. (The one that fits your needs.) I am not convinced that the current mapping of -ac to aresample is immutable. (Even

[FFmpeg-user] Need more detailed description of the behaviour of the -ac channelcount option

2015-06-25 Thread Christoph Gerstbauer
Hello I need to know how -ac channelcount is exactly working. In the documenetation following is mentioned: -ac[:stream_specifier]channels(/input/output,per-stream/) Set the number of audio channels. For output streams it is set by default to the number of input audio channels. For

[FFmpeg-user] How to force input-fieldorder and other fieldorder questions

2015-06-22 Thread Christoph Gerstbauer
Hello I want to use this filter: https://ffmpeg.org/ffmpeg-filters.html#fieldorder But for that I have to tell ffmpeg that the inputvideo has field order X to get fieldorder Y at the output. But how can I do that? (I dont want to reencode the content with -vf setfield=X.) Example: I want to

[FFmpeg-user] How to set interlaced encoding for interlcaed DNxHD formats (220x/185x/220/145/120)?

2015-06-20 Thread Christoph Gerstbauer
Hello, I have the problem that I cannot set interlaced as encoding format for DNxHD 220x/185x/220/145/120 I think I use the wrong syntax for setting the field order: -vf setfield=1 or -top 1 both are not working. Is there anything else I can do for forcing interlaced encoding? Is -top

Re: [FFmpeg-user] How to set interlaced encoding for interlcaed DNxHD formats (220x/185x/220/145/120)?

2015-06-20 Thread Christoph Gerstbauer
Andy Furniss wrote: Christoph Gerstbauer wrote: Hello, I have the problem that I cannot set interlaced as encoding format for DNxHD 220x/185x/220/145/120 I think I use the wrong syntax for setting the field order: -vf setfield=1 or -top 1 both are not working. May not be any help

Re: [FFmpeg-user] Does FFmpeg support AVC-Intra (and/or x264) with 10bit bitdepth? (yuv422p10le)

2015-06-17 Thread Christoph Gerstbauer
Most likely your x264 was build using option --bit-depth=8. Have a look here http://video.stackexchange.com/questions/13164/encoding-422-in-10-bit-with-libx264 http://video.stackexchange.com/questions/13164/encoding-422-in-10-bit-with-libx264 hm why must be x264 compiled with 8 or 10bit and

[FFmpeg-user] Does FFmpeg support AVC-Intra (and/or x264) with 10bit bitdepth? (yuv422p10le)

2015-06-16 Thread Christoph Gerstbauer
Hello I have problems to generate AVC Intra files with full 10bit encoding. It shrinks automatically to yuv422p: Incompatible pixel format 'yuv422p10le' for codec 'libx264', auto-selecting format 'yuv422p' See complete command line here: C:\Users\gerstiffmpegnew -i

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-16 Thread Christoph Gerstbauer
1.) Please can you tell me YOUR used syntaxes for IMX30/40/50 for PAL and NTSC? I want to compare it to mine. Mine look remarkably similar to yours except for the ommission of 'ilme' which makes no sense for an I frame only format. I don't think I've ever used 40M, we either use 50 or 30

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-16 Thread Christoph Gerstbauer
Hello Tim, for IMX30 PAL/NTSC I have the same values like you. whats your buffers/init_occupancy for IMX50 NTSC? Not sure I've ever had to do it, but a colleague uses an exact 5000 bit rate which gives a 1668334 buffer and frame size of 208541 if all figures are rounded to integers.

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-15 Thread Christoph Gerstbauer
Am 15.06.2015 um 14:02 schrieb tim nicholson: On 15/06/15 09:39, Christoph Gerstbauer wrote: 1.) Please can you tell me YOUR used syntaxes for IMX30/40/50 for PAL and NTSC? I want to compare it to mine. Mine look remarkably similar to yours except for the ommission of 'ilme' which makes

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-15 Thread Christoph Gerstbauer
Christoph Gerstbauer christophgerstbauer at gmail.com writes: Otherwise, what do you think? is it better to delete it from the syntax or not? Did you already run a test encode of I-frame only with and without ilme and compared the output files? Carl Eugen Carl, thank you for the hint

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-15 Thread Christoph Gerstbauer
1.) Please can you tell me YOUR used syntaxes for IMX30/40/50 for PAL and NTSC? I want to compare it to mine. Mine look remarkably similar to yours except for the ommission of 'ilme' which makes no sense for an I frame only format. Maybe the ffmpeg documentation is not correct? ILME: Force

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-08 Thread Christoph Gerstbauer
Am 02.06.2015 um 08:19 schrieb tim nicholson: On 01/06/15 19:53, Michael Niedermayer wrote: On Mon, Jun 01, 2015 at 04:43:12PM +0200, Christoph Gerstbauer wrote: Hello I am testing the standard conformness of ffmpegs IMX50 (Mpeg2 I-frame, MXF) encoder. I mentioned via ffprobe or via

Re: [FFmpeg-user] How can I set in a D10 MXF (IMX50) file the flags for output color_range, -space, -transfer and primaries?

2015-06-04 Thread Christoph Gerstbauer
The new current ffmpeg version (June 02) is writing IMX50 MXF in the correct way (thanks to Michael Niedermayer): SIGNAL STANDARD=1 (SMPTE ST386 2004) COLOR SITING=0 (SMPTE ST 377) (the value 4 is debrecated) before this new ffmpeg version it was no set information in this flags: SIGNAL

Re: [FFmpeg-user] How to change FPS without re-render

2015-06-03 Thread Christoph Gerstbauer
Hello, you want to speed down 24fps to 23.976 fps? I always need to speed up 23.976fps material to 25fps (PAL): I use this videofilter: -vf setpts=0.95904*PTS -r 25 (23.976/25=0.95904) So maybe for your case this should work: (24/23.976=1.001001001001) -vf setpts=1.001001001001*PTS -r 23.976

Re: [FFmpeg-user] IMX50 NTSC framesize differs to the SMPTE 356M-2001 Standard - why?

2015-06-03 Thread Christoph Gerstbauer
yes, this happens because 50mbit/sec is not correct a max framesize of 208541 results in a bit rate of max 49.999840 mbit/sec, IIUC thats what the spec means by 50mbit/sec The spec actually says Up to 50Mb/s and Up to 208541 that being the highest value that comes out below the the 50Mb/s. So I

[FFmpeg-user] Is there a difference between -g 1 and -intra?

2015-06-01 Thread Christoph Gerstbauer
Hello, what is the technical difference between the option -g 1 and -intra. Or is it the same? best regards Christoph ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] AC3 7.1 audio support

2015-05-27 Thread Christoph Gerstbauer
Hi Markus, On Wed, May 27, 2015 at 01:16:23 +0200, loeff...@eyetrap.net wrote: I cannot find any information about AC3 7.1 audio. Is that supported for encoding and decoding? Hi, as far as I know AC3 standard only supports 6 channels max. - 5.1 bg Christoph

Re: [FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

2015-05-21 Thread Christoph Gerstbauer
Carl Eugen Hoyos cehoyos at ag.or.at writes: ffmpegnew -r 25 -s 720x576 -pix_fmt yuv422p10le -vcodec v210 -i C:\Users\gersti\Desktop\16x9_10bit_720x576_25fps.raw How was this file produced? And even more important: Which application reads such files? Carl Eugen This file was produced by

Re: [FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

2015-05-21 Thread Christoph Gerstbauer
Christoph Gerstbauer christophgerstbauer at gmail.com writes: I am very confused about handling v210. From FFmpeg pov, v210 is a codec just like Prores or H.264 (with constant frame size, so actually sunrast or targa). ffmpegnew -r 25 -s 720x576 -pix_fmt yuv422p10le -vcodec v210 -i C

Re: [FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

2015-05-21 Thread Christoph Gerstbauer
The RAW sample file can be downloaded here: No. Sorry I forgot the link: https://cerebrum.noa-audio.com/noacloud/index.php/apps/files/download/FFmpeg_User_MailingList/16x9_10bit_720x576_25fps_V210RAW.zip this link should work better:

Re: [FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

2015-05-21 Thread Christoph Gerstbauer
Am 21.05.2015 um 11:13 schrieb Carl Eugen Hoyos: Christoph Gerstbauer christophgerstbauer at gmail.com writes: This file was produced by VidChecker. It checks a (e.g.) APPLE PRO RES 10bit files, and corrects it if necessary I am curious: What does it check and correct? What feature

Re: [FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

2015-05-21 Thread Christoph Gerstbauer
You have to know the size of one frame (1234), then please try: $ cat 16x9.raw|ffmpeg -f image2pipe -frame_size 1234 -vcodec v210 -s pal -i - out.avi What defnies the SIZE of 1234? Bytes/Bits? Size of 16x9.raw / number of frames? I tried this syntax, and it seems that it worked:

Re: [FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

2015-05-21 Thread Christoph Gerstbauer
Did I already ask why you are using ffvhuff? Isnt't this an ancient codec without specification or similar? And not even tested by the archiver community? No, you didnt ;) I/we use this ffvhuff codec as internal working format (SD/HD/2K/4K sources). The final archive format is generated from

Re: [FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

2015-05-21 Thread Christoph Gerstbauer
Very, very generally: No, this is the reason why a decoder is needed: Some applications produce an incorrect framesize for a given resolution. But in the case of a given application, the framesize has to be constant for a given resolution: If it is not, the file cannot be read. (And the

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-20 Thread Christoph Gerstbauer
Carl Eugen Hoyos cehoyos at ag.or.at writes: Please test with the following inlined patch and -cpuflags 0: Please ignore, this test makes no sense. Sorry, Carl Eugen Ok. But if I should test it I need the ability to compile, right? I have no experiences with that :/ br Christoph

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Christoph Gerstbauer
Am 19.05.15 um 23:06 schrieb Carl Eugen Hoyos: Christoph Gerstbauer christoph.gerstbauer at gmail.com writes: C:\Windows\System32ffmpeg -i C:\Users\Administrator\Desktop\big_buck_bunny_ffvhuff.avi -vf scale=in_range=full:out_range=tv -vcodec ffvhuff It seems to me that the scale filter

Re: [FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-19 Thread Christoph Gerstbauer
errors [AVIOContext @ 02f0fe20] Statistics: 10 seeks, 13399 writeouts [AVIOContext @ 02ea6c80] Statistics: 415962108 bytes read, 4 seeks Best Regards Christoph 2015-05-17 13:01 GMT+02:00 Carl Eugen Hoyos ceho...@ag.or.at: Christoph Gerstbauer christophgerstbauer at gmail.com

Re: [FFmpeg-user] Numerical histogram output for checking typical broadcast ranges (16-235)

2015-05-17 Thread Christoph Gerstbauer
I am very new in using the histogram filter. (http://ffmpeg.org/ffmpeg-filters.html#histogram) Is it possible to dump the video level values from which the histogram graph is drawn into numeric values (textfile dump) to check if a video has levels inside the broadcast ranges (16-235/94-940)?

[FFmpeg-user] In and out-range Scale option able to correct 0-255 video to 0-235?

2015-05-17 Thread Christoph Gerstbauer
Hello, is this ffmpeg scale option a possible method to crop input vidoe with 0-255 values to an output encoding of 16-235 values? I am not shure about, if it does that correction or if it only writes a metadata flag tv/full into the final output file.

[FFmpeg-user] Possible to generate TimeCode stream for MXF-Op1a?

2015-05-12 Thread Christoph Gerstbauer
? Starttimecode in header: 10:00:00:00 Starttimecode in stream: 00:00:00:00 Best Regards Christoph Gerstbauer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] How can I set in a D10 MXF (IMX50) file the flags for output color_range, -space, -transfer and primaries?

2015-05-05 Thread Christoph Gerstbauer
Am 05.05.2015 um 09:06 schrieb tim nicholson: On 02/05/15 14:38, Christoph Gerstbauer wrote: Am 01.05.15 um 11:21 schrieb tim nicholson: [..] Christoph do you actually require the mxf metadata setting (as it really ought to be, and what I thought you were after) or are you content

Re: [FFmpeg-user] How can I set in a D10 MXF (IMX50) file the flags for output color_range, -space, -transfer and primaries?

2015-05-02 Thread Christoph Gerstbauer
Am 01.05.15 um 11:21 schrieb tim nicholson: On 30/04/15 22:03, Marton Balint wrote: On Wed, 29 Apr 2015, Christoph Gerstbauer wrote: I found out that a IMX50 mxf file encoded with FFmbc and the IMX50 mxf file encoded with actual ffmpeg builds are different in these mxf metadata flags

Re: [FFmpeg-user] How can I set in a D10 MXF (IMX50) file the flags for output color_range, -space, -transfer and primaries?

2015-05-01 Thread Christoph Gerstbauer
You can manually specify these settings to force them being set with these parameters: -color_primaries 5 -color_trc 1 -colorspace 6 What does not work as far as I know in ffmpeg is to actually get these settings from the source video, even if ffprobe detects them. Regards, Marton Thank

Re: [FFmpeg-user] How to generate IRT conform D10 MXFs (IMX50) with FFmpeg?

2015-04-30 Thread Christoph Gerstbauer
Hello Tim, I thought it would be better to split up my questions to 2 different tickets, just to prevent mixing up different issues. If you are able to delete the first mail, please do it. Best Regards Christoph Gerstbauer Am 30.04.2015 um 09:16 schrieb tim nicholson: On 30/04/15 07:20

[FFmpeg-user] How can I set in a D10 MXF (IMX50) file the flags for output color_range, -space, -transfer and primaries?

2015-04-29 Thread Christoph Gerstbauer
I found out that a IMX50 mxf file encoded with FFmbc and the IMX50 mxf file encoded with actual ffmpeg builds are different in these mxf metadata flags (by reading out via ffprobe - show_streams) FFMBC IMX FILE stream 0:0: color_range=tv color_space=smpte170m color_transfer=bt709

[FFmpeg-user] How to generate IRT conform D10 IMX50 MXFs (and how to set the output color_range, -space, -transfer and primaries flags)

2015-04-28 Thread Christoph Gerstbauer
Hello I am making tests with IMX50/MXF encodings with FFMBC and FFMPEG. (with 24bit audio) The tests compare the final files with the IRT MXF Analyzer Pro tool to be shure to be IRT conform. (My used syntax is at the bottom of this mail) Both files (generated with ffmbc and ffmpeg) are

Re: [FFmpeg-user] How to set 3 specific metadata flags (ITU601/displayoffset) in FFmpegs IMX50 MXF-OP1a encoding?

2015-04-13 Thread Christoph Gerstbauer
Hello Tim, do you think that these flags can also be implemented into the IMX encoding of ffmpeg? + SIGNAL STANDARD = 1 (ITU 601) + Color siting = 4 (Rec 601) Best Regards Christoph ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] How to set 3 specific metadata flags (ITU601/displayoffset) in FFmpegs IMX50 MXF-OP1a encoding?

2015-04-13 Thread Christoph Gerstbauer
be implemented in ffmpeg IMX encoding? Best Regards Christoph Gerstbauer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Is it possible to speed up merging-speed from HD to LAN?

2015-04-02 Thread Christoph Gerstbauer
, [?] for help frame=11742 fps= 65 q=-1.0 size= 6373520kB time=00:07:49.68 bitrate=64.8kbits/s Best Regards Christoph Gerstbauer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Is it possible to speed up merging-speed from HD to LAN?

2015-04-01 Thread Christoph Gerstbauer
and reading? Best Regards Christoph Gerstbauer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Is it possible to speed up merging-speed from HD to LAN?

2015-04-01 Thread Christoph Gerstbauer
(I don't think FFmpeg reads from the output file if that was your question.) That WAS the question ;) I thought you meaned FFmpeg (reads the source file of course) and writes the target file and reads it (for filechecking or something) - And that would be the cause for the slow merging speed

Re: [FFmpeg-user] How to set 3 specific metadata flags (ITU601/displayoffset) in FFmpegs IMX50 MXF-OP1a encoding?

2015-03-30 Thread Christoph Gerstbauer
Hello Tim! thank you, it works for PAL and NTSC (720x512/720x480) but there is a just little bug for NTSC when encoding to 720x486 in stored dimension! My patch only deals with the addition of the display y offset metadata, it should not touch exisiting metadata, are you saying that the figures

Re: [FFmpeg-user] How to set 3 specific metadata flags (ITU601/displayoffset) in FFmpegs IMX50 MXF-OP1a encoding?

2015-03-20 Thread Christoph Gerstbauer
Am 20.03.2015 um 16:21 schrieb tim nicholson: On 20/03/15 09:19, tim nicholson wrote: On 19/03/15 15:48, Christoph Gerstbauer wrote: Shame, don't understand the qmax issue. but if you look at:- tests/lavf_regression.sh line 90 you will see an IMX30 example which uses -qmax 12 and my other

[FFmpeg-user] Problems with opening some DPX files

2015-03-19 Thread Christoph Gerstbauer
Hello, I am testing the transcoding of different DPX files from different sources. I have here 2 files which cannot be opened by ffmpeg. https://dl.dropboxusercontent.com/u/26129407/ProblematicDPX_1.zip When I open the files with ImageMagick and GraphicsMagick they look distorted (can be

Re: [FFmpeg-user] How to set 3 specific metadata flags (ITU601/displayoffset) in FFmpegs IMX50 MXF-OP1a encoding?

2015-03-19 Thread Christoph Gerstbauer
Don't know if its relevant but your coding parameters are slightly different to the one's I use for D10, and I wonder if this affects the automatic metadata insertion.. -flags +ildct+ilme+low_delay Well ilme seems kind of redundant for I frame only coding but probably harmless. -tag:v mx5p

[FFmpeg-user] How to set 3 specific metadata flags (ITU601/displayoffset) in FFmpegs IMX50 MXF-OP1a encoding?

2015-03-18 Thread Christoph Gerstbauer
Hello I am testing with ffmpeg the IMX50 D10 encoding, and I am very close to my target but I have to create 3 metadata values in the MXF header which is standard in most IMX50 MXF ecndodings: + SIGNAL STANDARD = 1 (ITU 601) + display y offset = 32 - I am encoding 720x608 sources with

Re: [FFmpeg-user] Questions about readout important metadata from DPX files (logarthmic/linear) and recreate DPX with same metadata

2015-03-15 Thread Christoph Gerstbauer
You can identify the source of the frame rate with a bit more clarity with mediainfo if run like mediainfo --inform=Details;1 file.dpx Dave Rice Hm , thats not working on my machine (win7/8): C:\Users\Administratormediainfo --inform=Details;1 E:\DPX\009.dpx General Complete name

Re: [FFmpeg-user] Questions about readout important metadata from DPX files (logarthmic/linear) and recreate DPX with same metadata

2015-03-12 Thread Christoph Gerstbauer
But let me try it differently: You have an input file with a logarithmic colour space that is not supported by FFmpeg. If you are sure that you know what you are doing, you can of course use FFmpeg to compress your raw data (I believe ffv1 was tested much better already but this is not really

Re: [FFmpeg-user] Questions about readout important metadata from DPX files (logarthmic/linear) and recreate DPX with same metadata

2015-03-10 Thread Christoph Gerstbauer
We've encountered something similar when transcoding FFV1 over the network. So we used framemd5 not to verify FFV1's losslessness, but to validate that the transcoding goes error-free :) FFmpeg's framemd5 became *the* feature for professional video preservation. So, thanks again for all your

Re: [FFmpeg-user] Questions about readout important metadata from DPX files (logarthmic/linear) and recreate DPX with same metadata

2015-03-09 Thread Christoph Gerstbauer
(if versions are existing). So you can see what was going into the archive whichout searching and opening the DPX file themself. Best Regards Christoph Gerstbauer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo

Re: [FFmpeg-user] FFv1 - encoding problem with pixelformats gbrp10le and gbrp12le

2015-03-06 Thread Christoph Gerstbauer
What is unclear about this error message? (Note that I usually don't request an increased loglevel because it can make seeing the actual issue more difficult like in this case.) The error message is meant to be shown in red to make it easier to read: Does this not work on your terminal?

  1   2   >