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.
+ Reply to Thread
Results 1 to 12 of 12
-
-
AviSynth: AssumeFPS(4x actual fps). For example, for a 30 fps video
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)
The audio will go out of sync.Code:DirectShowSource("video.ext") AssumeFPS(120) SelectEvery(4,0) -
Doesn't seem to work, the video just freezes, but the audio keeps going.
-
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.
-
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... -
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.
-
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.Originally Posted by ntvinh986
Similar Threads
-
Portable DVD Player vs Portable Video Player
By DJboutit in forum Newbie / General discussionsReplies: 9Last Post: 2nd Dec 2012, 18:28 -
Looking for a Good Video Player Or DVD Player
By DJboutit in forum Portable VideoReplies: 1Last Post: 6th Jun 2009, 22:57 -
Looking for player that will player DIVX video from SD card or USB
By will49 in forum DVD & Blu-ray PlayersReplies: 3Last Post: 7th Dec 2007, 00:24 -
How Can I Convert Real Player Video Files To Make Them DVD Player Compatabl
By Lennoxtown in forum Video ConversionReplies: 8Last Post: 17th Oct 2007, 07:05 -
how do I flip an AVI video in windows media player or media player classi
By mdavenport in forum Newbie / General discussionsReplies: 2Last Post: 6th Jul 2007, 00:18



Quote