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. |
|
|
#1 | Link |
|
Registered User
Join Date: Jul 2002
Posts: 525
|
Can we put ac3 in mp4 without the use of a private stream?
When i demux a .ts i get ac3 and i do not want to convert to aac. i want to use the ac3 as is in my mp4 but it appears the only way STILL is via private stream/media object. I'm ok with that except most players/decoders do not look at the private streams when they find no audio in the standard location and standard audio tags.
Has anyone been able to get this to work in such a way as to not be such a hack? (well a hack for now anyway. I hope that changes in the near future) Thoughts? yes i could use .mkv but that has pros and cons also ![]() thanks |
|
|
|
|
#3 | Link | |
|
Registered User
Join Date: Jul 2002
Posts: 525
|
Quote:
Anyway, I wanted to know if the windows side has caught up and it appears it has not ![]() However i see on sourceforge a few of the projects they added ac3 private stream support so things are looking up in the windows camp. A hack yup but so is most of the video/audio stuff being used like h264 in avi and VBR mp3 in avi and on and on... thanks for you input! |
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: May 2004
Posts: 2
|
can any one tell me why recorded tv programs to disk on my sony RDR HX900 dvd recorder will not play on my pc or any other dvd player they never reconise the disk, i know the disks are ok. is there any software out there that can help. thanks
|
|
|
|
|
#5 | Link | |
|
Life looks better in HDTV
Join Date: Jun 2003
Location: UK
Posts: 10,008
|
Quote:
Could you provide me with a sample please (with MPEG-4 SP video)? Cheers
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear | |
|
|
|
|
|
#6 | Link |
|
Moderator
![]() Join Date: Nov 2001
Posts: 9,780
|
Zep, i guess what you have is a mov file with the wrong extension, and not mp4...
again, it makes no sense to place ac3 in mp4. if you think that the technology used in mp4 is so great (eg better than mkv or mpg) use mov for storing ac3...
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau) I know, that I know nothing (Socrates) MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide) Ogg Theora | Ogg Vorbis use WM9 today and get Micro$oft controlling the A/V market tomorrow for free |
|
|
|
|
#7 | Link | |
|
Registered User
Join Date: Feb 2006
Posts: 620
|
Quote:
), it is not possible. I didn't want to pass on a moral judgement if you should use AC3 in MP4 or not.Can I ask you what tool you are using to make these files? |
|
|
|
|
|
#8 | Link | |
|
Life looks better in HDTV
Join Date: Jun 2003
Location: UK
Posts: 10,008
|
Quote:
That said, with regard to placing AC3 within MOV, I'm not sure whether this is possible, given that QuickTime player does not support AC3! Cheers
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear | |
|
|
|
|
|
#9 | Link | |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
Quote:
This kind of file is playable with MPC but like Bond and others said that makes no sense.
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|
|
|
|
|
#10 | Link |
|
Teetrinker
Join Date: Jan 2002
Posts: 256
|
The way avidemux place ac3 in MP4 is wrong, there is no mp4a box/atom. In MP4 files the elementary stream type is identified through the objectTypeIndication number. For unregistered elementary streams types you have to use a private objectTypeIndication number. Take a look here for registered numbers: http://www.mp4ra.org/object.html
If you want know how to place elementary streams into MP4 take a look at the nhml import/extract from MP4Box.
__________________
Play GO ( http://en.wikipedia.org/wiki/Go_(board_game)) |
|
|
|
|
#11 | Link | |
|
Registered User
Join Date: Mar 2006
Posts: 222
|
Quote:
the BBC_HDTrial.ts file over on the DS thread for instance. |
|
|
|
|
|
#14 | Link |
|
ангел смерти
![]() Join Date: Nov 2004
Location: Oceanborn
Posts: 7,596
|
No, .ts and .mp4 have nothing to do with each other, they're entirely different containers and can hold entirely different formats. H.264 is MPEG-4, not MP4, though it can be stored in MP4.
The entire reasoning behind MP4 is that it will only contain MPEG-4 streams, vastly simplifying implementation requirements, and that enough other formats exist to satisfy the need for non-MPEG-4 streams when it arises. (3gpp goes beyond this to specify a few other voice formats its own version can use.) Non-standard streams will most likely restrict playability on hardware devices. Please stop turning mp4 into the new avi.
__________________
There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order. ~ Ed Howdershelt |
|
|
|
|
#15 | Link |
|
Moderator
![]() Join Date: Nov 2001
Posts: 9,780
|
for how to mux ac3 into .mp4:
open quicktime and merge your ac3 stream into a .mov file. after that rename the .mov to .mp4 and you will get a spec compliant ac3-in-mp4 file as any other method outputting ac3-in-mp4 would give you too /cynism edit: imho the best container for merging ac3 and avc is .mpg program stream (not .ts), as 1) there are official/widely accepted specs for storing avc and ac3 in .mpg 2) hddvd uses exactly the same (ac3 + avc in .mpg), so ac3+avc in .mpg has a big chance of hardware compatibility (imho bigger than .mp4, not to speak of .mkv) 3) ac3 should not be placed in .mp4
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau) I know, that I know nothing (Socrates) MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide) Ogg Theora | Ogg Vorbis use WM9 today and get Micro$oft controlling the A/V market tomorrow for free Last edited by bond; 5th June 2006 at 19:59. |
|
|
|
|
#16 | Link | |
|
Life looks better in HDTV
Join Date: Jun 2003
Location: UK
Posts: 10,008
|
Quote:
All you get is QT7 saying this: - ![]() Cheers
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear | |
|
|
|
|
|
#17 | Link |
|
Moderator
![]() Join Date: Nov 2001
Posts: 9,780
|
well i wasnt really serious anyways
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau) I know, that I know nothing (Socrates) MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide) Ogg Theora | Ogg Vorbis use WM9 today and get Micro$oft controlling the A/V market tomorrow for free |
|
|
|
|
#18 | Link | |
|
Life looks better in HDTV
Join Date: Jun 2003
Location: UK
Posts: 10,008
|
Quote:
Any takers?
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear | |
|
|
|
|
|
#19 | Link |
|
Moderator
![]() Join Date: Nov 2001
Posts: 9,780
|
my best bet would be ffmpeg
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau) I know, that I know nothing (Socrates) MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide) Ogg Theora | Ogg Vorbis use WM9 today and get Micro$oft controlling the A/V market tomorrow for free |
|
|
|
|
#20 | Link |
|
Life looks better in HDTV
Join Date: Jun 2003
Location: UK
Posts: 10,008
|
I guess muxing with FFmpeg will be a "command-line" affair?
I just tried muxing MPEG-4 with AC3 into .MPG, .TS and .PS using AVIdeMux 2.2.0 Rev 1984.... It was a no go! Bummer!
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear | |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|