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

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th July 2009, 10:22   #1  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
PS3muxer - Remux MKV to M2TS for play on Sony PlayStation3

Dear friends, I wish to present to you a new very simple program which will remux mkv file with h.264 video and AC3/DTS/LPCM/AAC audio to a M2TS file which is playable on the Sony PlayStation3.

Windows setup (Win32): http://tsdemuxer.googlecode.com/file..._setup_130.exe
Ubuntu 10.04 package (32bit): http://tsdemuxer.googlecode.com/file...untu1_i386.deb
Ubuntu 9.04 package (64bit): http://tsdemuxer.googlecode.com/file...ntu1_amd64.deb
Mac OS X Snow Leopard 10.6.4 package (Intel 32bit): http://tsdemuxer.googlecode.com/files/ps3muxer_130.dmg
Microsoft Visual C++ 2008 Redistributable Package: http://www.microsoft.com/downloads/d...displaylang=en
Homepage: http://ps3muxer.org/
PShare homepage: http://ps3muxer.org/pshare.html

- No video transcoding;
- Audio transcoding if track codec differs from AC3;
- Use of the delay and fps information from the MKV container;
- Multi-audio (You can choose more than one audio track);
- External audio tracks;
- Batch processing;
- Video codecs: h.264, VC-1, MPEG-2 (PS3 will show only h.264 and it is possible MPEG2);
- Audio codecs: AC3, DTS, AAC, MP3, LPCM (for AC3 transcoding it is not required);
- Possibility of manual updating of language and delay of tracks;
- Possibility of splitting a file into parts;
- Possibility of changing a h.264 profile and AC3 bitrate;
- Windows and Linux support (QT GUI);
- Free source code;
- Compressed MKV files remuxing - new 2-pass mode.

The program uses mkvextract for audio extraction, ffmpeg for audio transcoding, tsMuxeR for M2TS muxing.

For film viewing on PS3 it is better to use DLNA media server TVersity (You can copy file to internal HDD).



Manual

1)Start the program and push «open» button.


2)Select MKV source file.


3)Choose video and audio tracks (use «Ctrl» button for multi-selection). You can update language, delay, and split chunk size. Then press «Start Muxing» button.


4)Enjoy

Last edited by clark15b; 15th February 2011 at 16:59. Reason: PS3Muxer 1.30
clark15b is offline   Reply With Quote
Old 31st July 2009, 18:50   #2  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
Hi!
Quote:
The program uses mkvextract for audio extraction, ffmpeg for audio transcoding, tsMuxeR for M2TS muxing.
Can't you use "tsMuxeR" to demux/extract the audiostream - and thereby reduce the number of programs involved in the conversion?

Quote:
No video transcoding... Video codecs: h.264, VC-1, MPEG-2 (PS3 will show only h.264 and it is possible MPEG2)
If no video transcoding is done, what does your GUI do with MKVs containing VC-1 videostreams?
setarip_old is offline   Reply With Quote
Old 1st August 2009, 10:34   #3  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
setarip_old

Hi.
Quote:
Can't you use "tsMuxeR" to demux/extract the audiostream - and thereby reduce the number of programs involved in the conversion?
I can, but mkvextract it is more convenient (I can set output file name).

Quote:
If no video transcoding is done, what does your GUI do with MKVs containing VC-1 videostreams?
Nothing, for this purpose there are other programs: mkv2vob, multiAVCHD.
I never met VC-1 in BDR/HDDVDrip, only in remux.
Video transcoding too slow, nobody will wait... download h.264.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 3rd August 2009, 11:33   #4  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
UPDATE is available.

Version 1.22:

- localization fix;
- message box when abort process;
- optimization of audio track extraction (one pass for several files);
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 27th August 2009, 11:18   #5  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
UPDATE is available.

Version 1.23:

- batch processing.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 4th September 2009, 20:18   #6  |  Link
mofle
Registered User
 
Join Date: Mar 2007
Posts: 2
Any chance of getting it compiled for Mac? QT is available on Mac too.
mofle is offline   Reply With Quote
Old 15th September 2009, 14:30   #7  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
mofle

I know, but i have not Mac

