Comment on XDCAMHD422Encoding in ffmbc

2,290 views
Skip to first unread message

ff...@googlecode.com

unread,
Mar 31, 2011, 1:38:25 PM3/31/11
to ffmbc-...@googlegroups.com
Comment by phillclarke:

Can you confirm that the -vtag option is only valid for XDCAM HD422 in a
MOV container? And not valid for MXF output?

Obviously the interlaced tags are only valid for 1080i options, but is that
also limited to only MOV output and not MXF?

For more information:
http://code.google.com/p/ffmbc/wiki/XDCAMHD422Encoding

ff...@googlecode.com

unread,
Mar 31, 2011, 2:32:11 PM3/31/11
to ffmbc-...@googlegroups.com
Comment by baptiste...@gmail.com:

Yes MXF do not use fourc. I should probably rename the -atag and -vtag to
-afourcc and -vfourcc

No interlaced options are valid for both obviously

ff...@googlecode.com

unread,
Feb 17, 2012, 3:09:10 AM2/17/12
to ffmbc-...@googlegroups.com
Comment by louk...@gmail.com:

Could someone be so kind as to provide a recipe to encode what Final Cut
Pro calls "Sony XDCAM HD 1080p24 (35 Mb/s VBR)"? This is my preferred codec
for editing quick projects in Final Cut. It's super compact, takes very
little cpu power, and looks very good considering it's small size.

ff...@googlecode.com

unread,
Mar 1, 2012, 9:51:05 PM3/1/12
to ffmbc-...@googlegroups.com
Comment by cjpla...@aol.com:

How can I add pulldown to my 24p element to encode as 1080i60 for xdcam?
Do I need to put an AVISynth script as the source and add it in there or is
there an all-ffmbc option?

ff...@googlecode.com

unread,
Apr 5, 2012, 6:27:52 PM4/5/12
to ffmbc-...@googlegroups.com
Comment by ericjol...@gmail.com:

Are their any switches or parameters that affect quality when encoding to
XDCAM HD 422? I'm noticing a lot of blockiness and banding being
introduced that isn't present when I encode to MPEG2 in ffmpeg. However,
ffmbc creates a file that Final Cut recognizes as XDCAM; ffmpeg does not.
Source footage is AVC MTS files.

ff...@googlecode.com

unread,
Apr 5, 2012, 6:31:54 PM4/5/12
to ffmbc-...@googlegroups.com
Comment by ericjol...@gmail.com:

Are there any switches or parameters that affect quality when encoding to

ff...@googlecode.com

unread,
Apr 5, 2012, 6:42:00 PM4/5/12
to ffmbc-...@googlegroups.com
Comment by baptiste...@gmail.com:

Yes, there are you can use 2 pass encoding to improve the encoding and use
-mbd rd

ff...@googlecode.com

unread,
May 25, 2012, 8:33:31 PM5/25/12
to ffmbc-...@googlegroups.com
Comment by cjpla...@aol.com:

I've got the encoding to 8-channel Mono MOV going using AVISynth to insert
my pulldown. Every time I load the AVS into VDub, the video and audio is
complete at 1 hour long. When I encode it with FFMBC, I only get the first
few mins of the content. No frame length parameters are given. Thoughts?
Would a STDout application be better than feeding it directly into FFMBC?

ff...@googlecode.com

unread,
Jan 15, 2013, 10:49:36 AM1/15/13
to ffmbc-...@googlegroups.com
Comment by audionuma:

How can I remux already encoded files ?
I do have a m2v(in.m2v) file and two mono wav files (inL.wav, inR.wav)
<code>
ffmbc -i in.m2v -i inL.wav, inR.wav
FFmbc version 0.7-rc7
Copyright (c) 2008-2012 Baptiste Coudurier and the FFmpeg developers
[mpegvideo @ 0x7f892080a800] Estimating duration from bitrate, this may be
inaccurate
Input #0, mpegvideo, from 'in.m2v':
Duration: 00:11:45.06, start: 0.000000, bitrate: 49999 kb/s
Stream #0.0(und): Video: mpeg2video (4:2:2), yuv422p, 1920x1080i tff
[PAR 1:1 DAR 16:9], 50000 kb/s, 25.00 fps
Input #1, wav, from 'inL.wav':
Duration: 00:11:46.32, start: 0.000000, bitrate: 1194 kb/s
Stream #1.0(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
Input #2, wav, from 'inR.wav':
Duration: 00:11:46.32, start: 0.000000, bitrate: 1194 kb/s
Stream #2.0(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
At least one output file must be specified
</code>
then :
<code>
ffmbc -i in.m2v -i inL.wav -vcodec copy -acodec copy -target xdcamhd422
out.mxf
...
Stream mapping:
Stream #0.0 -> #0.0
Stream #1.0 -> #0.1
...
</code>
works fine and very fast ...
Unfortunately :
<code>
ffmbc -i in.m2v -i inL.wav -i inR.wav -vcodec copy -acodec copy -target
xdcamhd422 out.mxf
...
Stream mapping:
Stream #0.0 -> #0.0
Stream #1.0 -> #0.1
...
</code>
So I don't find my two mono tracks in the out.mxf file :-(

I eventually found out that :
<code>
ffmbc -i in.m2v -i inL.wav -i inR.wav -vcodec copy -acodec copy -target
xdcamhd422 out.mxf -acodec copy -newaudio
...
Stream mapping:
Stream #0.0 -> #0.0
Stream #1.0 -> #0.1
Stream #2.0 -> #0.2
...
</code>
does the job.
Thanks ffmbc !

ff...@googlecode.com

unread,
Jan 15, 2013, 10:51:37 AM1/15/13
to ffmbc-...@googlegroups.com
Comment by audionuma:

(Sorry for the block of text above ... not so good with wiki syntax.)

ff...@googlecode.com

unread,
Feb 28, 2013, 4:47:06 AM2/28/13
to ffmbc-...@googlegroups.com
Comment by tito...@gmail.com:

Hi Baptiste,
Thanks for this excellent fork of ffmpeg.

I would like to do a XDcamHD422 with 5.1 audio (6 mono channels)
Is it possible to do that, I don't found documentation of
the "-map_audio_channel"

If it can help, my source file is an avisynth script with
atotal=MergeChannels(a1,a2,a3,a4,a5,a6)
Audiodub (video, atotal)

I really hope you can help me

Regards,

Christophe

Baptiste Coudurier

unread,
Mar 5, 2013, 3:09:08 PM3/5/13
to ffmbc-...@googlegroups.com, ff...@googlecode.com
Hi,

On 02/28/2013 01:47 AM, ff...@googlecode.com wrote:
> Comment by tito...@gmail.com:
>
> Hi Baptiste,
> Thanks for this excellent fork of ffmpeg.
>
> I would like to do a XDcamHD422 with 5.1 audio (6 mono channels)
> Is it possible to do that, I don't found documentation of the "-map_audio_channel"
>
> If it can help, my source file is an avisynth script with
> atotal=MergeChannels(a1,a2,a3,a4,a5,a6)
> Audiodub (video, atotal)
>
> I really hope you can help me

It depends on what your source file is.

--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org

ff...@googlecode.com

unread,
Mar 22, 2013, 10:20:09 PM3/22/13
to ffmbc-...@googlegroups.com
Comment by russells...@gmail.com:

Converting .mov to .mxf. using the above commands. Always returns error
for audio. Writes video but no audio.

For more information:
https://code.google.com/p/ffmbc/wiki/XDCAMHD422Encoding

ff...@googlecode.com

unread,
Mar 23, 2013, 7:20:44 AM3/23/13
to ffmbc-...@googlegroups.com
Comment by russells...@gmail.com:

russell...@gmail.com

Using FFmvc-0.7re8 win 64 with this code: ffmbc -i MVI_2013.mov -s hd1080
-target xdcamhd422 -an MV2013.mxf

I get an video file but with out audio.

ff...@googlecode.com

unread,
Mar 23, 2013, 7:22:45 AM3/23/13
to ffmbc-...@googlegroups.com
Comment by russells...@gmail.com:

russell...@gmail.com

Using ffmbc -0.7 re8 windows 64 or 32 with this code: ffmbc -i MVI_2013.mov
-s hd1080 -target xdcamhd422 -an MV2013.mxf

Returns an mxf file with video but no audio.

ff...@googlecode.com

unread,
Mar 23, 2013, 7:36:36 AM3/23/13
to ffmbc-...@googlegroups.com
Comment by russells...@gmail.com:

Using this code with version 7: ffmbc -i MVI_2013.mov -s hd1080 -target
xdcamhd422 -an MV2013.mxf
-acodec pcm_s24le -ar 48000 -newaudio
-acodec pcm_s24le -ar 48000 -newaudio
-map_audio_channel 0:1:0:0:1:0 -map_audio_channel 0:1:1:0:2:0
pause

Creates mxf file with no audio. These error messages are
returned: '-map_audio_channel' is not
recognized as an internal or external command, operable program or batch
file.

-acodec pcm_s241e -ar 48000 -newaudio 'acodec' is not recognized as an
internal or external command...

Working with Windows 7 64 home edition

ff...@googlecode.com

unread,
Mar 24, 2013, 10:16:56 PM3/24/13
to ffmbc-...@googlegroups.com
Comment by russells...@gmail.com:

Mxf audio remap example above does not work.

ff...@googlecode.com

unread,
Mar 25, 2013, 7:00:06 AM3/25/13
to ffmbc-...@googlegroups.com
Comment by russells...@gmail.com:

Using the .mxf example above, would it be possible to map the stereo
channels to 4 separate tracks(repeating the channels twice)? If so could
you show code?

ff...@googlecode.com

unread,
Mar 25, 2013, 10:10:07 AM3/25/13
to ffmbc-...@googlegroups.com
Comment by russells...@gmail.com:

Okay, so finally figured everything out, but resultant file will not import
into xdcam browser, which probably means it will not copy to xdcam disk.
This should be the next item on the list: make the .mxf files actually
compatible with xdcam disk technology.

Tim Nicholson

unread,
Mar 25, 2013, 3:57:17 AM3/25/13
to ffmbc-...@googlegroups.com
On 23/03/13 11:22, ff...@googlecode.com wrote:
> Comment by russells...@gmail.com:
>
> russell...@gmail.com
>
> Using ffmbc -0.7 re8 windows 64 or 32 with this code: ffmbc -i MVI_2013.mov -s
> hd1080 -target xdcamhd422 -an MV2013.mxf
>
> Returns an mxf file with video but no audio.
>

Again you have specified "-an"
--
Tim

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.

Tim Nicholson

unread,
Mar 25, 2013, 3:56:07 AM3/25/13
to ffmbc-...@googlegroups.com
On 23/03/13 11:20, ff...@googlecode.com wrote:
> Comment by russells...@gmail.com:
>
> russell...@gmail.com
>
> Using FFmvc-0.7re8 win 64 with this code: ffmbc -i MVI_2013.mov -s hd1080
> -target xdcamhd422 -an MV2013.mxf
>
> I get an video file but with out audio.
>

Well if you specify "-an" which means no audio channels what doe you expect?

Tim Nicholson

unread,
Mar 25, 2013, 3:59:46 AM3/25/13
to ffmbc-...@googlegroups.com
On 23/03/13 11:36, ff...@googlecode.com wrote:
> Comment by russells...@gmail.com:
>
> Using this code with version 7: ffmbc -i MVI_2013.mov -s hd1080 -target
> xdcamhd422 -an MV2013.mxf
> -acodec pcm_s24le -ar 48000 -newaudio
> -acodec pcm_s24le -ar 48000 -newaudio
> -map_audio_channel 0:1:0:0:1:0 -map_audio_channel 0:1:1:0:2:0
> pause
>
> Creates mxf file with no audio. These error messages are returned:
> '-map_audio_channel' is not
> recognized as an internal or external command, operable program or batch file.
>
> -acodec pcm_s241e -ar 48000 -newaudio 'acodec' is not recognized as an internal
> or external command...
>

Because all the parameters need to be on one line, or you need to escape the end
of line:-

ffmbc -i MVI_2013.mov -s hd1080 -target xdcamhd422 -an MV2013.mxf \
-acodec pcm_s24le -ar 48000 -newaudio \
-acodec pcm_s24le -ar 48000 -newaudio \
-map_audio_channel 0:1:0:0:1:0 -map_audio_channel 0:1:1:0:2:0 \




> Working with Windows 7 64 home edition
>
> For more information:
> https://code.google.com/p/ffmbc/wiki/XDCAMHD422Encoding
>


--
Tim Nicholson
Digital Media Services
BBC Studios and Post Production
Anteros, Odyssey Business Park, West End Road,
South Ruislip, Middlesex, HA4 6QQ.
0203 327 7420

ff...@googlecode.com

unread,
Sep 24, 2013, 5:42:49 PM9/24/13
to ffmbc-...@googlegroups.com
Comment by je...@gravedad.mx:

it gives me a 0kb file as a result, and it wont take long to make, i barely
can see the consol screen,

i'm using this string

ffmbc -i v1.mov -target xdcamhd422 transformado.mxf

ff...@googlecode.com

unread,
Dec 10, 2013, 4:14:31 PM12/10/13
to ffmbc-...@googlegroups.com
Comment by mboufl...@gmail.com:

Hello Baptiste,

I just tried the ffmmbc to create an MXF file compatible with the XDCAM 422
format, but it does not seem to be working with the XDCAM Browser software
v2.1 from Sony. My intention is to create MXF files and later ingest them
into XDCAM media using the Browser, and the same procedure seems to be
working if I select the MXF files that were originally created by some
XDCAM VTR.
I was able to match all characteristics from the original XDCAM VTR clip
using ffmbc, but I guess there must be something inside the MXF structure
that prevents me from using this clip with the Media Brower.

ff...@googlecode.com

unread,
Dec 13, 2013, 1:39:07 AM12/13/13
to ffmbc-...@googlegroups.com
Comment by Shirley1...@gmail.com:

For native editing in FCP, I convert MXF to ProRes MOV. The problem is how
to preserve multiple audio tracks in raw XDCAM MXF file? Finally I got
Aunsoft TransMXF Pro for Mac. Well, it do pretty good job to preserve and
separate multiple tracks in MXF.

ff...@googlecode.com

unread,
Feb 8, 2014, 7:43:25 PM2/8/14
to ffmbc-...@googlegroups.com
Comment by Shirley1...@gmail.com:

For native editing in FCP, I convert MXF to ProRes? MOV. The problem is how

ff...@googlecode.com

unread,
Feb 20, 2014, 7:39:00 AM2/20/14
to ffmbc-...@googlegroups.com
Comment by juergen....@web.de:

I have created some XDCAMHD files with ffmbc but could not copy it to the
clip directory of the PDW-U2 drive.Error 0x8007054F any idea ?
The Sony XDCAM Viewer PDZ-VX10 Version 2.3 plays it normally.

Bouke (VideoToolShed)

unread,
Feb 20, 2014, 10:06:19 AM2/20/14
to ffmbc-...@googlegroups.com
I've done this with succes to a PDW U1.
Trick was to create files in QT container, then use the XDcam transfer tool
to copy it to disk.
There is a command line tool for this that you can riip out of the package,
forgot what part, but i'll try to look it up if you can't find it yourself.

hth,

Bouke

VideoToolShed
van Oldenbarneveltstraat 33
6512 AS NIJMEGEN, the Netherlands
+31 24 3553311
> --
> You received this message because you are subscribed to the Google Groups
> "ffmbc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ffmbc-discus...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

juerge...@web.de

unread,
Feb 27, 2014, 6:53:31 AM2/27/14
to ffmbc-...@googlegroups.com, codesite...@google.com, ff...@googlecode.com
I have looked on the Sony Home-Page for that transer tool but only find a plug in for Mac.I have some other MXF-XDCAMHD Files created on other third party products (omneon,avid,digitalvision...) and  copying these files to the clip directory is possible.So I think it  must something  incompatible with FFmbc  to the Sony standard.

ff...@googlecode.com

unread,
Mar 11, 2014, 2:17:52 PM3/11/14
to ffmbc-...@googlegroups.com
Comment by TherionW...@gmail.com:

Hi
Any chance of an explicit description of the map_audio_channel_cmd? This
has always confused me albeit that I am easily confused!!

many thanks
Jerry.

ff...@googlecode.com

unread,
Mar 14, 2014, 3:53:04 PM3/14/14
to ffmbc-...@googlegroups.com
Comment by ari.wars...@gmail.com:

Is there a limitation on the number of cores ffmbc can use?

ff...@googlecode.com

unread,
May 6, 2014, 3:05:38 AM5/6/14
to ffmbc-...@googlegroups.com
Comment by dariusz....@gmail.com:

How merge 8 mono channels in 2 stereo pairs?

Andrew Green

unread,
Jun 11, 2014, 1:27:41 PM6/11/14
to ffmbc-...@googlegroups.com, codesite...@google.com, ff...@googlecode.com
This is what I've figured out so far, this example allows me to run conversion on a folder of .mpg (anything really but mine are MPEG-TS (1080i59.94) with 5.1+stereo AES3 audio (4 stereo streams)) and output an XDCAM422 1080i60 (59.94 interlaced) for use with Premiere Pro CC:

