Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > New and alternative a/v containers

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 8th May 2005, 10:54   #41  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
Quote:
Originally posted by Kurtnoise13
In the early version, you can extract any streams in mp4 to raw format (I included a *Movie Info* box to help people to choose the stream. You did'nt see this feature ? ) and any streams from avi file.
Errrr No!

Must have missed this "megga" release/build


Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline  
Old 10th May 2005, 14:27   #42  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Hey,

I'm trying to debug my last release and I've a problem with "Extract" options. I want to extract the 1st track from a mp4 file. So, I use this command line :

mp4box -single TrackID:1 "C:\input.mp4"

~~> Result: Please specify trackID to export
Error: Bad parameter

Then, I move the trackID like this:

mp4box -single "C:\input.mp4" TrackID:1

~~> Result: mp4box crash


What's wrong ?
Kurtnoise is offline  
Old 10th May 2005, 18:29   #43  |  Link
planet1
... space nerd ...
 
planet1's Avatar
 
Join Date: Feb 2004
Location: Terra
Posts: 163
Hi Kurtnoise13,

first thx for your new mp4box GUI - its quite promising (the more the better) !

i guess your commandline should be:

mp4box -single 1 filename.mp4

TrackID = 1,2,3 ... n (or whatever the maximum number of mp4 tracks is) bond ?

IMHO there should be a general switch overhaul since some commands are dead/obsolete/double ...

http://gpac.sourceforge.net/auth_mp4box.php
planet1 is offline  
Old 10th May 2005, 18:41   #44  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
Quote:
Originally posted by Kurtnoise13
~~> Result: mp4box crash

What's wrong ?
If after trying planet1's suggestion you still can't demux, I wonder whether it would work with previous builds of MP4Box.exe!


Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline  
Old 10th May 2005, 19:28   #45  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally posted by planet1
i guess your commandline should be:

mp4box -single 1 filename.mp4
aaaa yes. Thanks. It works great now...
Kurtnoise is offline  
Old 10th May 2005, 20:17   #46  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
Quote:
Originally posted by Kurtnoise13
aaaa yes. Thanks. It works great now...
How much success have you had de-muxing encodes containing multiple streams... ie: encodes containing: 1No video, 2No audio, 2No subtitle and 1No chapter stream?

Also... are you able to confirm the file extensions that will be used for the de-muxed streams?


Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline  
Old 10th May 2005, 23:38   #47  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally posted by SeeMoreDigital
How much success have you had de-muxing encodes containing multiple streams... ie: encodes containing: 1No video, 2No audio, 2No subtitle and 1No chapter stream?
You must know that we can't extract subtitles or chapters streams (for subs, you can just dump file). Anyway, for video and audios streams I had no problem. Tested with 3 mp4 files (1 video + 2 audios) and 1 avi file.

Quote:
Originally posted by SeeMoreDigital
Also... are you able to confirm the file extensions that will be used for the de-muxed streams?
It depends of your input files...There will be 4 options :
  • extract A/V track from AVI to raw format.(avi ~~> cmp/mp3)
  • extract Visual Raw Video to AVI format. (ex: cmp/m4v/h264 ~~> avi)
  • extract the Track x from MP4 to raw format (ex: mp4 ~~> h264)
  • extract the Track y to a new MP4 file (ex: mp4 with 1 video & 2 audios streams ~~> 1 audio embedded into mp4).
Kurtnoise is offline  
Old 11th May 2005, 11:54   #48  |  Link
yaz
n00b ever
 
Join Date: May 2002
Posts: 627
Quote:
Originally posted by planet1
... mp4box -single 1 filename.mp4 ...

IMHO there should be a general switch overhaul since some commands are dead/obsolete/double ...
rather i would call it redundancy ... as it should be equivalent to :
Quote:
quote from gpac authoring doc
mp4box -add inputFile#trackID=ID outputFile (or ... -add inputFile#ID ... )
can't get why to use different switch for the same purpose and why to implement different parsing for the same thing (trackID)

no blame, anyway. mp4box is a damn good stuff. it has everything we want (and much more) but sometimes it's pretty hard to figure out how to do that.

the bests
y
yaz is offline  
Old 12th May 2005, 17:54   #49  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
YAMB 1.2

A new release available...

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.

download : with installer or Yamb exe only


(import audio settings are not available for the moment, because I need to change different things...sorry for the delay)
Kurtnoise is offline  
Old 12th May 2005, 19:35   #50  |  Link
JoeBG
stupid
 
JoeBG's Avatar
 
Join Date: Sep 2004
Location: Cologne
Posts: 638
@ Kurtnoise

Really a great job, thank you very much.
__________________
cu

Joe
------------------------
freedom is just another word for nothing left to loose
JoeBG is offline  
Old 12th May 2005, 19:56   #51  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
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: -
Code:
* 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
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline  
Old 12th May 2005, 22:53   #52  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
Sadly.... I'm not able to add .aac (or .mp3) audio streams at all: -




Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |

Last edited by SeeMoreDigital; 12th May 2005 at 22:58.
SeeMoreDigital is offline  
Old 13th May 2005, 07:46   #53  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
my bad...I made a mistake with CheckListBox & ListBox.

Download the 1.2.1 release. It's fixed. Same link as before.
Kurtnoise is offline  
Old 13th May 2005, 09:13   #54  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
Thanks.. the muxing works fine now.


Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline  
Old 13th May 2005, 11:38   #55  |  Link
planet1
... space nerd ...
 
planet1's Avatar
 
Join Date: Feb 2004
Location: Terra
Posts: 163
In the beginning there was darkness ...



but then a mouse came and suddenly there was light !




I think its a Win2k-only glitch (had something similar in BeLight once).
planet1 is offline  
Old 13th May 2005, 11:40   #56  |  Link
neo_anderson
Guest
 
Posts: n/a
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!
 
Old 13th May 2005, 12:06   #57  |  Link
planet1
... space nerd ...
 
planet1's Avatar
 
Join Date: Feb 2004
Location: Terra
Posts: 163
Quote:
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.
planet1 is offline  
Old 13th May 2005, 12:28   #58  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally posted by planet1
I think its a Win2k-only glitch (had something similar in BeLight once).
ok...I'll try to change that.
Kurtnoise is offline  
Old 13th May 2005, 13:18   #59  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,219
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.



Thankfully, when Mpeg4/AVC streams are de-muxed to .h264, they play great using Nero's ShowTime player/filters.


Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline  
Old 13th May 2005, 13:55   #60  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
@SMD: I don't know if mp4box can do that...I'll check this.


@Planet1 : could you try this one 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 but it's not finalize yet...so it doesn't work.
Kurtnoise is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:15.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.