Page 4 of 4

Re: Uncompres MXF OP1A or Lossless j2k with MXF wrapper

Posted: Thu Mar 31, 2016 2:06 pm
by vijm1972
Hi Steipal,

I am using below commands.


1) To create RAW using custom FFMPEG

"%s_job_work%\%s_original_name%.wav" -f rawvideo -vcodec v210 -pix_fmt uyvy422 -s 720x576


2) To create RAW2BMX (This will create separate audio streams as per source along with video)

%ComSpec% /c ""%s_ffastrans_dir%\Processors\mxf_tools\raw2bmx.exe" -o "C:\RAW2MXF\%s_original_name%.mxf" -a 4:3 -c 10 --unc "%s_source%" --wave "%s_job_work%\%s_original_name%.wav""


3) To create bmxtranswrap output (re-map all the streams to one audio stream), we need to add bmxtranswrap.exe to FFAStrans\Processors\mxf_tools folder.

%ComSpec% /c ""%s_ffastrans_dir%\Processors\mxf_tools\bmxtranswrap.exe" -o "C:\Final_Out\%s_original_name%.mxf" --track-map singlemca "C:\RAW2MXF\%s_original_name%.mxf""

I have created workflow as per below.
SD_MXF to Uncompressed_SD_MXF.jpg
SD_MXF to Uncompressed_SD_MXF.jpg (32.46 KiB) Viewed 8883 times
We don't have to specify source audio tracks.

Thanks
Vijay

Re: Uncompres MXF OP1A or Lossless j2k with MXF wrapper

Posted: Fri Apr 01, 2016 6:51 am
by admin
Unless there is something left out in your post, I don't see how this workflow can work with multiple audio streams from your source. But maybe your source only have one audio stream with multiple channels?

-steipal

Re: Uncompres MXF OP1A or Lossless j2k with MXF wrapper

Posted: Fri Apr 01, 2016 1:42 pm
by vijm1972
Yes my source file is having 1 audio stream with 4 channels.
Thanks for your help.

Vijay

Re: Uncompres MXF OP1A or Lossless j2k with MXF wrapper

Posted: Tue Apr 09, 2019 6:57 pm
by philthewiz
Hi everyone!

This looks very interesting! I was wondering if there is still a raw2bmx.exe file you could provide since I'm not familiar with Visual Studio and all the compiling part. It would be appreciated :D I think that it's not included in the original package of FFAStrans. Let me know if that's possible. Thank you !

Re: Uncompres MXF OP1A or Lossless j2k with MXF wrapper

Posted: Wed Apr 10, 2019 7:04 am
by emcodem
Hey Phil,

why not use the pre-built binaries that the BBC guys provide?
https://sourceforge.net/projects/bmxlib/

cheers!