.TS to WMV HD for Xbox 360

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LQbano
    Junior Member
    Junior Member
    • Dec 2006
    • 2

    .TS to WMV HD for Xbox 360

    Originally Posted by anonymez
    run the ts through dgindex, it'll demux audio and create a project file. avisynth script like so:

    Code:
    mpeg2source("C:\path\to\project.d2v")
    assumetff()
    tdeint()                 #or your preferred deinterlacer
    crop(x,x,x,x)          #if needed
    lanczosresize(1280,720)
    you can include audio in the script with audiodub()
    Im also interested in encoding .ts to wmv hd files to play on my 360.

    I tried doing an .avs file following instructions in the dgindex site. This did not create a good quality wmv. dunno maybe im doing something wrong.

    using HDTVtoMPEG2 produces an HD mpg2 from my HD ts file , but Windows Media Converter crashes every time i open it.

    I will appreciate if anyone could post some instructions. Thanks
  • LQbano
    Junior Member
    Junior Member
    • Dec 2006
    • 2

    #2
    .TS to WMV HD for Xbox 360

    I would like to do encode .ts files into wmv HD in order to play them in my Xbox 360.

    I have tried so many things I have lost count. Maybe Im doing something wrong. I'll appreciate any inputs you can give.

    Thanks

    Comment

    • anonymez
      Super Moderator
      • Mar 2004
      • 5525

      #3
      i have moved your other post to this thread.

      I tried doing an .avs file following instructions in the dgindex site. This did not create a good quality wmv
      that depends on which settings you used with the encoder. for 720p, bitrate around 4-6mb will suffice

      I have tried so many things I have lost count.
      can you be more specific?
      "What were the things in Gremlins called?" - Karl Pilkington

      Comment

      • OlliM
        Junior Member
        Junior Member
        • Jan 2007
        • 1

        #4
        I have the same problem. Only, I have no idea where to start. I want my DVD images to WMV-HD with 5.1 sound. If there is a way to include a DTS soundtrack, that would be supersweet but I doubt it's possible. So any information you can give me is appericiated.

        Comment

        Working...