+ Reply to Thread
Results 1 to 8 of 8
-
mulvya for kindness I have a C0003.MXF file in interlaced NTSC that I would like to convert in PAL
this is the source
Video
ID : 2
Format : MPEG Video
Commercial name : XDCAM HD422
Format version : Version 2
Format profile : 4:2:2@High
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : M=3, N=15
Format settings, picture structure : Frame
Format settings, wrapping mode : Frame
Codec ID : 0D01030102046001-0401020201040300
Duration : 43s 76ms
Bit rate : 50.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 29.970 (30000/1001) 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.805
Stream size : 257 MiB (83%)
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
I have try:
Code:ffmpeg.exe -y -r 25 -i V:\tuttiFormati\PDWf800\NTSC\C0003.MXF -vcodec rawvideo -pix_fmt uyvy422 -q:v 0 -an output25fps.avi
or if this commandline is correct, can I use it also for progressive source?
thanksLast edited by marcorocchini; 19th Mar 2016 at 09:20.
-
Just a thought.
You are constantly flipping between scripts, abandoning working platforms. Ignoring old threads. You should stuck with some system and not look back. You cannot build up or update your scripts because your scripts are not modules that you can build up. All because you do not like to wait for indexing ...
There was threads how to use ffmpeg to handle channels in MXF and make a stereo out of it and encode. But you decide getting those channels in Avisynth instead. But then you do not like Avisynh for indexing before and avoiding it. Now you choose ffmpeg to convert NTSC to PAL when Avisynth is used for that. Kind of back and forth .., you make it hard for yourself ...
Similar Threads
-
Which are the free alternatives to VideoReDo's "QuickStream Fix" function?
By falco2000 in forum Newbie / General discussionsReplies: 10Last Post: 19th Mar 2022, 15:19 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21 -
avisynth: is there an alternative function to the SmoothFPS2
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 1st Nov 2014, 11:03 -
AvsPomd: Script error: there is no function named "ffinfo"? pls help?
By mrdodoubler in forum Newbie / General discussionsReplies: 4Last Post: 28th Jul 2014, 05:17 -
the "-intra" command in ffmpeg.exe affects encoding "-vcodec copy" mode?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 23rd Oct 2013, 15:53