Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#2 | Link |
|
Excessively jovial fellow
Join Date: Jun 2004
Location: rude
Posts: 1,100
|
ffvideosource should be able to open mxf. There's also this that may or may not work better (I just googled "avisynth mxf" to find it; perhaps you should have done the same before posting this thread?).
|
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Sep 2010
Posts: 49
|
thanks for your answer... it's not working for me, but maybe i'm doing something wrong...
i use megui, and ffms is part of it, so my script reads: LoadPlugin("C:\Program Files (x86)\MeGUI 0.3.5\tools\ffms\ffms2.dll") FFVideoSource("E:\Avid MediaFiles\MXF\1\ecohhh3AA01.4F395DB7.E24FF0") the error i encounter is "FFVideoSource: Can't open ..." am i maybe not loading the plugin the right way? |
|
|
|
|
|
#11 | Link |
|
Registered User
Join Date: Sep 2010
Posts: 49
|
sorry for my ignorance, do i have to specify to vcodec and acodec? running the script like this i get a "-vcodec: no such file or directory" error.
"C:\Program Files\ffmpeg-git-a923b6b-win64-static\bin\ffmpeg.exe" -i -vcodec copy -acodec copy -f mpegts "E:\EcoHHH\output.m2ts" |
|
|
|
|
|
#12 | Link | |
|
Registered User
Join Date: Sep 2007
Posts: 5,669
|
Quote:
you didn't specify the input file; it's blank after the -i -i inputfile.mxf |
|
|
|
|
|
|
#13 | Link |
|
Registered User
Join Date: Sep 2010
Posts: 49
|
i see... now it works, but the output is zero bytes:
Input #0, mxf, from 'E:\Avid MediaFiles\MXF\1\ecohhh3AA01.4F395DB7.E24FF0.mxf': Duration: 00:30:01.36, start: 0.433771, bitrate: 770 kb/s Stream #0:0: Data: none Output #0, mpegts, to 'E:\EcoHHH\output.m2ts': Output file #0 does not contain any stream |
|
|
|
|
|
#14 | Link |
|
Excessively jovial fellow
Join Date: Jun 2004
Location: rude
Posts: 1,100
|
Judging by that output it looks like the file is encrypted. ffmpeg detects a track, but can't detect its type (audio/video) or compression method. Since ffvideosource is based on ffmpeg, it gets the same result and you get the error "no video track found".
|
|
|
|
|
|
#18 | Link |
|
Registered User
Join Date: Sep 2010
Posts: 49
|
could you help me how to demux that with ffmpeg? in the documentation there is no mpeg demuxer...
unfortunately i also lack the knowledge to work with http://code.google.com/p/dcinematools/ (no idea on how to compile that) the smallest file i have is 27MB; if i separate it it won't probably be the same. i'll send a yousendit link to it as soon as it is uploaded... |
|
|
|
|
|
#20 | Link | |
|
Registered User
Join Date: Sep 2010
Posts: 49
|
Quote:
here's the link of a short piece of mxf video: https://rcpt.yousendit.com/138761714...000000&s=19105 |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|