look at their chart
http://www.etymonix.com/products/softreel/softreel_mpeg2_decoder.htm
Frame-accurate seeking in AVI files Yes Yes
If it's true, you might be able to re-wrap into AVI without re-encoding . There are AVI "hack" tricks that get around the b-frame issue. E.g. DivX and Xvid use these hacks . Maybe this decoder does too ?
+ Reply to Thread
Results 31 to 34 of 34
-
-
Etymonix VFW seems to me a SD only codec, while softreel seems to me a directshow-only codec so I cannot use it.
Matrox VFW Mpeg2 I frame HD work well: scrub is ok, no frames problem but it (and the softlab codec) requires a re-encoding.
I was happy because with "ffmpeg -vcodec" or "-vcodec -g 0" I was hoping of native editing with no re-encode and loss of quality.
I find little strange that only ffdshow can reade and decode ffmpeg-output files via VFW (doing that moreover bad) but evidently it's so.
At this point, rather then transcode in Mpeg2 I frames, it might be convenient for me to encode in mjpeg (ffmpeg -vcodec mjpeg -q:v 0"), whereas at least the reading of files mjpeg is done internally by Speed Razor/Blade and this is the safer way.
However, I ask kindly 2 thing:
1) there is possibility that encoding with the command string:
ffmpeg -i c0020.mxf -vcodec mpeg2video -pix_fmt yuv422p -g 0 -q:v 0 -an -flags +ilme+ildct -alternate_scan 1 -top 1 cocco2.avi
to exclude the initial wrong-frames during encoding?
2) the problem is in encoding or in decoding? If wont to email the problem to the ffdshow team what should I say to him exactly
for understand the problem?
thank u -
softreel v2 is HD . See the chart
http://www.etymonix.com/products/softreel/softreel_mpeg2_decoder.htm
Maximum resolution 1920x1152
As described above, problem is decoding the MPEG2 with VFW in ffdshow for sure, because other formats do not have the problem (so that is proof that original source decoded fine, and encoded fine to say, FFV1, or UT Video Codec with ffmpeg , and decoded fine again with VFW, even ffdshow) .
You can submit a bug report to ffdshow, but I don't think it's actively developed any more (used to be daily or weekly updates, but nothing for months now) . Also, I doubt anybody has the time or inclination to fix MPEG2 in AVI - it's not a high priority format (really it's a dead format, nobody uses it).Last edited by poisondeathray; 26th Oct 2013 at 15:28.
-
Can I configure ffdshow-encoder (old version) in a way to do what would do
ffmpeg -i c0020.mxf -vcodec mpeg2video -pix_fmt yuv422p -g 0 -q:v 0 -an -flags +ilme+ildct -alternate_scan 1 -top 1 cocco2.avi
and using the same ffmpeg libraries to decompress .mxf and re-encode in mpeg exactly as would do ffmpeg?
Just for a proofLast edited by marcorocchini; 27th Oct 2013 at 03:32.
Similar Threads
-
ffmpeg - Override/Set ISFT Metadata?
By Ruler2112 in forum Video ConversionReplies: 11Last Post: 27th Oct 2013, 03:01 -
How to set ReFrames in ffmpeg
By wycklk in forum Video ConversionReplies: 1Last Post: 26th Sep 2013, 09:31 -
FFMPEG: extract frames
By mogadanez in forum Video ConversionReplies: 6Last Post: 4th May 2012, 11:06 -
FFMPEG encode directory
By darklift in forum LinuxReplies: 6Last Post: 3rd Feb 2012, 23:50 -
Can Ripbot263 be set to encode in MPEG4
By jntaylor63 in forum Video ConversionReplies: 1Last Post: 18th Feb 2010, 10:24