View Full Version : mpeg4ip v1.1 binaries?
neo75903
11th June 2004, 22:25
Does anyone knows where i can find binaries for mpeg4ip tools v1.1?
nothing on rarewares, maybe someone can compile and upload?
thx in advance
hyper84
11th June 2004, 22:31
Well, mp4ui is a sort of gui for the tools, and you can find the binary of that by looking on this forum. Or, check out rarewares on the bottom of the mp4 page. Click on everwickes guide. It will show you how to compile the binary yourself.:sly:
neo75903
11th June 2004, 22:46
erm thx,
but my point is:
1. i dont have the skills to compile.
2. dont have Microsoft Visual C++ or alike to do so.
hyper84
11th June 2004, 23:03
Alas, neither do i:D , but that is why i use mp4ui. I looked for a binary of mpeg4ip too, but i've never found one either. Good luck on your search:) .
bond
12th June 2004, 10:18
hm you will have to bug rjamorim whether there will be compiles of mpeg4ip, but regarding .mp4 file creation it doesnt seem to include important updates anyways from what i saw
neo75903
12th June 2004, 10:39
@hyper84
i know, but i had very bad experience with mp4ui in the past and i prefer the command version for batch scripting.
@bond
ic, i will keep using verion 1 until someone post a newer version. i was hoping for increased mp4 compatibility.
voz the site mentioned it as next todo.
yakima
12th June 2004, 12:02
hey bond, are you sure there have been no mp4creator changes? afaik, it is in 1.1 that the userdata problem was fixed ... correct me if i am wrong
well, as soon as rjamorim gets to it, there should be 1.1 binaries (w32) up - he seems pretty busy, it has been some time now.
bond
12th June 2004, 12:16
Originally posted by yakima
hey bond, are you sure there have been no mp4creator changes? afaik, it is in 1.1 that the userdata problem was fixed ... correct me if i am wrong
well, as soon as rjamorim gets to it, there should be 1.1 binaries (w32) up - he seems pretty busy, it has been some time now. the changelog is:
Added no-overwrite mode in mp4live if present, use libid3 to read ID tags
Fixed problem with player a/v sync when relaying through DSS
Added input video filters to mp4live
Added player plugins for libac3 and libmpeg2 (must be installed before configuration)
Fixed sync flag indication for mp4creator using avi files.
Fixed so that 64 bit machines could be used easier.
Enhanced macros for indication of 64 bits, and for 64 bit printf formatting.
Changed PACKAGE and VERSION for mpeg4ip to MPEG4IP_PACKAGE and MPEG4IP_VERSION
Have player use mp4live configuration variable routines
Changed so that we no longer overwrite SDL, but clone SDL audio with our changes.
Mac OSX support (including mp4player) and some xcode projects for tools
Mpeg2 transport stream file parsing for player, including crude seek
Mpeg2 transport stream works with some mpeg2 transport stream servers - use mpeg2t:// instead of rtsp://.
Mpeg2 video encoding via ffmpeg in mp4live Xvid 1.0 API for mp4live, gmp4player
Ability to enter config file parameters on command line for mp4live and gmp4player
ISMAcryp support mpeg4vol and H.264 file reader utilities.
For player, added downconverting/upconverting of channels to 1 or 2 channels, also added some new audio formats
Added Mpeg4 aspect ratio to mp4live (Thanks to PMM)
the only change in mp4creator seem to be regarding this sync flag indication, dunno what it is
and yes mpeg4vol has been fixed regarding the user data readout (and a compile has been on its way to rjamorim for some weeks now, dunno why he doesnt update the tools :confused: )
neo75903
12th June 2004, 13:06
maybe he is to busy.
might be an idea if anyone could write a guide like everwick's but for an ide which is more available. I think Borland c++ personal edition is for free for personal use. This way we can have more ppl to help get binaries online and take of some pressure from ppl like rjamorim.
maybe an section at programming&hacking called compiling.
DeXT
12th June 2004, 14:53
Originally posted by neo75903
Does anyone knows where i can find binaries for mpeg4ip tools v1.1?
nothing on rarewares, maybe someone can compile and upload? Try these: mpeg4ip-1.1-tools.zip (http://webs.ono.com/de_xt/mpeg4ip-1.1-tools.zip)
bond
12th June 2004, 14:59
thanks a lot! :)
bond
12th June 2004, 15:42
dext, can you please also have a look at this (http://cvs.sourceforge.net/viewcvs.py/mpeg4ip/mpeg4ip/util/h264/) and compile it plz if possible :)
neo75903
12th June 2004, 19:21
Thanks dext! :)
would be handy for others to if someone could upload it to rarewares.
DeXT
13th June 2004, 11:57
Originally posted by bond
dext, can you please also have a look at this (http://cvs.sourceforge.net/viewcvs.py/mpeg4ip/mpeg4ip/util/h264/) and compile it plz if possible :) Done: h264.zip (http://webs.ono.com/de_xt/h264.zip)
BTW... what does this tool do? :)
bond
13th June 2004, 12:19
Originally posted by DeXT
Done: h264.zip (http://webs.ono.com/de_xt/h264.zip)thanks :)
BTW... what does this tool do?it displays informations about elementary h.264 streams, like this:
Nal length 14
ref 3 type 7 Sequence parameter set
profile 4d
constaint_set0_flag: 0
constaint_set1_flag: 0
constaint_set2_flag: 0
level_idc: 30
seq parameter set id: 0
log2_max_frame_num_minus4: 12
pic_order_cnt_type: 0
log2_max_pic_order_cnt_lsb_minus4: 4
num_ref_frames: 5
gaps_in_frame_num_value_allowed_flag: 0
pic_width_in_mbs_minus1: 39 (640)
pic_height_in_map_minus1: 15
frame_mbs_only_flag: 1
derived height: 256
direct_8x8_inference_flag: 0
frame_cropping_flag: 0
vui_parameters_present_flag: 1
aspect_ratio_info_present_flag: 0
overscan_info_present_flag: 0
video_signal_info_present_flag: 0
chroma_loc_info_present_flag: 0
timing_info_present_flag: 0
nal_hrd_parameters_present_flag: 0
vcl_hrd_parameters_present_flag: 0now we only need to find out what this data means :D
yakima
13th June 2004, 13:54
@ bond: i meant the userdata issue with mp4creator (mp4error etc.); when i tested it, the userdata now is taken out of the vol and written somewhere at the very beginning of the mp4 file. but you're right, that's not mentioned in the changelog.
bond
13th June 2004, 16:13
Originally posted by yakima
@ bond: i meant the userdata issue with mp4creator (mp4error etc.); when i tested it, the userdata now is taken out of the vol and written somewhere at the very beginning of the mp4 file. but you're right, that's not mentioned in the changelog. ah sorry, i didnt know that
so it works correctly now?
neo75903
14th June 2004, 00:17
just out of curiosilty, what does the "60" means in mp4creator60.exe? :)
bond
14th June 2004, 11:21
DeXT, can you plz also compile the latest version of mp4box (http://cvs.sourceforge.net/viewcvs.py/gpac/gpac/Applications/MP4Box/), it includes some important fixes now and should be usable again for long files :)
DeXT
16th June 2004, 11:16
Originally posted by bond
just out of curiosilty, what does the "60" means in mp4creator60.exe? :) It was just a way to differentiate the project files for MSVC 5.0 and 6.0, on the early mpeg4ip releases.
Originally posted by bond
DeXT, can you plz also compile the latest version of mp4box (http://cvs.sourceforge.net/viewcvs.py/gpac/gpac/Applications/MP4Box/), it includes some important fixes now and should be usable again for long files :) This time hyper84 was faster :) However it's a Debug build, which may be slower. Here's a Release build, in case you are interested:
MP4Box.zip (http://webs.ono.com/de_xt/MP4Box.zip) (release 10/06/04 pre-0.1.9)
DeXT
bond
16th June 2004, 12:19
thanks a lot!!!
can you maybe update your binaries page? it would be easier to point people to it that way :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.