Will 25 fps MKV play correctly in NTSC PS3 (AVCHD Disc)

Discussion in 'Blu-ray players' started by schof1212, May 15, 2008.

  1. schof1212

    schof1212 Member

    Joined:
    May 15, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    11
    If I create a Blu-Ray disk (DVD+R DL or DVDr) from a .mkv file that has 25 fps, will it play in my NTSC PS3? Or do I have to convert the video and audio to 23.976 using Avisynth scripts and then create the disc? The source files are the Star Wars movies in 1080p .mkv's FYI.
     
  2. Hunt720

    Hunt720 Member

    Joined:
    Jan 18, 2008
    Messages:
    65
    Likes Received:
    0
    Trophy Points:
    16
    as long as you are using an HD set with hdmi the framerate shouldn't matter.
     
  3. kehoe

    kehoe Member

    Joined:
    Oct 7, 2005
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    Actually it does matter. The 25 frame rate won't play in a NTSC PS3. However the 23.97 will.
     
  4. scienc30

    scienc30 Member

    Joined:
    Jun 2, 2008
    Messages:
    25
    Likes Received:
    0
    Trophy Points:
    11
    I am having the same problem with the 1080p Star Wars. I did find a thread from Ryu77 talking about using AviSynth to convert to 23.976. As far as I can tell this will also keep the audio in sync. I'm not to sure how to handle the resolution in the script though. Any help would be greatly appreciated.

    The following is is an excerpt from the Ryu77 post:

    I used AVIsynth with the following script:

    loadplugin("D:\AVI synth plugins\NicAudio.dll")
    Video=DirectShowSource("D:\Video.mkv")
    Audio=NicDTSSource("D:\DTS Audio.dts")
    audiodub(video,audio)
    AssumeFPS(25,sync_audio=true)
    SSRC(48000,false)
    AddBorders(0,132,0,132)
    LanczosResize(720,576)

    I then used MeGUI to convert my 1hr55min (23.976fps) DTS track to a 1hr50min (25fps) Dolby AC3 track.

    This method can also work for PAL-->NTSC conversion. Just change the number in AssumeFPS from 25 to 23.976 and resize to 720 x 480 instead of 720 x 576.

    Note: The mkv video file loaded in the AVIsynth script is a repacked Matroska file with only a video stream.

     
  5. odin24

    odin24 Regular member

    Joined:
    May 4, 2007
    Messages:
    1,287
    Likes Received:
    0
    Trophy Points:
    46
    Guys, 25fps will play fine in a NTSC console. The movies in question I have too and all six work fine. Do not make them AVCHD structured, keep them m2ts.

    http://forums.afterdawn.com/thread_view.cfm/670307

    Oh yeah, anywhere you see Ryu77 posting pay attention because he knows alot about this stuff.
     
    Last edited: Jun 4, 2008
  6. angel360

    angel360 Member

    Joined:
    Oct 4, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    11

    I am however using TSMuxer to convert the 25 fps to 23.976 fps.
    First, I am using besweet command line to reencode the 25 fps ac3 to 23.976 using -ota parameters. Here's a sample besweet command.

    "C:\D Drive\Software\GotSent\besweet\BeSweet.exe" -core( -input "C:\Users\arindam\Documents\Newsbin Download\Stargate The Ark Of Truth 2008 iNTERNAL READ NFO 720p HDTV x264 hV[nzbmatrix.com]\Stargate.The.Ark.Of.Truth.2008.720p.HDTV.x264-hV.ac3" -output "C:\Users\arindam\Documents\Newsbin Download\Stargate The Ark Of Truth 2008 iNTERNAL READ NFO 720p HDTV x264 hV[nzbmatrix.com]\Output.ac3" ) -azid( -L -3db -n1 -g max ) -ssrc( --rate 48000 ) -ota( -d 0 -r 25000 23976 ) -ac3enc( -b 384 ) -profile( The AC3Machine v0.4 )

    Then I add the h264 video only file, the re-encoded ac3 and the srt subtitle file. The sub has been converted from 25 to 23.976 using subtitle workshop which is pretty easy to use. I mux to create a blu-ray struct and there it is... it plays on PS3
     

Share This Page