mdsh.com/wiki


RecentChanges

TextFormattingRules
AllWikiTopics
OrphanedWikiTopics
ToDoWikiTopics
WikiLockList
RSS
Export2HTML

WikiSearch

SetUsername

StartingPoints
Home
FFmbc @Mar 9, 2010 6:10:21 AM

FFmbc is a fork of FFmpeg that is "customized for broadcast and professional usage".

See:
http://code.google.com/p/ffmbc/

480x360 frame containing letter-box 16:9 square-pixel video to IMX30 MXF


ffmpeg -i "video.mp4" -vcodec mpeg2video -r 25 -pix_fmt yuv422p -minrate 30000k -maxrate 30000k -b 30000k -intra -flags +ildct+low_delay -dc 10 -flags2 +ivlc+non_linear_q -ps 1 -qmin 1 -qmax 3 -top 1 -bufsize 1200000 -rc_init_occupancy 1200000 -aspect 16:9 -croptop 44 -cropbottom 44 -s 704x576 -padtop 32 -padleft 8 -padright 8 -rc_buf_aggressivity 0.25 -acodec pcm_s16le -ar 48000 -ac 2 -f mxf_d10 -y "output.mxf"

After using ffmpeg to transcode to IMX30 video and audio it is possible to use writeavidmxf to create media directly usable in Avid MediaComposer 3.0 and above.

VeryQuickWiki Version 2.8.1 | Admin

All contents copyright mdsh.com (C) 2011-2023.