View Full Version : YAMB 1.6 is out
Pages :
1
[
2]
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SeeMoreDigital
12th May 2005, 19:56
Thanks
Wow... your application is making a whole raft of information available. Here's what I got when I input an .MP4 file to test the stream extraction: -* Movie Info *
Timescale 600 - Duration 00:00:50.720
Fragmented File no - 4 track(s)
File Brand mp42 - version 1
File has root IOD
Scene PL 0x01 - Graphics PL 0x01 - OD PL 0x01
Visual PL: Simple Profile @ Level 3 (0x03)
Audio PL: AAC Profile @ Level 2 (0x29)
Chapters:
Chapter #1 - 00:00:00.000 - "01 - The Beginning"
Chapter #2 - 00:00:05.640 - "02 - Four Wise Men"
Chapter #3 - 00:00:09.040 - "03 - Obi-Wan and Anakin 01"
Chapter #4 - 00:00:12.880 - "04 - Yoda 01"
Chapter #5 - 00:00:14.440 - "05 - Obi-Wan and Anakin 02"
Chapter #6 - 00:00:17.360 - "06 - Mace Windu 01"
Chapter #7 - 00:00:18.400 - "07 - Anakin 01"
Chapter #8 - 00:00:20.960 - "08 - Mace Windu 02"
Chapter #9 - 00:00:26.640 - "09 - Anakin 02"
Chapter #10 - 00:00:31.920 - "10 - Mace Windu 03"
Chapter #11 - 00:00:34.600 - "11 - Yoda 02"
Chapter #12 - 00:00:41.040 - "12 - Obi-Wan and Anakin 03"
Track # 1 Info - TrackID 201 - TimeScale 25000 - Duration 00:00:50.720
Media Type "vide" - Media Sub Type "mp4v" - 1268 samples
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x20
MPEG-4 Visual Size 720 x 576 - Simple Profile @ Level 3
Synchronized on stream 1
Track # 2 Info - TrackID 101 - TimeScale 48000 - Duration 00:00:50.133
Media Type "soun" - Media Sub Type "mp4a" - 2350 samples
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio AAC LC - 2 Channel(s) - SampleRate 48000
Synchronized on stream 1
Track # 3 Info - TrackID 2 - TimeScale 600 - Duration 00:00:01.000
Track is present in Root OD
Media Type "odsm" - Media Sub Type "mp4s" - 1 samples
MPEG-4 Config: ObjectDescriptor Stream - ObjectTypeIndication 0x01
Synchronized on stream 1
Track # 4 Info - TrackID 1 - TimeScale 600 - Duration 00:00:01.000
Track is present in Root OD
Media Type "sdsm" - Media Sub Type "mp4s" - 1 samples
MPEG-4 Config: SceneDescription Stream - ObjectTypeIndication 0x02
Self-synchronized
Great stuff
SeeMoreDigital
12th May 2005, 22:53
Sadly.... I'm not able to add .aac (or .mp3) audio streams at all: -
http://img100.echo.cx/img100/9639/yambv127lv.gif
Cheers
Kurtnoise
13th May 2005, 07:46
my bad...I made a mistake with CheckListBox & ListBox. :o
Download the 1.2.1 release. It's fixed. Same link as before.
SeeMoreDigital
13th May 2005, 09:13
Thanks.. the muxing works fine now.
Cheers
planet1
13th May 2005, 11:38
In the beginning there was darkness ...
http://img80.echo.cx/img80/1608/yamb14cf.jpg
but then a mouse came and suddenly there was light ! ;)
http://img80.echo.cx/img80/7348/yamb22ji.jpg
I think its a Win2k-only glitch (had something similar in BeLight once).
neo_anderson
13th May 2005, 11:40
hi,
i have an .mp4 video file (nero digital avc) which only has video stream, no audio or subtitles! also, i have a .mp4 audio file (he-aac 128kbps stereo, made with belight), can i mux these 2 into a single .mp4 file?
P.S. : BeLight Rocks, i have not yet tried YAMB, still i'm sure it is good!
planet1
13th May 2005, 12:06
Originally posted by neo_anderson
hi,
i have an .mp4 video file (nero digital avc) which only has video stream, no audio or subtitles! also, i have a .mp4 audio file (he-aac 128kbps stereo, made with belight), can i mux these 2 into a single .mp4 file?
Sure.
Kurtnoise
13th May 2005, 12:28
Originally posted by planet1
I think its a Win2k-only glitch (had something similar in BeLight once).
ok...I'll try to change that.
SeeMoreDigital
13th May 2005, 13:18
The de-muxing feature works really well now :)
May I ask whether it would be possible to include an option to de-mux Mpeg4/SP/ASP streams to .mp4v (or even .avi)? As it does not appear to be possible to play .cmp streams in any media player (or DSdec filters). It also does not seem to be possible to mux .cmp streams into the .avi container.
http://img158.echo.cx/img158/1728/yambdemuxing0nu.gif
Thankfully, when Mpeg4/AVC streams are de-muxed to .h264, they play great using Nero's ShowTime player/filters.
Cheers
Kurtnoise
13th May 2005, 13:55
@SMD: I don't know if mp4box can do that...I'll check this.
@Planet1 : could you try this one (http://kurtnoise.free.fr/Yamb.zip) please and tell me if all it's ok. ;)
@all : if you see an option "video preview" in this early version, it's totally normal :D but it's not finalize yet...so it doesn't work.
planet1
13th May 2005, 14:00
@ SeeMoreDigital
You can play the raw .cmp & .h264 streams with e.g. mplayer.
for .mp4 -> .avi - "Extract Video to AVI file" (mpeg-4 asp only):
mp4box -avi 2 filename.mp4
2 = TrackID (video)
the funny thing is -avi also works for mp4 with avc ;)
(mp4box should refuse to do that imho - since it cant do it correctly and also uses fcc=xvid)
@Kurtnoise13
afaik QCP Files (.qcp) should be listed in the audio import section only.
planet1
13th May 2005, 14:13
Originally posted by Kurtnoise13
@Planet1 : could you try this one (http://kurtnoise.free.fr/Yamb.zip) please and tell me if all it's ok. ;)
fixed !
http://img210.echo.cx/img210/7933/yamb33so.jpg
so what was the problem ?
regarding that Note - mp4box seems to extract subs correctly:
mp4box -ttxt 5 mummy2.mp4
5 = TrackID (sub)
http://gpac.sourceforge.net/auth_mp4box.php
apparently two options:
-ttxt TrackID : dumps text track to TTXT XML format.
-srt TrackID : dumps text track to SRT format.
for chapters you'd better ask bond a.k.a the mp4-guru ;)
planet1
13th May 2005, 14:31
@Kurtnoise13
it would be nice if you could complement the video muxing section with a "framerate option" because mp4box always uses 25.00 fps for raw video
switch e.g.: -fps 23.976
SeeMoreDigital
13th May 2005, 14:44
Originally posted by planet1
.for .mp4 -> .avi - "Extract Video to AVI file" (mpeg-4 asp only):
mp4box -avi 2 filename.mp4
2 = TrackID (video)
the funny thing is -avi also works for mp4 with avc ;)
(mp4box should refuse to do that imho - since it cant do it correctly and also uses fcc=xvid)So you are saying .MP4 ASP to .AVI de-muxing is possible via command line?
Cheers
planet1
13th May 2005, 15:15
Originally posted by SeeMoreDigital
So you are saying .MP4 ASP to .AVI de-muxing is possible via command line?
yeah that transmuxing is possible :)
Kurtnoise
13th May 2005, 16:49
Originally posted by planet1
@Kurtnoise13
it would be nice if you could complement the video muxing section with a "framerate option" because mp4box always uses 25.00 fps for raw video
switch e.g.: -fps 23.976
Force Frame-Rate option should do the trick (right click on Import Options in Video box). :)
@neo_anderson: with a Text Editor.
Awesome work - finally can make a Mp4 file with multiple audio , subs and chapters.
Small snag here , force frame rate option shows but will not allow selection ( check box will not tick and open frame rate value for changing to needed setting )
(Edit) other issue , on my PC i have to select show commandline just to get the GUI to show itself below the output file box ( I cannot see options / mux line ) Once thats selected I can see all the GUI fine but the command line still will not show unless I enable program to run in fullscreen , WinXP Corp - 1600x1200 res Ty :)
planet1
13th May 2005, 17:14
Originally posted by Koti
Small snag here , force frame rate option shows but will not allow selection ( check box will not tick and open frame rate value for changing to needed setting )
confirmed
but I must admit - a pretty well hidden setting ;)
Enrico Palmeri
15th May 2005, 12:34
[QUOTE]Originally posted by Kurtnoise13
A new release available...
[b]bugfixes:
- output file extension for muxing.
- some warnings weren't updated.
- import audio options partially debugged.
Add:
- mp4box stout redirected in log tab.
- extract A/V from AVI file.
- extract A/V in raw format.
- extract A/V in new mp4 file.
- Movie Info box to help you to find the right track for extracting.
- Subtitles Conversion.
- keep all MPEG-4 system info option.
- Edit manually the command line.
- Overwrite an existing output file option.
You have just added very interesting features. Do you have any plan to add the possibility to play the files in a viewer like Mplayer. for example, in order to seek the edit points, similar to virtualdub?
Regards
Enrico
Kurtnoise
15th May 2005, 16:27
Originally posted by Enrico Palmeri
Do you have any plan to add the possibility to play the files in a viewer like Mplayer. for example, in order to seek the edit points, similar to virtualdub?
Yes I have but not with MPlayer...But I need to test that on different PC because it crashes my WS. And I don't know why...:(
Enrico Palmeri
15th May 2005, 19:02
Originally posted by Kurtnoise13
Yes I have but not with MPlayer...But I need to test that on different PC because it crashes my WS. And I don't know why...:(
Great!
We will see sooner or later
ok cleaned up the thread, lots of new threads created :D
guys, plz dont use this thread for discussions not directly related to the yamb tool!
Originally posted by Kurtnoise13
Concerning different video input files : I tested with some samples. It works pretty well but only with mp4/3gp files. AVI, MPEG files doesn't seem to be supported. So, I don't think that I'll add this feature in the next version. Kurtnoise13, this problem is now fixed in the latest mp4box version, meaning its now possible to mux multiple video streams (eg from .avi) into .mp4
will you add this possibility to your gui?
Bluedan
16th May 2005, 15:44
Don't have enough time for extensive testing, but it looks very promising.
v1.2.1 comes bundled with MP4box from 19-04-2005.
Latest binary on Celtic_Druids site is from 15-05-2005.
Has anyone tested this combination?
Jean LeFèvre has made a lot of changes...
Kurtnoise
16th May 2005, 15:59
Originally posted by bond
will you add this possibility to your gui?
yes...I'm improving the mux part to choose different A/V input files.
Sharktooth
16th May 2005, 16:03
Latest MP4Box fixes the multiple audio streams bug too.
SeeMoreDigital
16th May 2005, 16:05
I've just tried Celtic_Druid's new 15 May 2005 build of MP4Box.exe with YAMB 1.2.1.... and I can confirm muxing more than one AAC stream (I tried 6No) works perfectly now :D
Cheers
some points:
1) i cant set the options for the audio tracks anymore
2) would be great if the set options could be remembered (eg show commandline)
3) extraction of subs would be nice if possible in the extract tab:
Originally posted by planet1
regarding that Note - mp4box seems to extract subs correctly:
mp4box -ttxt 5 mummy2.mp4
5 = TrackID (sub)
http://gpac.sourceforge.net/auth_mp4box.php
apparently two options:
-ttxt TrackID : dumps text track to TTXT XML format.
-srt TrackID : dumps text track to SRT format.indeed, you can extract subs from .mp4 with mp4box
of course when you extract to .srt you will loose all the funky animation and color stuff, which might be set in the ttxt stream
for chapters you'd better ask bond a.k.a the mp4-guru well it seems that with the -info switch mp4box can display the chapternames and times, so there is indeed a way to dump the chapter info from a mp4
Originally posted by Bluedan
v1.2.1 comes bundled with MP4box from 19-04-2005.
Latest binary on Celtic_Druids site is from 15-05-2005.
Has anyone tested this combination?
Jean LeFèvre has made a lot of changes...the latest binary is available from today, 16.5
the only problems that could be caused are when the commandline switches are changed, but normally they dont change and also when jeanlf changes some of them he leaves the old ones in, so its backwards compatible
Kurtnoise
16th May 2005, 17:09
Originally posted by bond
1) i cant set the options for the audio tracks anymore
which audio format ?
Originally posted by bond
2) would be great if the set options could be remembered (eg show commandline)
for import options or other things ?
Originally posted by bond
3) extraction of subs would be nice if possible in the extract tab:
Done.
Originally posted by bond
well it seems that with the -info switch mp4box can display the chapternames and times, so there is indeed a way to dump the chapter info from a mp4
I don't think so, maybe I'm wrong...because it seems that chapters are not stored like text tracks or A/V streams. Check out the SMD example above, you can see that we have not the track ID concerning the chapters. Only the Name...
Originally posted by Kurtnoise13
which audio format ? all
for import options or other things ?hm, more others, cause the import settings should maybe better always be set to the default i think!?
I don't think so, maybe I'm wrong...because it seems that chapters are not stored like text tracks or A/V streams. Check out the SMD example above, you can see that we have not the track ID concerning the chapters. Only the Name... the chapters are not related to any trackid!
either you have chapters for the whole file or none
and mp4box can dump them nicely (names and times, what else do you need?), as smd's sample shows :)
SeeMoreDigital
16th May 2005, 17:39
With regard to subtitle de-muxing, how do we know which track to de-mux?
I quickly generated an encode with Recode2 which contains two subtitle tracks... but 4No track ID's appeared: -
http://img156.echo.cx/img156/2087/s9fp.gif
Cheers
Originally posted by SeeMoreDigital
[B]With regard to subtitle de-muxing, how do we know which track to de-mux?you will have to define the trackid, like you have to define the trackid for any stream when demuxing from .mp4
in your example you used vobsubs, which are signalled as "subp" as you can see on your screenshot
mp4box doesnt support vobsubs at all tough
ttxt is signalled as "text" and "tx3g" in .mp4 and can be demuxed by mp4box
Kurtnoise
16th May 2005, 18:04
Originally posted by bond
hm, more others, cause the import settings should maybe better always be set to the default i think!?
Sorry. I read once again your request #2 above and I'm totally lost now...Could you elaborate a little bit more ?
Originally posted by bond
the chapters are not related to any trackid!
either you have chapters for the whole file or none
and mp4box can dump them nicely (names and times, what else do you need?), as smd's sample shows :)
mmmh ok...But IIRC there are not command lines to dump chapters files in mp4box.
Originally posted by Kurtnoise13
Sorry. I read once again your request #2 above and I'm totally lost now...Could you elaborate a little bit more ?ok:
i always enable the "show commandline" option. when i close yamb and restart it, the option is always disabled again
i would love if it could stay enabled :)
mmmh ok...But IIRC there are not command lines to dump chapters files in mp4box.indeed
Kurtnoise
16th May 2005, 18:08
@SMD : I added some hints for extract options....and you can check also the duration. If your track have a duration equals to 1ms, you can be sure that it's not the right track.
Kurtnoise
16th May 2005, 18:10
Originally posted by bond
ok:
i always enable the "show commandline" option. when i close yamb and restart it, the option is always disabled again
i would love if it could stay enabled :)
ok..., it was expected. ;)
SeeMoreDigital
16th May 2005, 18:12
Originally posted by bond
...in your example you used vobsubs, which are signalled as "subp" as you can see on your screenshot
mp4box doesnt support vobsubs at all tough That's a shame!
I can imagine there's a lot of people using Recode2 to generate their encodes and might find it useful to add/swap subtitle tracks for viewing via their stand-alone players :(
Cheers
Hobojobo
17th May 2005, 23:05
@Kurtnoise13
Hi.
I like YAMB. :D
I changed the system font size to 120 dpi.
The bottom of the window is cut off.
I can not see/reach the mux button.
I would post a screen shot, but I have no place to upload it.
What about a resizable window ?
Originally posted by Hobojobo
I would post a screen shot, I have no place to upload it. you can attach pics to your posts ;)
Hobojobo
17th May 2005, 23:37
Here is a picture as attachment.:)
Originally posted by Hobojobo
I changed the system font size to 120 dpi.
The bottom of the window is cut off.
This is my problem as well.
I run 120 dpi on a 1600x1200 res
I have set properties to run in maximized screen to edit the CLI and see the mux tab (Mux tab does show if you enable show CLI) for the time as a workaround.
A resizable window would be a handy fix if its possible :)
Kurtnoise
18th May 2005, 07:16
Originally posted by Hobojobo
Here is a picture as attachment.:)
Can't see the picture now but I can imagine the problem...
Kurtnoise
18th May 2005, 11:02
@Hobojobo & Koti : could you try this one (http://kurtnoise.free.fr/Yamb.zip) please...and tell me if it's ok. Thanks.
SeeMoreDigital
18th May 2005, 12:13
Originally posted by Hobojobo
Here is a picture as attachment.:) If you would like your images to appear in your posts instantly, use www.ImageShack.us
Cheers
It keeps show command line :)
but still the bottom is cut off
this pic is with show cmd line off
http://img287.echo.cx/img287/8734/yamb1pe.png
Ps. There is a slight change between the 2 versions, if needed I can post both images.
Ty
Kurtnoise
18th May 2005, 17:01
ok...try also the v2 (http://kurtnoise.free.fr/Yamb_v2.zip) and v3 (http://kurtnoise.free.fr/Yamb_v3.zip). The borders are resizable now... Hope it helps.
Still opens up as before but draging resize allows cli to be seen/edited.
Yay !! :D
ps - didnt notice any diff between v2 v3
also any news on fps option ?
Thank you ! :D :D
Hobojobo
18th May 2005, 17:34
V3 works for me, as Koti already mentioned.:)
SeeMoreDigital
18th May 2005, 17:47
The GUI opens up at the correct size for me... but I'm not using any custom XP settings: -
http://img270.echo.cx/img270/3193/yambv1xx0fg.png
Cheers
Kurtnoise
18th May 2005, 18:12
Originally posted by Koti
also any news on fps option ?
under construction....but you can edit manually the cmdl if you want modify the fps.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.