FFMPEG -i input.mxf -vcodec copy -an output.avi
Can I use virtualdub/ffdshow so I can achieve output.avi as ffmpeg?
but I have to set ffshow/encoder in MPEG2-I frame
can ffdshow support mpeg2 encoding?
because my source mxf is mpeg2:
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=12
Format_Settings_Wrapping : Frame
Duration : 36s 600ms
Bit rate : 50.0 Mbps
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
Stream size : 218 MiB (83%)
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Thanks!
+ Reply to Thread
Results 1 to 2 of 2
-
-
Not sure if this answers your question, but the difference is -vcodec copy in ffmpeg means a stream copy (no quality loss)
But ffdshow as a VFW encoder is re-encoding the video (it's receiving uncompressed video beforehand as input) . So you incur quality loss
https://www.videohelp.com/tools/ffdshow/old-versions#download
Similar Threads
-
Why does FFmpeg stop with an error message with "-c copy -b:v 700k"options?
By falco2000 in forum Video ConversionReplies: 5Last Post: 4th Oct 2012, 12:39 -
KMPlayer and FFDShow deinterlace - how to get "bob" effect working?
By ANOther1676 in forum Software PlayingReplies: 3Last Post: 18th Feb 2011, 07:47 -
ffmpeg GUI that can "copy" into a different container?
By AlanHK in forum Video ConversionReplies: 4Last Post: 22nd Jul 2010, 02:37 -
how we can implement "VirtualDub" or "FFmpeg" with my C# windows applicati
By dhemittal in forum ProgrammingReplies: 0Last Post: 8th Jun 2010, 07:17 -
ffdshow and haali, "recommended" version control
By tbone8 in forum Blu-ray RippingReplies: 1Last Post: 12th May 2010, 21:55