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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#2 | Link |
|
Pain and suffering
Join Date: Jul 2002
Posts: 1,337
|
Is this Sample 1080p or 1080i? If so can you please upload a sample?
I got a FTP or use rapidshare (http://rapidshare.de) up to 100mb. I can't find a h264 (mpeg4 AVC) 1080i or 1080p sample anywhere..... (then when i have it, i can try demux it also, if not, we can ask neuron2, creator of dgmpgdec) |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Nov 2001
Posts: 9,770
|
mplayer
__________________
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 |
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: Sep 2004
Location: Near LA, California, USA
Posts: 1,544
|
There is a sample here. http://mighty83.interfree.it/anixe/anixeHD.ts
__________________
Pirate: Now how would you like to die? Would you like to have your head chopped off or be burned at the stake? Curly: Burned at the stake! Moe: Why? Curly: A hot steak is always better than a cold chop. |
|
|
|
|
|
#5 | Link | |
|
Registered User
Join Date: Sep 2004
Location: Near LA, California, USA
Posts: 1,544
|
Quote:
The mencoder command is "mencoder -yourdrive:\yourfile -of rawvideo -nosound -ovc copy -o yourdrive:\yourmuxedfile.h264" Then use YAMB to put the raw .h264 file into an .MP4 container in order to play.
__________________
Pirate: Now how would you like to die? Would you like to have your head chopped off or be burned at the stake? Curly: Burned at the stake! Moe: Why? Curly: A hot steak is always better than a cold chop. |
|
|
|
|
|
|
#12 | Link |
|
Registered User
Join Date: Apr 2004
Posts: 268
|
thanks, could you give an example
mplayer FILE.ts -dumpaudio -dumpfile RAW.AC3 thats what i use to get the first audio track (pid 1020) but for the next (pid 1021) what command is needed ? thanks for this
__________________
k-c-ksum |
|
|
|
|
|
#13 | Link |
|
Registered User
Join Date: Mar 2005
Location: Finland
Posts: 2,641
|
mplayer FILE.ts -dumpaudio -dumpfile RAW.AC3 -aid 1021
To see what tracks or pids the file contains, read through the output of: mplayer -v -novideo file.ts Here -v means verbose output and -novideo will make MPlayer quit without starting video playback. You should really take a look at MPlayer documentation and the manual page (run "man mplayer" on Linux and other Unix-like systems): http://www.mplayerhq.hu/DOCS/HTML/en/index.html http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html For example, -aid is explained very nicely in the manual. |
|
|
|
|
|
#15 | Link |
|
Registered User
Join Date: Oct 2002
Location: UK
Posts: 680
|
I am trying to demux a H264 BBC MBAFF stream using mplayer and not having much luck. If I use:
Code:
mplayer -dumpvideo -dumpfile "F:\PE-demux.ts" "H:\Planet Earth.ts" From the one that mentions MPEG2, it seems its mis-detecting the stream type so then I tried: Code:
mplayer -demuxer h264es -dumpvideo -dumpfile "F:\PE-demux.ts" "H:\Planet Earth.ts" edit: OK, I'm sorry, I found this thread shortly after posting regarding how to find the latest version of Mencoder and the new version, updated 9th Nov has solved the problem, I no longer have to specify the demuxer and it outputs just video. I was using RC1 from the main mplayer site before. Last edited by idbirch2; 30th November 2006 at 22:07. Reason: Found solution |
|
|
|
![]() |
|
|