Log in

View Full Version : mp4creator error, what does this mean?


fanbanlo
23rd April 2006, 10:23
>mp4creator -create=output_done.m4v -r 25 output.mp4

MP4ERROR: MP4File::FindIntegerProperty: no such property - moov.iods.visualProfileLevelIdes config size is 30

What does this error mean? output.mp4 works, but I'm just wondering... what is it complainning?

:thanks:

Kurtnoise
23rd April 2006, 11:15
How did you create your m4v file ?

fanbanlo
23rd April 2006, 18:23
How did you create your m4v file ?
my source is a hardware tv mpeg card's MPEGII.

Then...

ffmpeg: MPEG-II -> MP4
ffmpeg -i output.mpg -vcodec -r 25 output.mp4

mp4creator: MP4 -> M4V
mp4creator -extract=1 output.mp4
ren output.mp4.t1 output.m4v

mp4creator: M4V -> MP4
mp4creator -create=output.m4v -r25 output_done.mp4


Thank you.

Kurtnoise
23rd April 2006, 19:48
Use MP4Box directly...;)

MP4Box -add input.mpg#video output.mp4

fanbanlo
23rd April 2006, 19:51
Use MP4Box directly...;)

MP4Box -add input.mpg#video output.mp4
Is MP4Box better than mp4creator?

'cause I tried to use MP4Box "-extract single" once and the result.mp4 doesn't even work.
I thought MP4Box is still like... beta.

FYI, mp4creator DOES work, just that I don't get what that warning message means...

OK, I'll try MP4Box later. :thanks:

Kurtnoise
23rd April 2006, 22:51
Is MP4Box better than mp4creator?
Not better but it supplies a lot more things imo...

FYI, mp4creator DOES work, just that I don't get what that warning message means...
yes it works...This warning is probably due to the mp4 creation. Maybe the ffmpeg muxer which is not accurate.

bond
24th April 2006, 17:57
i would guess that ffmpeg doesnt set a profile in the mp4/raw stream?