Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
MXF to MOV
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
max.pitts...@gmail.com  
View profile  
 More options Oct 1 2012, 11:15 am
From: max.pitts...@gmail.com
Date: Mon, 1 Oct 2012 08:15:29 -0700 (PDT)
Local: Mon, Oct 1 2012 11:15 am
Subject: MXF to MOV

I prefer editing in Premiere on Windows, but I'm working with a studio
that's in the stone ages with FCP7.

I found the following script to rewrap MOV to MXF using ffmbc, but now that
I've done my editing I need to rewrap the MXF Premiere created back into
MOV.
How can I 'reverse' this script?

@ECHO OFF
for %%a in (*.mov) do ffmbc -i "%%a" -vcodec copy -acodec pcm_s16le -ac 1
-map_audio_channel 0:1:0:0:1:0 -f mxf -y "%%~na".mxf -acodec pcm_s16le -ac
1 -map_audio_channel 0:2:0:0:2:0 -newaudio


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bouke  
View profile  
 More options Oct 1 2012, 1:27 pm
From: "bouke" <bo...@editb.nl>
Date: Mon, 1 Oct 2012 19:27:13 +0200
Local: Mon, Oct 1 2012 1:27 pm
Subject: Re: [ffmbc-discuss] MXF to MOV


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "MXF to MOV: Video bitrate dropping in rewrap" by max.pitts...@gmail.com
max.pitts...@gmail.com  
View profile  
 More options Oct 2 2012, 10:32 am
From: max.pitts...@gmail.com
Date: Tue, 2 Oct 2012 07:32:45 -0700 (PDT)
Local: Tues, Oct 2 2012 10:32 am
Subject: Re: MXF to MOV: Video bitrate dropping in rewrap

I've been successfully able to use this command to rewrap MXF to MOV, but
according to Media Info, the video bitrate drops from ~35Mbps to ~25Mbps.
Any idea why this is happening? I thought it was supposed to be just a
rewrap with no encoding.

@ECHO OFF
for %%a in (*.mxf) do ffmbc -y -i "%%a" -vcodec copy -map_audio_channel
0:1:0:0:1:0 -map_audio_channel 0:2:0:0:1:1 -acodec pcm_s16le -ac 2 -f mov
"%%~na".mov


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Baptiste Coudurier  
View profile  
 More options Oct 12 2012, 12:36 am
From: Baptiste Coudurier <baptiste.coudur...@gmail.com>
Date: Thu, 11 Oct 2012 21:36:00 -0700
Subject: Re: [ffmbc-discuss] Re: MXF to MOV: Video bitrate dropping in rewrap
Hi,

On 10/02/2012 07:32 AM, max.pitts...@gmail.com wrote:

> I've been successfully able to use this command to rewrap MXF to MOV, but according to Media Info,
> the video bitrate drops from ~35Mbps to ~25Mbps. Any idea why this is happening? I thought it was
> supposed to be just a rewrap with no encoding.

Was the audio in input 24 bits ? You re-encoded it to 16 bits, so the global bitrate
will be lower.

--
Baptiste COUDURIER
Key fingerprint          8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                           http://www.ffmpeg.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max Pittsley  
View profile  
 More options Oct 12 2012, 12:56 pm
From: Max Pittsley <max.pitts...@gmail.com>
Date: Fri, 12 Oct 2012 09:55:58 -0700
Local: Fri, Oct 12 2012 12:55 pm
Subject: Re: [ffmbc-discuss] Re: MXF to MOV: Video bitrate dropping in rewrap

That is a good point, the source audio was 24. I'm using Media Info to view
the final bitrates, however, and the program shows audio and
video bit-rates separately. It specifically states that the video stream is
suffering a massive 10Mbps drop >.>

Of course 25Mbps still looks pretty flawless to the average viewer. In our
case we probably have fewer than 10 viewers at a time. So it's not a huge
deal, but still a mystery without an answer.

On Thu, Oct 11, 2012 at 9:36 PM, Baptiste Coudurier <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Baptiste Coudurier  
View profile  
 More options Oct 12 2012, 1:07 pm
From: Baptiste Coudurier <baptiste.coudur...@gmail.com>
Date: Fri, 12 Oct 2012 10:07:47 -0700
Local: Fri, Oct 12 2012 1:07 pm
Subject: Re: [ffmbc-discuss] Re: MXF to MOV: Video bitrate dropping in rewrap

Hi Max,

On Oct 12, 2012, at 9:55 AM, Max Pittsley <max.pitts...@gmail.com> wrote:

> That is a good point, the source audio was 24. I'm using Media Info to view the final bitrates, however, and the program shows audio and video bit-rates separately. It specifically states that the video stream is suffering a massive 10Mbps drop >.>

> Of course 25Mbps still looks pretty flawless to the average viewer. In our case we probably have fewer than 10 viewers at a time. So it's not a huge deal, but still a mystery without an answer.

Well IIRC the 35 XDCAM is VBR and is probably padded at the mxf layer or something, the rewrapping removes that padding.
If you can send me a file, I can tell you exactly why

--
Baptiste COUDURIER
Key fingerprint          8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                           http://www.ffmpeg.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic