freeMXF.org

Open discussion about freeMXF.org tools and MXF in general
It is currently Thu Mar 28, 2024 4:25 pm
Board index » MXF Categories » freeMXF.org Tools



Post new topic Reply to topic  [ 6 posts ] 
Author
Search for:
Message

Offline
Rookie

Joined: Mon Jul 05, 2010 10:15 am
Posts: 2

Post Posted: Mon Jul 05, 2010 10:26 am 
Top  
i need to convert the mxf made by a panasonic camcorder to common formats. the free mxf tools with GUI can only make MXF files, but can't split them. and i try the command line tool, the mxfsplitter. it do split the streams, but the video stream can't be recognized by any other video tools or player.
i can't play it in KMplayer, can't open it by ffmpeg.

so, what should i do to convert the MXF files? is there a tools or a sensable way?

thanks for help!

 Profile  

Offline
Rookie

Joined: Thu Jul 22, 2010 7:20 am
Posts: 3

Post Posted: Thu Jul 22, 2010 7:30 am 
Top  
As i konw , MXF file format is not compatible with many programs.My blog all talk how to play MXF files to other format to player and editing software.
You can find the answer on my Blog .
Good luck.

 Profile  

Offline
Rookie

Joined: Thu Jul 22, 2010 7:20 am
Posts: 3

Post Posted: Thu Jul 22, 2010 7:32 am 
Top  
Sorry ,forget the blog url:http://mxf-converter.com/

 Profile  

Offline
Rookie

Joined: Mon Jul 05, 2010 10:15 am
Posts: 2

Post Posted: Fri Jul 23, 2010 1:13 am 
Top  
thanks for you reply, but i want a free solution, open source the best~

 Profile  

Offline
Rookie

Joined: Thu Jul 22, 2010 7:20 am
Posts: 3

Post Posted: Thu Jul 29, 2010 1:40 am 
Top  
You can use the free trail. The difference bettwen them lies in their watermark.

 Profile  

Offline
Rookie

Joined: Wed Feb 16, 2011 8:41 pm
Posts: 2

Post Posted: Thu Feb 17, 2011 2:07 am 
Top  
I am experimenting with the same issue.

Many get it wrong, but what we are looking for is a pure "LINUX" solution, not any MAC or WIN stuff...

We have a LINUX only environment, and I want to keep it this way!

In fact the unwrapping works nice with these script:
Code:
#!/bin/bash
for f in *.MXF;
do
  echo "Processing $f ... please be patient!";
  STREAM=`mxfsplit -m $f | grep “File=” | cut -c 31-52`
  mv _0002-G18010201.Stream "$f.Stream";
  MODDATE=$(stat -c %y $f)
  MODDATE=${MODDATE%% *}
  mkdir /home/Media/down_tmp/mxf_import/$MODDATE
  mv $f.Stream /home/Media/down_tmp/mxf_import/$MODDATE
  mkdir /home/zzz_servers/thot/Production/video/rohdaten/$MODDATE
  mv $f /home/zzz_servers/thot/Production/video/rohdaten/$MODDATE
done

The *.Stream can be processed with FFMPEG or directly imported to "kdenlive". However I still have problems tweaking ffmpeg as the avi has the wrong audio settings.

ffmpeg recognizes e.g.:
Code:
Input #0, dv, from '0001Q1.MXF.Stream':
  Duration: 00:00:38.00, start: 0.000000, bitrate: 115200 kb/s
    Stream #0.0: Video: dvvideo, yuv422p, 1440x1080, 115200 kb/s, PAR 4:3 DAR 16:9, 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
    Stream #0.2: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
    Stream #0.3: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
    Stream #0.4: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s


Importing the AVI to "CINELERRA" fails currently.

 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

Jump to:  


Who is online

Users browsing this forum: No registered users and 69 guests

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group :: Style based on FI Subice by phpBBservice.nl :: All times are UTC