I will build Mac version when there will be a possibility.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 19th September 2009, 09:23   #8  |  Link
mofle
Registered User
 
Join Date: Mar 2007
Posts: 2
Build it for Mac.

How difficult is it to build it?

Is it something that I could do?

If yes, how?
mofle is offline   Reply With Quote
Old 22nd September 2009, 09:22   #9  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
mofle

I don`t know

I think it is not easy.

You need this:
http://qt.nokia.com/downloads/sdk-mac-os-cpp
and this:
http://tsdemuxer.googlecode.com/file...xer_src.tar.gz

Install QT4 and unpack my source, then open QT project in "QT Creator" and press F5 button.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 22nd September 2009, 09:25   #10  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
UPDATE is available.

Version 1.24:
- Localization fix
- New QT runtime in Windows version
- New tsMuxer version in Ubuntu package
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 30th September 2009, 12:14   #11  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
UPDATE is available.

Version 1.25:
- Show video track FPS;
- Possibility of changing a FPS;
- Possibility of changing a h.264 profile to 4.1 in GUI.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 20th October 2009, 12:42   #12  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
UPDATE is available.

Version 1.26:
- Possibility of changing a AC3 bitrate in GUI;
- New QT runtime in Windows version;
- New mkvextract in Windows version;
- Append zlib1.dll to the Windows setup (Windows 7 fix).
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 27th October 2009, 16:57   #13  |  Link
pio011
Registered User
 
Join Date: Dec 2005
Posts: 80
Thanks for this tool! Great! ButI have some questions:

1) It would be great, if you could manually add audiotracks (which are not included in the .mkv) and then remux it.

2.) before this feature is added, I only use ps3muxer for showing me the audio delay in the .mkv. I use this value for tsmuxer, to have sync audio. Is the audio delay in ps3muxer correct to use it in tsmuxer?

Thank you!
pio011 is offline   Reply With Quote
Old 2nd November 2009, 08:55   #14  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
Quote:
Originally Posted by pio011 View Post
Thanks for this tool! Great! ButI have some questions:

1) It would be great, if you could manually add audiotracks (which are not included in the .mkv) and then remux it.

2.) before this feature is added, I only use ps3muxer for showing me the audio delay in the .mkv. I use this value for tsmuxer, to have sync audio. Is the audio delay in ps3muxer correct to use it in tsmuxer?

Thank you!
Thanks, I will try to make it in next release.

Yes, the audio delay in ps3muxer is correct to use it in tsmuxer.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 2nd November 2009, 15:03   #15  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
UPDATE is available.

Version 1.27:
- External audio tracks.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 21st January 2010, 13:29   #16  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
UPDATE is available.

Version 1.28:
- Using detected in container fps when muxing;
- QT 4.6.0.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 3rd March 2010, 17:16   #17  |  Link
ljpp
Registered User
 
Join Date: Mar 2005
Posts: 60
Any chance for a 64bit Ubuntu package?
ljpp is offline   Reply With Quote
Old 9th April 2010, 12:22   #18  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
Quote:
Originally Posted by ljpp View Post
Any chance for a 64bit Ubuntu package?
I will try.


UPDATE is available.

Version 1.28.1:
- ffmpeg 8 Apr 2010 build;
- QT 4.6.1.
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 14th April 2010, 16:00   #19  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
Quote:
Originally Posted by ljpp View Post
Any chance for a 64bit Ubuntu package?
Try this package: http://tsdemuxer.googlecode.com/file...ntu1_amd64.deb
__________________
tsdemuxer|PS3Muxer
clark15b is offline   Reply With Quote
Old 18th June 2010, 15:24   #20  |  Link
clark15b
Registered User
 
clark15b's Avatar
 
Join Date: Apr 2009
Location: Moscow, Russia
Posts: 61
Mac OS X Snow Leopard 10.6.4 version (Intel 32bit) - http://tsdemuxer.googlecode.com/files/ps3muxer.dmg
Qt Framework for Mac OS X - http://qt.nokia.com/downloads/qt-for...nt-on-mac-os-x
__________________
tsdemuxer|PS3Muxer

Last edited by clark15b; 29th June 2010 at 15:59.
clark15b is offline   Reply With Quote
Reply

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 19:09.


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