[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 10:00:

[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 o

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 ffmpeg-user@ffmpeg.or

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

2022-03-14 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 ___ ffmp

[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 FFMP

[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 -intr

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 filter

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

2018-06-22 Thread Christoph Gerstbauer
peed=2.14x video:200253kB audio: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 unsu

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
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 this

[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
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 won’

[FFmpeg-user] Is it possible to write a DOLBY-E metadata flag to specific PCM Audio Streams in a MXF File?

2016-07-05 Thread Christoph Gerstbauer
Hi I am trying this a second time, because nobody answered to my mail in June. 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 overwrite a metadata flag for PCM Audio c

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 have

[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 should

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 colo

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, a

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 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. NO LAST FRAME. It would be nice to find

[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 focus

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 f

[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 15

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

2016-02-17 Thread Christoph Gerstbauer
Short answer: In ffmpeg terms, the format is called "matroska". Try "-f matroska". Thank you, it works! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

2016-02-17 Thread Christoph Gerstbauer
Hello, why does FFmpeg me not allow to use the -f mkv syntax when generating an mkv? It does its job only when I leave the -f mkv option and set just the fileending *.mkv as usual. Is this a bug maybe? When doing it with -f mxf or -f mov it works. Why not with mkv? Best Regards chris C:\U

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

2016-02-14 Thread Christoph Gerstbauer
). Progressive frames encoded as TFF are allowed. Best Regards Christoph Am 09.02.16 um 15:59 schrieb Paul B Mahol: On 2/9/16, Christoph Gerstbauer wrote: Hello Moritz, I dont want to extract the Metadata from each frame. I want to analyse the video itself, not its metadata. In some cases the metadata

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 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 using the comando -ss It take longer

Re: [FFmpeg-user] FFplay questions

2016-02-05 Thread Christoph Gerstbauer
Command line and complete, uncut console output missing. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user Command line output: C:\Windows\System32>ffplaynew -i I:\__VideopPlayer\network

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 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

[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 file

[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 Unde

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 wrote: On Jan 13, 2016, at 14:17, Robert Krüger wrote: On Wed, Jan 13, 2016 at 12:53 PM, Christoph Gerstbauer < christophgerstba...@gmail.com> wrote: FFmpeg allows me to set a timecode of

[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 http:

[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 lossless

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 13.12.

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 http://ffmpeg.org/mailman/listinfo/ffmpeg-use

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 t

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

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 lis

[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 ffpl

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 ___ ffmpeg-

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

2015-07-09 Thread Christoph Gerstbauer
As said: FFmpeg seeks in the output file. (Of course this may not be the complete answer, but seeking certainly has a performance cost over network.) You could of course test with a pipe to prove me wrong... What is the syntax to test this with a pipe? I have no idea how to do that. Best Re

Re: [FFmpeg-user] Need more detailed description of the behaviour of the "-ac " 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 " option

2015-07-03 Thread Christoph Gerstbauer
For example I use this syntax to spread 2ch source to 8ch target: -af "pan=8c|c0=c0|c1=c1|c2=c0|c3=c1|c4=c0|c5=c1|c6=c0|c7=c1" 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 I tried to use the anullsrc (to generate silence), but to

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

2015-07-02 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 " option

2015-07-02 Thread Christoph Gerstbauer
Am 02.07.2015 um 12:02 schrieb Paul B Mahol: On 7/2/15, Christoph Gerstbauer wrote: Am 02.07.2015 um 11:04 schrieb Paul B Mahol: On 7/2/15, Christoph Gerstbauer wrote: Then please don't use it, use an audiofilter instead. (The one that fits your needs.) I am not convinced tha

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

2015-07-02 Thread Christoph Gerstbauer
Am 02.07.2015 um 11:04 schrieb Paul B Mahol: On 7/2/15, Christoph Gerstbauer 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 if it is, you can still us

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

2015-07-02 Thread Christoph Gerstbauer
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 if it is, you can still use the filter and you are on the safe side.) Carl Eugen Hello Carl, so what can I do when my target

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

2015-06-25 Thread Christoph Gerstbauer
Hello I need to know how -ac 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 input streams

[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

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

[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" dep

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 hm why must be x264 compiled with 8 or 10bit an

[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\gersti>ffmpegnew -i I:\AVC-INTRA\0_ffvhuff

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. These

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 but

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

2015-06-15 Thread Christoph Gerstbauer
Christoph Gerstbauer 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 :) Sometime I dont

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' whic

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-14 Thread Christoph Gerstbauer
i seem to have missed this reply, my question is basicylly the same as tims, where does the limit resulting in 3920 come from ? Hi, I compared different encoder IMX40 formats, and all of these format has a pkt size of 166833bytes (=1 frame for IMX40). -> 166833*8*(3/1001) = 3920bits

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

2015-06-08 Thread Christoph Gerstbauer
Am 08.06.15 um 17:24 schrieb Michael Niedermayer: On Wed, Jun 03, 2015 at 04:28:48PM +0200, Christoph Gerstbauer wrote: 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

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 ffpr

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 STANDA

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.9

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

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

2015-06-01 Thread Christoph Gerstbauer
der for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height After this error I set the framesize to: 208542 -->-bufsize 1668336 -rc_init_occupancy 1668336 using these options, the encoding works without a problem. But this is not stan

[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
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 framesiz

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 ff

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: C:\Users\vn

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 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 is missing from FFmpeg? 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: https://cerebrum.noa-audio.com/noacloud/public.php?se

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 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:\Users\gersti\Desk

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 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 VidChecker.

[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
Hello I am very confused about handling v210. Different web pages show that v210 is a packed yuv 10bit format: http://www.fourcc.org/yuv.php#V210 http://www.digitalpreservation.gov/formats/fdd/fdd000353.shtml https://developer.apple.com/library/mac/technotes/tn2162/_index.html#//apple_ref/doc/ui

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

2015-05-19 Thread Christoph Gerstbauer
Carl Eugen Hoyos 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 gmail.com> writes: C:\Windows\System32>ffmpeg -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 is

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

2015-05-19 Thread Christoph Gerstbauer
f.avi): Input stream #0:0 (video): 1440 packets read (415815916 bytes); 1440 frames decoded; Total: 1440 packets (415815916 bytes) demuxed Output file #0 (C:\Users\Administrator\Desktop\big_buck_bunny_ffvhuff_CORRfulltotv.avi): Output stream #0:0 (video): 1440 frames encoded; 1440 packets muxe

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)? S

[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. https://www.ffmpeg.org/ffmpeg-filter

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

2015-05-12 Thread Christoph Gerstbauer
ng example? 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 with it

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 (by

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 to generate IRT conform D10 MXFs (IMX50) with FFmpeg?

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

[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 color_primarie

[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 workin

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

2015-04-17 Thread Christoph Gerstbauer
Only implementing for IMX feels wrong, and only including certain flags for certain formats could be kludgy. As I say it needs thinking about, and at the moment I am more involved in a deeper overhaul of the whole mxf UL handling to try and make things more transparent, and as I am about to go on

  1   2   >