+ Reply to Thread
Results 1 to 5 of 5
-
Probably l-smash , it can do most things ffms2 can
Last resort is directshow, because of the potential problems and frame accuracy. -
mmm l-smash is interesting and seems frame accurate than ffmpeg
please consider my usual .mxf video source:
https://www.dropbox.com/s/ioy79qrqvfo0pss/C0020.mxf?dl=0
I have installed avisynth 2.6.0 and lsmash R729 with libav (L-SMASH-Works-r729-20141117-32bit-Libav.7Z)
but crash:
but if I convert the .mxf in .mov
Code:ffmpeg -i C0020.MXF -vcodec copy -an C0020.mov
so I try to replace the LSMASHSource.dll with another version (I don remeber is is a older version or not)
I have try with this:
https://www.dropbox.com/s/zc2sri25g3qtkz8/LSMASHSource.dll?dl=0
(I have put it on the avisynth/plugins directory)
and opening the .mov is OK
but lsmash won't opens in all cases the .mxf
I wonder: is there a way to open the directly the .mxf with l-smash? thanks -
Never heard of a .mxf until this post. You could also just mux the contents of the .mxf into an .mkv instead of a .mov. I tend to get better l-smash indexing when I put the video and audio into an .mkv. Whatever works for you.
-
LWLibavVideoSource("C0020.MXF")
(LSMASHVideoSource is for MOV, MP4 derivatives)
Similar Threads
-
[avisynth] FFMS2 version 2.22 get green colors
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 16th Oct 2015, 12:04 -
avisynth 2.6 + ffms2 2.22: why don't open mxf (mpeg2) video files?
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 6th Sep 2015, 13:19 -
what is the latest ffms2 for avisynth?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 17th May 2015, 07:43 -
what is the latest ffms2 ffmpeg 32bit plugin for avisynth?
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 23rd Aug 2014, 17:11 -
Avisynth/FFMS2 error: video track is unseekable
By marcorocchini in forum Newbie / General discussionsReplies: 97Last Post: 19th May 2014, 08:24