Hi please help the cat please
I cannot open with avisynth the script for this MXF video file that I shoot with a new camera (Sony PXW-Z190)
https://www.swisstransfer.com/d/cbb1996b-fa75-4f00-abae-1c6066705476
the script is:
Code:LoadPlugin("v:\automazioneclip\AviSynth\ffms2-2.40-msvc\ffms2-2.40-msvc\x64\ffms2.dll") Import("V:\automazioneclip\AviSynth\FFMS2_AVSI_2019\ffms2.avsi") LoadPlugin("v:\automazioneclip\AviSynth\Lsmash64perVirtualDub64\LSMASHSource.dll") LWLibavVideoSource("C:\Users\Administrator\Desktop\test\346_0012.MXF")
can someone help?
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 9 of 9
Thread
-
-
The Lsmash version I'm using also has problems
It works ok with newer versions of ffms2 or bestsource .
eg
Code:BSVideoSource("346_0012.MXF")
-
I'm going to mirror your file here , and post issue at github so a developer can fix it for L-Smash . You can use ffms2 or bestsource as an alternative for now
https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/issues/74 -
with me don't works nothig
BSVideoSource -->NO
LSMASH --NO
FFMS2 --> NO
why cat? -
download ffms2-5.0-msvc.7z
from https://github.com/FFMS/ffms2/releases
extract package in locations
the script:
Code:LoadPlugin("V:\automazioneclip\AviSynth\FFMS2OCT2024\x64\ffms2.dll") Import("V:\automazioneclip\AviSynth\FFMS2OCT2024\FFMS2.avsi") FFMS2("C:\Users\Administrator\Desktop\Nuova cartella (3)\Nuova cartella\346_0012.MXF")
it'
[Attachment 82697 - Click to enlarge]s virtuadlbun that wont' open the .avs script
and however I need to scale from the 10 bit of the original clip to 8
ho I can do?Last edited by marcorocchini; 5th Oct 2024 at 17:55.
-
That's a VirtualDub error, not an AviSynth error. Specify a colorspace that your version of VirtualDub supports. Or ConvertFormat() and CovnertBits() after ffms2().
For example:
Code:ffms2("346_0012.MXF", colorspace="YUY2") # reduces 10 bit to 8 bit
Code:ffms2("346_0012.MXF") ConvertBits(8) # reduces 10 bit to 8 bit
Last edited by jagabo; 5th Oct 2024 at 21:03.
-
[Attachment 82700 - Click to enlarge]
omc! thanks -
Similar Threads
-
.AVI video file won't play on Epson Projector, help please
By hmunster123 in forum MediaReplies: 10Last Post: 10th Dec 2022, 20:30 -
How to properly process this video with Avisynth?
By elektro in forum Newbie / General discussionsReplies: 9Last Post: 7th Jan 2022, 11:53 -
IMX50.mxf to IMX30.MOV video shows green screen
By Ian Dsilva in forum Video ConversionReplies: 0Last Post: 23rd Aug 2021, 14:31 -
MXF IBBP To MXF I frame only
By zahoor in forum Video ConversionReplies: 3Last Post: 27th Feb 2021, 14:54 -
BD Rebuilder - file size increased after the process issue
By Damirko1981 in forum Authoring (Blu-ray)Replies: 9Last Post: 8th Sep 2020, 06:07