Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: MKV to MP4 for playback on PS3

  1. #11
    Join Date
    Oct 2006
    Beans
    Hidden!

    Re: MKV to MP4 for playback on PS3

    I think Handbrake will do the job for you.
    Google for it.
    NAH40

  2. #12
    Join Date
    Dec 2007
    Beans
    28
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: MKV to MP4 for playback on PS3

    Hrm i'm getting an error :S
    Could anyone please tell me what's going wrong? It would be amazing to get it working!

    Code:
    perl mkv2mp4.pl file.mkv
    Checking input file format...
    MSG - MkvInfo pixel width - 1280 
    MSG - MkvInfo pixel height - 720 
    Extracting mkv file...
    MSG - MkvInfo Video - V_MPEG4/ISO/AVC Track: 1
    MSG - MkvInfo Audio - A_AC3 Track: 2
    MSG - MkvInfo Audio Channels - (Dolby 5.1 / DTS)
    mkvextract tracks "file.mkv" 2:file.ac3 1:file.h264
    Changing h.264 stream's level_idc header...
    Converting audio to aac...
    mplayer file.ac3 -af channels=6:6:0:0:1:1:2:4:3:5:4:2:5:3 -ao pcm:fast:waveheader:file=file.wav -channels 6 -novideo
    faac -q 100 -o "file.aac" "file.wav"
    Freeware Advanced Audio Coder
    FAAC 1.26.1 (Aug 16 2008) UNSTABLE
    
    file.wav: No such file or directory
    Couldn't open input file file.wav
    Creating mp4 file (file.mp4)...
    Use of uninitialized value $size in addition (+) at mkv2mp4.pl line 320.
    MP4Box  -add file.h264 -add file.aac -fps 23.976 -par 1=1:1 -lang eng "file.mp4"
    AVC-H264 import - frame size 1280 x 720 at 23.976 FPS
    MP4Box: media_tools/av_parsers.c:1902: AVC_ReformatSEI_NALU: Assertion `written<=nal_size' failed.
    Aborted
    MP4Box creation of mp4 failed! output:
    
    34304
    Thanks in advance!!

  3. #13
    Join Date
    Oct 2006
    Beans
    Hidden!

    Re: MKV to MP4 for playback on PS3

    you might try the handbrake forum.
    i'm not an expert
    NAH40

  4. #14
    Join Date
    Dec 2007
    Beans
    28
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: MKV to MP4 for playback on PS3

    ooh ok nice thanks, ill try that now


    Edit: Seems to be working. Gonna take a while though to complete
    Thanks ever so much!!!
    Last edited by genfly; February 25th, 2010 at 08:13 PM.

  5. #15
    Join Date
    May 2007
    Beans
    2

    Re: MKV to MP4 for playback on PS3

    Quote Originally Posted by nah40 View Post
    you might try the handbrake forum.
    i'm not an expert
    handbrake does not support remuxing (this script does, even though i cannot get it to work) so it's not really a solution.

    with handbrake you have to re-encode the entire file for literally no reason, ps3 supports h.264 natively in the mp4 and mt2s containers, all you need to encode usually is the audio if it is not aac already.

  6. #16
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: MKV to MP4 for playback on PS3

    Closed for necromancy. Please do not bump old threads.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •