VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. Hi all,

    I'm looking for a videoplayer that can play M2TS videos 4x the speed, if you know what I mean (sorry, my English isn't that good)? I've tried VLC, but the video freezes.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Maybe MPCHC, Player->Increase Rate.
    Quote Quote  
  3. Originally Posted by Baldrick
    Maybe MPCHC, Player->Increase Rate.
    It only goes 2x the speed.
    Quote Quote  
  4. AviSynth: AssumeFPS(4x actual fps). For example, for a 30 fps video

    Code:
    DirectShowSource("video.ext")
    AssumeFPS(120)
    Your computer may have trouble keeping up though. If you only want to see every 4th frame in addition to playing 4x faster:

    Code:
    DirectShowSource("video.ext")
    AssumeFPS(120)
    SelectEvery(4,0)
    The audio will go out of sync.
    Quote Quote  
  5. How does AVISYNTH work? I've installed it, but can't open the software anywhere?
    Quote Quote  
  6. You create a text script with an editor like notepad. Give the script the extension .AVS. Open the .AVS file with any media player.

    I just noticed that VLC will let you play at 4x speed. Both the video and audio speed up.
    Quote Quote  
  7. Doesn't seem to work, the video just freezes, but the audio keeps going.
    Quote Quote  
  8. Banned
    Join Date
    Oct 2004
    Location
    Freedonia
    Search Comp PM
    Have you considered the possibility that there is not any player that can do this? Most players won't play audio at all for anything faster than 2x.
    Quote Quote  
  9. Damn the audio. I just need the video so I can look through 10 hours of footage in 2-3 hours.

    Looks like I have to give up on this one...
    Quote Quote  
  10. Which doesn't work for you? Did you try VLC? KMPlayer allows up to 3x.
    Quote Quote  
  11. The PS3 likes .mt2s files just fine. I use mine to play back my home videos all the time (without any conversion). I'm not sure if there is a precisely '4x' speedup... I think you get 1x, 1.5x, 10x, and 30x, though. -- The 1.5x keeps the audio, by the way.
    Quote Quote  
  12. Banned
    Join Date
    Oct 2004
    Location
    Freedonia
    Search Comp PM
    Originally Posted by ntvinh986
    Hi all, I am a new member of forum. Would a newcomer be warmly welcome here? Good day you guys!!!
    ]
    Yes if you do NOT post something in threads like this. Your message has nothing to do with the existing thread. Do NOT do that again. We call that threadhijacking and we don't like it. Start a new thread if your post isn't completely relevant to an existing thread.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!