| Author |
Message |
Andreas Furumo Member
Joined: 28 Aug 2009 Location: Sweden
|
|
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.
|
|
Baldrick Administrator
Joined: 09 Aug 2000 Location: Sweden
|
|
Maybe MPCHC, Player->Increase Rate.
|
|
Andreas Furumo Member
Joined: 28 Aug 2009 Location: Sweden
|
|
| Baldrick wrote: |
| Maybe MPCHC, Player->Increase Rate. |
It only goes 2x the speed.
|
|
jagabo Member
Joined: 09 Dec 2005 Location: none
|
|
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.
|
|
Andreas Furumo Member
Joined: 28 Aug 2009 Location: Sweden
|
|
How does AVISYNTH work? I've installed it, but can't open the software anywhere?
|
|
jagabo Member
Joined: 09 Dec 2005 Location: none
|
|
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.
|
|
Andreas Furumo Member
Joined: 28 Aug 2009 Location: Sweden
|
|
Doesn't seem to work, the video just freezes, but the audio keeps going.
|
|
jman98 Member
Joined: 08 Oct 2004 Location: Freedonia
|
|
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.
|
|
Andreas Furumo Member
Joined: 28 Aug 2009 Location: Sweden
|
|
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...
|
|
jagabo Member
Joined: 09 Dec 2005 Location: none
|
|
Which doesn't work for you? Did you try VLC? KMPlayer allows up to 3x.
|
|
jg0001 Member
Joined: 10 Feb 2004 Location: USA
|
|
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.
|
|
jman98 Member
Joined: 08 Oct 2004 Location: Freedonia
|
|
| ntvinh986 wrote: |
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.
|
|
|
|