Custom ffmpeg - XDCAMHD 1080i50
Posted: Wed Apr 08, 2020 10:53 am
Hello,
I would like to use "custom ffmpeg" to burn subtitles and transcode my file to XDCAMHD 1080i50. I'm almost there but I'm missing command lines for example to have the right color space (BT. 709), interlaced ==> top field first, etc.
Here are the properties I would like to have for my output file:
Video
ID : 512
Format : MPEG Video
Commercial name : XDCAM HD422
Format version : Version 2
Format profile : 4:2:2@High
Format settings : CustomMatrix / BVOP
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : M=3, N=12
Format settings, picture structure : Frame
Format settings, wrapping mode : Frame
Codec ID : 0D01030102046001-0401020201040300
Duration : 3 min 55 s
Bit rate mode : Constant
Bit rate : 50.0 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 FPS
Standard : Component
Color space : YUV
Chroma subsampling : 4:2:2
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.965
Time code of first frame : 00:00:00:00
Time code source : Group of pictures header
Stream size : 1.37 GiB (97%)
Color range : Limited
Color primaries : BT.709
Transfer characteristics : BT.709
Actually in my custom ffmpeg :
Video codec : mpeg2video Audio codec : pcm_s16le
Bitrate : 50000 Bitrate : 768
Options =
-map 0:0 -map 0:1 -map 0:2 -vf "subtitles='c\:\\subs\\%s_original_name%.srt':force_style='FontName=Arial,fontsize=16,Alignment=2,outlinecolour=&h80000000,MarginL=5,MarginV=25'"
If someone has the good command lines, it would be great !!!
Thanks
I would like to use "custom ffmpeg" to burn subtitles and transcode my file to XDCAMHD 1080i50. I'm almost there but I'm missing command lines for example to have the right color space (BT. 709), interlaced ==> top field first, etc.
Here are the properties I would like to have for my output file:
Video
ID : 512
Format : MPEG Video
Commercial name : XDCAM HD422
Format version : Version 2
Format profile : 4:2:2@High
Format settings : CustomMatrix / BVOP
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : M=3, N=12
Format settings, picture structure : Frame
Format settings, wrapping mode : Frame
Codec ID : 0D01030102046001-0401020201040300
Duration : 3 min 55 s
Bit rate mode : Constant
Bit rate : 50.0 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 FPS
Standard : Component
Color space : YUV
Chroma subsampling : 4:2:2
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.965
Time code of first frame : 00:00:00:00
Time code source : Group of pictures header
Stream size : 1.37 GiB (97%)
Color range : Limited
Color primaries : BT.709
Transfer characteristics : BT.709
Actually in my custom ffmpeg :
Video codec : mpeg2video Audio codec : pcm_s16le
Bitrate : 50000 Bitrate : 768
Options =
-map 0:0 -map 0:1 -map 0:2 -vf "subtitles='c\:\\subs\\%s_original_name%.srt':force_style='FontName=Arial,fontsize=16,Alignment=2,outlinecolour=&h80000000,MarginL=5,MarginV=25'"
If someone has the good command lines, it would be great !!!
Thanks