Search found 11 matches

by iiro
Sat Jul 18, 2009 12:56 pm
Forum: Devices and Presets
Topic: Need advice for encoding settings for PS3 on a Sony Bravia
Replies: 6
Views: 1701

Re: Need advice for encoding settings for PS3 on a Sony Bravia

If you want to watch your movies on your PS3, in my opinion your best bet is to have an x264 / AC-3 inside .MKV and then use tsMuxer to remux the streams into a transport stream file (.m2ts) which will happily play on the PS3, alas with no subtitles. Best support for subtitles in my experience is wi...
by iiro
Sat Apr 04, 2009 6:44 am
Forum: Devices and Presets
Topic: How to properly convert files for the PS3
Replies: 6
Views: 2726

Re: How to properly convert files for the PS3

I think the ts files should work on the playstation 3 directly, at least my .m2ts files work.
Otherwise for the mkv's, if they have h.264 / ac3, you can put them through tsMuxer and mux then as .m2ts which will work on the PS3.

Link to tsMuxer
by iiro
Fri Mar 27, 2009 7:08 am
Forum: Tiki Bar
Topic: Subler (like Muxo, maybe better?)
Replies: 239
Views: 117389

Re: Subler (like Muxo, maybe better?)

Not from raw. But from mov/mp4. And from mkv or ac3 if you save them as mov from quicktime (a reference file is enough). This is great! Now one can make seamless mp4 packages from various mkv sources without encoding, hence the 64-bit support! :) It seems to keep the anamorphic flags of imported vi...
by iiro
Tue Mar 24, 2009 6:14 am
Forum: Windows
Topic: MP4 / AVC and PS3
Replies: 11
Views: 3866

Re: MP4 / AVC and PS3

Or you can use tsMuxer and make a .m2ts

http://www.smlabs.net/tsmuxer_en.html

It's for Leopard now.
by iiro
Tue Mar 03, 2009 6:15 am
Forum: *nix
Topic: Whoa... Big ol' build changes...
Replies: 6
Views: 1721

Re: Whoa... Big ol' build changes...

do this:
  • cd /handbrake
    ./configure --launch
    mkdir build/
    cd build/
    ../configure
    make
by iiro
Fri Feb 20, 2009 7:39 pm
Forum: Tiki Bar
Topic: Advanced Bluray/HDDVD Workflow & Features Discussion
Replies: 199
Views: 107825

Re: Advanced Bluray/HDDVD Workflow & Features Discussion

Nice workflow! Have you ever tried mkvdts2ac3 ? I use it on my Mac side to convert DTS to AC3 inside an MKV I can create with mkvtoolnix. mkvdts2ac3 automates the process like this: DTS -> Individual WAVs per channels -> proper mapping -> AC3. It's a bit tricky to compile on the mac because it wants...
by iiro
Tue Feb 17, 2009 6:42 pm
Forum: Development
Topic: [PATCH] High quality AAC encoder on Mac OS X
Replies: 80
Views: 25203

Re: [PATCH] High quality AAC encoder on Mac OS X

I successfully patched the revision 2166 and made a test video with Coreaudio Dolby Pro Logic II @320 KB/s, DRC 1.25. The sound works fine in iTunes but crashes Quicktime — still, I guess it's the bug that makes QT crash on all new HB encodes.

Great work with this!
by iiro
Thu Nov 27, 2008 5:50 am
Forum: Bugs
Topic: [0.9.3] Converting Vorbis -> AAC results in skippy sound
Replies: 0
Views: 546

[0.9.3] Converting Vorbis -> AAC results in skippy sound

Hi, I'm using the MacGUI 0.9.3 and when I convert my MKV file with Vorbis sound to Stereo AAC the converted audio is skippy in Quicktime. Here's the log file: HandBrake Activity Log for destination.m4v: 2008-11-27 07:15:27 +0200 Handbrake Version: 0.9.3 (2008112300) [07:15:27] macgui: scanning speci...
by iiro
Thu Oct 09, 2008 4:10 am
Forum: General Questions
Topic: HandBrake Snapshot Build 3
Replies: 50
Views: 68918

Re: HandBrake Snapshot Build 3

Nice! I've successfully re-encoded two MKV movies to m4v containers with 720p H.264, AAC and AC3. Added some tags and subtitles with Muxo, sweet. I tried four others but they all crashed in the first pass (using Two pass, turbo first pass). I used the Deux Six Quatre with 3000 kbs bitrate and Pyrami...
by iiro
Mon Apr 28, 2008 6:00 pm
Forum: Tiki Bar
Topic: Tool to add subtitles to mp4s
Replies: 66
Views: 115524

Re: Tool to add subtitles to mp4s

EDIT2: I uploaded a crash log for you: http://lab.iirojappinen.com/Muxo_crash.html The link leads me to an empty page. Something i might have forgotten to mention: Never try muxing subtitles that are not utf8 encoded. Normal english text will work - but all (accidental) tests with cp1250,etc.. caus...
by iiro
Mon Apr 28, 2008 5:12 pm
Forum: Tiki Bar
Topic: Tool to add subtitles to mp4s
Replies: 66
Views: 115524

Re: Tool to add subtitles to mp4s

Very Nice! I've now succesfully added subtitles to all my movies. However, when adding to some it just crashes and I lose the video files in progress, but I traced it down to bad srt files. Now, how can I properly change my MP4 files to M4V? For some, simply renaming the file causes iTunes and Qt to...