On 07/08/2011 08:06 AM, cmbrougham wrote:
> Hello,
>
> I'm not too versed in FFmbc/FFmpeg, but am starting to get the hang of
> a few things. One issue I've run into is when trying to rewrap Apple
> HDV MOVs as MPEG transport streams, so that they can be used on a
> Windows machine (Premiere Pro). I'm able to demux the MOVs into M2V
> and WAV streams, both of which import fine into Premiere Pro, but so
> far, I've not been able to use FFmbc to mux those back into an MTS/
> M2TS file. Sometimes, FFmbc just hangs, forcing me to kill it off, or
> sometimes it simply crashes.
Could you please share your input file and give the commandline you are
using ?
What you describe is not normal and must be fixed.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
Indeed, thanks for the bug report. The crash will be fixed soon.
However, I'm sorry but muxing PCM audio in TS is not currently supported.
On 07/11/2011 06:00 AM, cmbro...@gmail.com wrote:
> Hi,
>
> Glad it's a bug that can be squashed. Just so I'm clear: the bug you're
> referring to is with the muxing, and not with the PCM support in the TS
> file, correct? If that's the case, please consider PCM/TS support as a
> much-desired capability of FFmbc; lots of folks switching from FCP7 to
> Premiere Pro (and sometimes from Mac to Windows) would appreciate the
> ability to use their QuickTime-wrapped assets. As mentioned, I've got a
> workaround with tsMuxeR, but a single-source solution would be excellent.
I'm surprised TS format is the primary choice with Premiere Pro.
This seems awkward.
I think 32 vs 64 bit impact during import is minimal.
> So unfortunately, while I agree that a TS is not
> the ideal way to deal with this, it works and works rather well. I don't
> know what other container format would be a viable alternative (unless you
> have suggestions), and the main goal is to avoid a transcode wherever
> possible. As mentioned above, I can use AC3 audio and successfully rewrap
> these, but that's not ideal.
>
> And just to reiterate, I'm only talking about HDV here. For example, I've
> used FFmbc to rewrap XDCAM EX MOVs created by FCP during Log and Transfer
> into MXF files that import perfectly into Premiere Pro.
Did you try wrapping HDV mpeg-2 in MXF directly ?
Did you try wrapping HDV mpeg-2 in MXF directly ?
Can you upload your file somewhere ?
Thanks.
> By the way, the issue of 32-bit vs. 64-bit doesn't really matter as far as
> import goes; however, with general handling of files, Premiere Pro is much
> snappier with files that are imported natively versus those that must use
> the 32-bit on-the-fly translator/bridge (QT files).
I suspect this has nothing to do with 32 vs 64 bits. It feels like it
has to do with native vs translator/bridge.
[...]