MFX details and compatibility; what about ffmpeg? at DVinfo.net
DV Info Net

Go Back   DV Info Net > Sony XAVC / XDCAM / NXCAM / AVCHD / HDV / DV Camera Systems > Sony XDCAM EX Pro Handhelds

Sony XDCAM EX Pro Handhelds
Sony PXW-Z280, Z190, X180 etc. (going back to EX3 & EX1) recording to SxS flash memory.

Reply
 
Thread Tools Search this Thread
Old January 9th, 2008, 12:33 PM   #1
Regular Crew
 
Join Date: Nov 2007
Location: Finland
Posts: 107
MFX details and compatibility; what about ffmpeg?

Now that I finaly can convert 720p clips with updated clip browser to MFXs do I loose something in conversion? How about 1080p clips? Are MFXs forced from 1920x1080 MP4 native to 1440x1080 like other XDCAM files are?

I tried loading MFX to Avid, it loads but it doesn't work when played. Premiere CS3 starts the import but then stops as it doesn't recognize the file format. Is Vegas pro the only application that actually understands the converted MFXs? If so does this mean that if I don't buy prospectHD there's no way to edit HQ clips on PC except on Vegas or by first converting MP4 to MFX and then rendering it to something else on Vegas that can be recognized by adobe or avid?

Does anyone know what ffmpeg actually is? Since it is used to show the MP4 clips on clip browser can it somehow be used with adobe or avid? There's no ready made installer for it so does it need to be compiled and installed manually? I found converter, that someone had programmed from ffmpeg, which converts MP4s to DNxHD quicktime that avid can understand but it only works with 1080p, not 720p. (and i haven't tested this converter yet but the fact that there is one prooves that ffmpeg can somehow be used to make MP4s from EX1 understandable file)

It is starting to look like that buying EX1 this early is a nightmare rather than dream come true.
Tuomas Sebastien is offline   Reply With Quote
Old January 9th, 2008, 12:57 PM   #2
Regular Crew
 
Join Date: Nov 2007
Location: Stockholm
Posts: 93
http://ffmpeg.mplayerhq.hu/


Or just search the forum I have posted several times about ffmpeg and Avid.
Andreas Johansson is offline   Reply With Quote
Old January 9th, 2008, 01:32 PM   #3
Major Player
 
Join Date: Nov 2007
Location: Agua Blanca Ibiza
Posts: 305
Try Edius Broadcast, works happily with MXF, I get realtime without any problems straight out to my HD monitor, full spec 1920x1080. The next release for Edius is at the end of January or beginning of Feb and will have an EX1 direct import application added to make the clip "unwrap" thingy outmoded. I even get playback off my Rev Pro archive discs at 1920x1080 - very cool indeed.

Paul
__________________
Another Sunny Day in Ibiza
Paul Newman is offline   Reply With Quote
Old January 9th, 2008, 02:54 PM   #4
Regular Crew
 
Join Date: May 2007
Location: Amsterdam, The Netherlands, Europe
Posts: 31
Quote:
Originally Posted by Tuomas Sebastien View Post
Now that I finaly can convert 720p clips with updated clip browser to MFXs do I loose something in conversion? How about 1080p clips? Are MFXs forced from 1920x1080 MP4 native to 1440x1080 like other XDCAM files are?
The Sony software is re-wrapping the mp4 data to mxf without transcoding.
Since FFMPEG is able to decode the mp4 file to a non-long-GOP format that all video editors can read, there is no need to rewrap to mxf.
Vincent Mesman is offline   Reply With Quote
Old January 9th, 2008, 04:03 PM   #5
Regular Crew
 
Join Date: Nov 2007
Location: Finland
Posts: 107
Quote:
Originally Posted by Vincent Mesman View Post
The Sony software is re-wrapping the mp4 data to mxf without transcoding.
Does this mean that the quality drops? Or what does it mean when it re-wrapped without transcoding?

Quote:
Originally Posted by Vincent Mesman View Post
Since FFMPEG is able to decode the mp4 file to a non-long-GOP format that all video editors can read, there is no need to rewrap to mxf.
After looking around Andreas' posts I found executable ffmpeg and made lots of test with different video and audio codecs. I found following command line to work:
ffmpeg -i input.mp4 -vcodec dnxhd -b 60Mb -acodec copy output.mov
The file imported in adobe perfectly and audio was also there.

Now, since I'm not sure how dnxhd 60Mb compares to 35Mbps HQ MP4, could someone please explain me how I should do the conversion without loosing quality? In what format I should convert my MP4s and what switches should I use with the ffmpeg to do this? I have bookmarked the ffmpeg help site but I'm overhelmed by all the different codecs, bitrates and color samples that it offers on selectable switches. Can I upsample to 4:2:2 too while converting? How about bith depth? Some good command line examples for setups that have been found good and working would be greatly appreciated.
Tuomas Sebastien is offline   Reply With Quote
Old January 10th, 2008, 06:51 PM   #6
Regular Crew
 
Join Date: Nov 2007
Location: Stockholm
Posts: 93
Quote:
Originally Posted by Tuomas Sebastien View Post
I found following command line to work:
ffmpeg -i input.mp4 -vcodec dnxhd -b 60Mb -acodec copy output.mov
Thats great news beacause that would tell me your using a 720p clip since 60Mbit is a 720p bitrate.

This is a good ffmpeg for pro users help site:

http://www.itbroadcastanddigitalcine...peg_howto.html

This is the command line I got from Baptiste who is developing the DNxHD stuff in ffmpeg.

Progressive:
fmpeg -i inputfile.mp4 -vcodec dnxhd -b 185Mb -acodec pcm_s16le outputfile.mov

Interlaced: (The difference is the -flags +ildct)
ffmpeg -i inputfile.mp4 -vcodec dnxhd -b 185Mb -flags +ildct -acodec pcm_s16le outputfile.mov

And this is a link to a DNxHD white paper:
http://www.avid.com/resources/whitepapers/DNxHD_WP3.pdf

We are thinking of using 36Mbit DNxHD but all people we talk to say to use 185Mbit or maybe 120Mbit and that 36Mbit is for offline.

But since 36Mbit is higher than the original 35Mbit it would probably still look good enough for us and since we are a school and have lots of raw material going to be put on servers we need to keep the filesize low for now. We are using the same server for this as we did when using DV 25Mbit so we are going to run short on space faster now.

But if you don't have a problem using allot of GB on disc then go for Max Mbit for the specific resolution and framerate you use.

1080p/25 DNxHD 185 1920 x 1080 8bit 25fps = -b 185Mb
720p/50 DNxHD 175 1280 x 720 8bit 50fps = -b 90Mb
1080i/50 DNxHD 185 1920 x 1080 8bit 25fps = -b 185Mb

More settings for other framerates:
http://www.itbroadcastanddigitalcine...#Encoding_VC-3
Andreas Johansson is offline   Reply With Quote
Old January 4th, 2009, 03:39 AM   #7
Inner Circle
 
Join Date: Nov 2006
Location: Tallahassee, FL
Posts: 4,100
I realize this is an older thread, but I am hoping someone has an answer.

Has anyone cracked the nut of getting ffmpeg to transcode the Sony .MXF format to DNxHD? This would be the holy grail for what I am trying to do. ffmpeg crashes every time I try it. And none of the media encoders seem to be able to do this either.

Thanks.
__________________
DVX100, PMW-EX1, Canon 550D, FigRig, Dell Octocore, Avid MC4/5, MB Looks, RedCineX, Matrox MX02 mini, GTech RAID, Edirol R-4, Senn. G2 Evo, Countryman, Moles and Lowels.
Perrone Ford is offline   Reply With Quote
Old January 4th, 2009, 07:43 AM   #8
Major Player
 
Join Date: Jun 2008
Location: melb.vic.au
Posts: 447
VLC can play MXF and VC-3, and has transcode functions. I haven't tried it though?
David C. Williams is offline   Reply With Quote
Old January 4th, 2009, 08:00 AM   #9
 
Join Date: Nov 2001
Location: santa fe, nm
Posts: 3,264
Images: 10
Perrone...

Not exactly sure what your issue's are with this x-code. I can do it routinely in avid. Even vegas works most of the time. Tmpgenc 4 and procoder will also do the xcode. Pretty sure squeeze 5 does it as well.

Last edited by Bill Ravens; January 4th, 2009 at 09:51 AM.
Bill Ravens is offline   Reply With Quote
Old January 4th, 2009, 08:37 AM   #10
Regular Crew
 
Join Date: Nov 2007
Location: Finland
Posts: 107
Currently using ffmpeg is hardly necessary since the EX's MP4-format has now been adopted by all the major NLE systems.

But if you still have some problems, I'd suggest that you try using the ffmpeg to original MP4 file to encode it to DNxHD instead of trying to re-encode from already encoded MFX which you got by using the clip browser.
Tuomas Sebastien is offline   Reply With Quote
Old January 4th, 2009, 10:15 AM   #11
Inner Circle
 
Join Date: Dec 2005
Location: Bracknell, Berkshire, UK
Posts: 4,957
The MXF's that I've created via the clip browser have all worked in AVid Media Composer v3 for me.
__________________
Alister Chapman, Film-Maker/Stormchaser http://www.xdcam-user.com/alisters-blog/ My XDCAM site and blog. http://www.hurricane-rig.com
Alister Chapman is offline   Reply With Quote
Old January 4th, 2009, 11:51 AM   #12
Trustee
 
Join Date: Jun 2004
Location: Denver, Colorado
Posts: 1,891
No one has mentioned the free Snell and Wilcox utility MXFDesktop for unwrapping the mxf container to mpeg-2.
Tom Roper is offline   Reply With Quote
Old January 4th, 2009, 09:54 PM   #13
Inner Circle
 
Join Date: Nov 2006
Location: Tallahassee, FL
Posts: 4,100
Quote:
Originally Posted by Bill Ravens View Post
Perrone...

Not exactly sure what your issue's are with this x-code. I can do it routinely in avid. Even vegas works most of the time. Tmpgenc 4 and procoder will also do the xcode. Pretty sure squeeze 5 does it as well.
I'm not using Avid, or I suspect this would be a non-issue. And I can do the transcode easily in Vegas. I was hoping to have a simple way to do a batch recode of Sony MXF files to DNxHD .MOV files OUTSIDE the editor so I could simply farm them off to an idle workstation.
__________________
DVX100, PMW-EX1, Canon 550D, FigRig, Dell Octocore, Avid MC4/5, MB Looks, RedCineX, Matrox MX02 mini, GTech RAID, Edirol R-4, Senn. G2 Evo, Countryman, Moles and Lowels.
Perrone Ford is offline   Reply With Quote
Old January 4th, 2009, 09:57 PM   #14
Inner Circle
 
Join Date: Nov 2006
Location: Tallahassee, FL
Posts: 4,100
Quote:
Originally Posted by Tuomas Sebastien View Post
Currently using ffmpeg is hardly necessary since the EX's MP4-format has now been adopted by all the major NLE systems.

But if you still have some problems, I'd suggest that you try using the ffmpeg to original MP4 file to encode it to DNxHD instead of trying to re-encode from already encoded MFX which you got by using the clip browser.
apparently, you use a Mac. On a PC, the clip browser software re-wraps to an MXF and not a .mov file like it does on the Mac. Which means I have to play the game of trying to make the conversion.

By the way, the EX1 produces Mpeg2 files, not Mpeg4. In either case, I'd prefer not to use any interframe codec in my NLE if possible which is why I was hoping to transcode to a file using my codec of choice.
__________________
DVX100, PMW-EX1, Canon 550D, FigRig, Dell Octocore, Avid MC4/5, MB Looks, RedCineX, Matrox MX02 mini, GTech RAID, Edirol R-4, Senn. G2 Evo, Countryman, Moles and Lowels.
Perrone Ford is offline   Reply With Quote
Old January 4th, 2009, 11:06 PM   #15
Inner Circle
 
Join Date: Nov 2006
Location: Tallahassee, FL
Posts: 4,100
Quote:
Originally Posted by Tuomas Sebastien View Post
But if you still have some problems, I'd suggest that you try using the ffmpeg to original MP4 file to encode it to DNxHD instead of trying to re-encode from already encoded MFX which you got by using the clip browser.
I finally figured this out. The .mp4 files are located in the menu structure in the card's BPAV file structure on the media card. Not sure how this works on Macs.

Apparently, ffmpeg is able to access and convert these raw files into DnxHD coded .mov files. You were right, the answer just wasn't obvious. At least not to me.

It appears that I can now extract all the .mp4 files from my cards into a temporary folder for my project, and have my utility batch convert these for me to DNxHD 36 and 175 outside the NLE overnight. Then I can move the resulting files to their permanent homes in the morning and begin my editing.

Pretty simply workflow, and it's going to be quite efficient I think.

Thank you all very much!
__________________
DVX100, PMW-EX1, Canon 550D, FigRig, Dell Octocore, Avid MC4/5, MB Looks, RedCineX, Matrox MX02 mini, GTech RAID, Edirol R-4, Senn. G2 Evo, Countryman, Moles and Lowels.
Perrone Ford is offline   Reply
Reply

DV Info Net refers all where-to-buy and where-to-rent questions exclusively to these trusted full line dealers and rental houses...

B&H Photo Video
(866) 521-7381
New York, NY USA

Scan Computers Int. Ltd.
+44 0871-472-4747
Bolton, Lancashire UK


DV Info Net also encourages you to support local businesses and buy from an authorized dealer in your neighborhood.
  You are here: DV Info Net > Sony XAVC / XDCAM / NXCAM / AVCHD / HDV / DV Camera Systems > Sony XDCAM EX Pro Handhelds

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 



All times are GMT -6. The time now is 09:18 AM.


DV Info Net -- Real Names, Real People, Real Info!
1998-2024 The Digital Video Information Network