[FFmpeg-user] MP4Box can't mux ffmpeg x264 output: "IsoMedia File is truncated"
Baptiste Coudurier
baptiste.coudurier at gmail.com
Tue Apr 5 00:00:56 CEST 2011
Hi,
On 04/03/2011 07:36 AM, sean darcy wrote:
> Using yesterday's git, I'm trying to make an android playable mp4.
>
> Here's the script full-level3-nero-mp4box:
>
> INPUT=total.file
> ffmpeg -i $INPUT -an -pass 1 -vcodec libx264 -level 30 -vpre
> slower_firstpass \
> -bufsize 10000000 -maxrate 10000000 -b 10000000 -threads 0 -f mp4
> -y /dev/null
> ffmpeg -i $INPUT -an -pass 2 -vcodec libx264 -level 30 -vpre slower
> -timestamp now \
> -bufsize 10000000 -maxrate 10000000 -b 10000000 -threads 0 $1.m4v
>
> [...]
>
> I'm using MP4Box from this week:
>
> MP4Box -version
> MP4Box - GPAC version 0.4.6-DEV-rev2812M
>
>
> The command ./full-level3-nero-mp4box full-test runs fine until:
>
> + MP4Box -fps 29.97 -add full-test.m4v -add full-test.m4a -new
> full-test.mp4
> [iso file] Incomplete box ..5.
> [iso file] Incomplete box ..5.
>
> MP4Box thinks full-test.m4a is fine but not m4v:
>
> MP4Box -info full-test.m4v
> [iso file] Incomplete box ..5.
> [iso file] Incomplete box ..5.
> Truncated file - missing 1219279998 bytes
> Error opening file full-test.m4v: IsoMedia File is truncated
Can you upload the m4v somewhere ?
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-user
mailing list