#!/bin/sh
for file in /home/video/input/*.mpg
do
 echo "Converting $file"
 ffmbc -threads 8 -i $file -target xdcamhd422 -tff -vtag xd5b $file.mxf -map_audio_channel 0:1:0:0:1:0 -map_audio_channel 0:1:1:0:2:0 -map_audio_channel 0:2:0:0:3:0 -map_audio_channel 0:2:1:0:4:0 -map_audio_channel 0:3:0:0:5:0 -map_audio_channel 0:3:1:0:6:0 -map_audio_channel 0:4:0:0:7:0 -map_audio_channel 0:4:1:0:8:0 -newaudio -newaudio -newaudio -newaudio -newaudio -newaudio  -newaudio
 echo "Done converting $file"
done
echo "Finished Converting input files!"


As for the map_audio_channel command:
-map_audio_channel 0:1:0:0:1:0 -map_audio_channel 0:1:1:0:2:0 -map_audio_channel 0:2:0:0:3:0 -map_audio_channel 0:2:1:0:4:0 -map_audio_channel 0:3:0:0:5:0 -map_audio_channel 0:3:1:0:6:0 -map_audio_channel 0:4:0:0:7:0 -map_audio_channel 0:4:1:0:8:0

Map Input File 0 -> Stream 1 -> Channel 0 into Output File 0 -> Stream 1 -> Channel 0 (XDCAM wants 8 mono audio streams in PCM)
Map Input File 0 -> Stream 1 -> Channel 1 into Output File 0 -> Stream 2 -> Channel 0
Map Input File 0 -> Stream 2 -> Channel 0 into Output File 0 -> Stream 3 -> Channel 0
Map Input File 0 -> Stream 2 -> Channel 1 into Output File 0 -> Stream 4 -> Channel 0
Map Input File 0 -> Stream 3 -> Channel 0 into Output File 0 -> Stream 5 -> Channel 0
Map Input File 0 -> Stream 3 -> Channel 1 into Output File 0 -> Stream 6 -> Channel 0
Map Input File 0 -> Stream 4 -> Channel 0 into Output File 0 -> Stream 7 -> Channel 0
Map Input File 0 -> Stream 4 -> Channel 1 into Output File 0 -> Stream 8 -> Channel 0

Input/Output files start at 0, Streams start at 1, Channels start at 0

You'll need a -newaudio flag for each map_audio_channel as you're starting with an MXF with no audio streams. This will also insert silence into the channel if there's no input audio.

If you want interlaced MXF then make sure you use the -tff, I don't believe the -vtag has any affect with MXF, it's only for MOV.

Hope this helps you/someone!

-Andrew

ff...@googlecode.com

unread,
Jan 7, 2015, 2:23:40 PM1/7/15
to ffmbc-...@googlegroups.com
Comment by dariusz....@gmail.com:

Mediainfo read bitrate correctly?

ffmbc -i input.mov -tff -target xdcamhd422 -vtag xd5c test.mov

and
Bit rate : 51.5 Mbps
Maximum bit rate : 50.0 Mbps

ff...@googlecode.com

unread,
Jan 20, 2015, 9:24:06 AM1/20/15
to ffmbc-...@googlegroups.com
Comment by bren...@mediahost.co.za:

mediainfo with show overview bitrate is a sum of streams, so likely video
at 50Mbps and audio at 1.5Mbps

ff...@googlecode.com

unread,
Jan 20, 2015, 9:38:33 AM1/20/15
to ffmbc-...@googlegroups.com
Comment by bren...@mediahost.co.za:

mediainfo will show overview bitrate as a sum of the streams, so likely
video at 50Mbps and audio at 1.5Mbps to total 51.5Mbps

ff...@googlecode.com

unread,
Feb 7, 2015, 3:21:47 AM2/7/15
to ffmbc-...@googlegroups.com
Comment by vijm1...@gmail.com:

Please let me know if I can configure 4 stereo streams into 8 mono streams?
Explain the mapping of 0:1:0:0:1:0 and 0:1:1:0:2:0, if I am not wrong 1st
audio stream is 0:1.

Rens van der Zwan

unread,
Feb 7, 2015, 3:45:53 AM2/7/15
to ffmbc-...@googlegroups.com
Yes you can. I've used below commandline on Avids Airspeed 5000 clips to create mono audio tracks and leave the video part as it is. The input format is xdcamhd422 and audio is in pairs

ffmbc -i <infile> -an -vcodec copy -timecode 00:00:00:00 -target xdcamhd422 <outfile>
-acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:1:0:0:1:0
-acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:1:1:0:2:0
-acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:2:0:0:3:0
-acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:2:1:0:4:0
-acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:3:0:0:5:0
-acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:3:1:0:6:0
-acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:4:0:0:7:0
-acodec pcm_s24le -ar 48000 -newaudio -map_audio_channel 0:4:1:0:8:0


-map_audio_channel infile:instream:inchannel:outfile:outstream:outchannel

If your transcoding from one file to another single file then the infile and outfile will be 0.
The first audio track is on stream 1 (assuming video is on stream 0) . The first audio channel is on channel 0 and the second one is on channel 1.

Grt, Rens van der Zwan

-----Oorspronkelijk bericht-----
Van: ffmbc-...@googlegroups.com [mailto:ffmbc-...@googlegroups.com] Namens ff...@googlecode.com
Verzonden: zaterdag 7 februari 2015 9:22
Aan: ffmbc-...@googlegroups.com
Onderwerp: [ffmbc-discuss] Re: Comment on XDCAMHD422Encoding in ffmbc
--
You received this message because you are subscribed to the Google Groups "ffmbc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ffmbc-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

ff...@googlecode.com

unread,
May 31, 2015, 4:55:20 PM5/31/15
to ffmbc-...@googlegroups.com
Comment by tom.vujn...@gmail.com:

I'm having problem with re-wraping avchd422 MXF file into MOV container.
I've tried your example and got mov file BUT:

- it has only one mono audio channel when checked trough movie inspector,
but displays four audio channels on PPmeter. (that is not that important
for me)

- it seems that it resets timecode to zero (doesn't read correct timecode
from source - it's there, at least it shows up in premiere) - i can't check
that, but console output tells me that it's 00:00:00:00

- when opened in QT player it displays black video, and I can't open it in
any other program (Premiere, Nuke, ...)

- when opened in VLC I have normal picture :((

It seems to me that I just forgot some flag or something which VLC ignores
and other programs do not. Data is there, I just cant figure out what I'm
missing.

And As sidenote, exactly same thing is happening in ffmpeg

Thnaks
Tom Vujnović
Reply all
Reply to author
Forward
0 new messages