User User name Password  
   
Monday 6.10.2025 / 10:07
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > consoles > ps3 - modding & hacking > mkv file has a green bottom
Show topics
 
Forums
Forums
mkv file has a green bottom
  Jump to:
 
Posted Message
AfterDawn Addict
_
3. March 2009 @ 14:42 _ Link to this message    Send private message to this user   
I have managed to convert a mkv file using tsmuxer, . when i played it in my ps3 it has a nice green bottom to it, like a letter box.
is there any way in converting without the annoying green bottom



250gb ps3 non modded and 60gb launch model 3.55cfw
Advertisement
_
__
KajNrig
Senior Member
_
4. March 2009 @ 00:18 _ Link to this message    Send private message to this user   
I'm guessing you remuxed it to a Blu-Ray folder? That green box means that your video doesn't have a perfect 16x9 aspect ratio.

The only way to get around that is to re-encode your video with borders on top/bottom to fill in those remaining lines.

...well, that or mux it to .m2ts, but I'm guessing that you use AVCHD because of the subtitle/chapter support?
AfterDawn Addict
_
4. March 2009 @ 12:19 _ Link to this message    Send private message to this user   
Originally posted by KajNrig:
I'm guessing you remuxed it to a Blu-Ray folder? That green box means that your video doesn't have a perfect 16x9 aspect ratio.

The only way to get around that is to re-encode your video with borders on top/bottom to fill in those remaining lines.

...well, that or mux it to .m2ts, but I'm guessing that you use AVCHD because of the subtitle/chapter support?
ViDEO.CODEC...: x264
FRAMERATE.....: 23.976
BiTRATE.......: 5920 kbps
RESOLUTiON....: 1280x534
AUDiO.........: English DTS 5.1 1.5 mbit




250gb ps3 non modded and 60gb launch model 3.55cfw
KajNrig
Senior Member
_
4. March 2009 @ 13:05 _ Link to this message    Send private message to this user   
Yeah, that resolution - 1280 x 534 - is what's giving you the green line.

You can fix that by re-encoding it with an Avisynth script that adds borders to make it an even 1280 x 720 (so... add a 93-line border on top and bottom). However, if you've got an older computer, it'll take a LONG time (my Pentium 4 took about 36 hours to re-encode a 5GB video).

My suggestion would be to simply mux it to .m2ts. You get the audio and video, and you don't have to worry about the green bar anymore. The only problem with that is that the .m2ts container doesn't currently have support for subtitles or chapters.
AfterDawn Addict
_
4. March 2009 @ 13:18 _ Link to this message    Send private message to this user   
Originally posted by KajNrig:
Yeah, that resolution - 1280 x 534 - is what's giving you the green line.

You can fix that by re-encoding it with an Avisynth script that adds borders to make it an even 1280 x 720 (so... add a 93-line border on top and bottom). However, if you've got an older computer, it'll take a LONG time (my Pentium 4 took about 36 hours to re-encode a 5GB video).

My suggestion would be to simply mux it to .m2ts. You get the audio and video, and you don't have to worry about the green bar anymore. The only problem with that is that the .m2ts container doesn't currently have support for subtitles or chapters.
cool don't really need the sub or chapters thanks KajNrig i'll give it a try now

ok i tryed mux a film to .m2ts and i get this error before i do anything else




250gb ps3 non modded and 60gb launch model 3.55cfw

This message has been edited since posting. Last time this message was edited on 4. March 2009 @ 13:54

KajNrig
Senior Member
_
4. March 2009 @ 14:35 _ Link to this message    Send private message to this user   
That means that some of the tracks in the .mkv weren't recognized by tsMuxer. When you click OK, what do you see? If you see your video and audio streams, then you're fine. If you don't... well, then that means that for whatever reason, tsMuxer can't recognize those streams.

Oh, wait, I see.

You most likely won't see the audio file, as it's a DTS stream. The PS3 can't play DTS audio from a container source, so you'll have to extract it from the .mkv with MKVExtract and convert it to 5.1 AC3 audio with eac3to (or whatever program you like to use).

Once that's done, just mux it into an .m2ts file with tsMuxer, and it should work okay.
AfterDawn Addict
_
4. March 2009 @ 14:46 _ Link to this message    Send private message to this user   
Originally posted by KajNrig:
That means that some of the tracks in the .mkv weren't recognized by tsMuxer. When you click OK, what do you see? If you see your video and audio streams, then you're fine. If you don't... well, then that means that for whatever reason, tsMuxer can't recognize those streams.

Oh, wait, I see.

You most likely won't see the audio file, as it's a DTS stream. The PS3 can't play DTS audio from a container source, so you'll have to extract it from the .mkv with MKVExtract and convert it to 5.1 AC3 audio with eac3to (or whatever program you like to use).

Once that's done, just mux it into an .m2ts file with tsMuxer, and it should work okay.
how do i extract it from the .mkv with MKVExtract and convert it to 5.1 AC3 audio with eac3to? sorry new with the ps3 manly on the psp section



250gb ps3 non modded and 60gb launch model 3.55cfw
KajNrig
Senior Member
_
4. March 2009 @ 16:10 _ Link to this message    Send private message to this user   
S'no problem.

Download mkvtoolnix and MKVExtractGUI. Install mkvtoolnix and extract MKVExtractGUI from its zip/rar folder. Then take the "MKVExtractGUI.exe" file and place it in the same folder as mkvtoolnix.

So if mkvtoolnix is located in "C:/Program Files/mkvtoolnix/"...

Then put MKVExtractGUI.exe in "C:/Program Files/mkvtoolnix/".

Then open up MKVExtractGUI.exe and load your .mkv into it. You should see all the streams. (On mine, though, I constantly had to reload the .mkv.) Choose your audio stream and demux it.

Once that's done, get eac3to. You can get it here: http://www.videohelp.com/tools/eac3to

Unzip it, and inside the extracted folder, you'll see "yr_eac3to_more_gui.exe". Click that to start up the GUI.

Once in the program, you should be able to find your way fairly easily.

Anyway, once the conversion process is done, open up tsMuxer again. Load your .mkv, but only select the video. Load up your new 5.1 AC3 file, as well, and mux it to M2TS. Everything should work out within a couple minutes, then.

EDIT:

...okay, so apparently tsMuxer has a Demux option, too. So you can just use tsMuxer to demux and remux, instead of installing mkvtoolnix/MKVExtract for the demuxing step.

This message has been edited since posting. Last time this message was edited on 4. March 2009 @ 16:12

AfterDawn Addict
_
5. March 2009 @ 12:59 _ Link to this message    Send private message to this user   
hi i can't see yr_eac3to_more_gui.exe"



250gb ps3 non modded and 60gb launch model 3.55cfw
KajNrig
Senior Member
_
5. March 2009 @ 16:49 _ Link to this message    Send private message to this user   
Hm. Oh, well, that's not that big of an issue. Just download eac3toGUI or any other eac3to GUI, and stick it in the same folder as eac3to.

http://forum.doom9.org/showthread.php?t=135095

There's Eac3to and More GUI, if you want it. It looks pretty good to me.
AfterDawn Addict
_
6. March 2009 @ 13:36 _ Link to this message    Send private message to this user   
Originally posted by KajNrig:
Hm. Oh, well, that's not that big of an issue. Just download eac3toGUI or any other eac3to GUI, and stick it in the same folder as eac3to.

http://forum.doom9.org/showthread.php?t=135095

There's Eac3to and More GUI, if you want it. It looks pretty good to me.
:) i got eac3to GUI working here is a screen shot is that right?






250gb ps3 non modded and 60gb launch model 3.55cfw

This message has been edited since posting. Last time this message was edited on 6. March 2009 @ 13:41

KajNrig
Senior Member
_
6. March 2009 @ 13:50 _ Link to this message    Send private message to this user   
Yeah, just about. Just mess around with the settings a bit (bitrate, mostly), and once you've got something you like, go ahead and convert. Then remux as already suggested.
AfterDawn Addict
_
6. March 2009 @ 14:08 _ Link to this message    Send private message to this user   
ok thanks m8 and thanks for all your help 1 last thing what programme is best to use to burn the file when finished?



250gb ps3 non modded and 60gb launch model 3.55cfw

This message has been edited since posting. Last time this message was edited on 6. March 2009 @ 14:24

KajNrig
Senior Member
_
6. March 2009 @ 19:11 _ Link to this message    Send private message to this user   
Hm... well, I usually use ImgBurn, but any burning program should be good.
Advertisement
_
__
 
_
AfterDawn Addict
_
7. March 2009 @ 12:11 _ Link to this message    Send private message to this user   
Originally posted by KajNrig:
Hm... well, I usually use ImgBurn, but any burning program should be good.
done thanks again work 100% :)



250gb ps3 non modded and 60gb launch model 3.55cfw
afterdawn.com > forums > consoles > ps3 - modding & hacking > mkv file has a green bottom
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork