Skip to content

ffmpeg customized for broadcast - ubuntu compilation instructions

Notifications You must be signed in to change notification settings

mediatechlab/ffmbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Compilation was tested on ubuntu 18 64 bits

FFmbc usage:

In order to generate a Sony MXF XDCAM HD file

ffmbc -i input.MOV -tff -target xdcamhd422 -an output.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:0:0:2:0

To generate a Sony MXF IMX50 SD file

ffmbc -i input.MOV -tff -target imx50 -an -y output.MXF -acodec pcm_s24le -ar 48000 -newaudio -acodec pcm_s24le -ar 48000 -map_audio_channel 0:1:0:0:1:0

About

ffmpeg customized for broadcast - ubuntu compilation instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages