Hello,
gapless audio playback has been around for some time, but I was rather surprised that there are no options for gapless video playback ?![]()
I just hope that it can be archived.
What do I mean? A playlist with several video clips that playback without the annoying 1/2 seconds black gap (time varies).
I know, I can merge the videos. But for this project (advertising presentation) I must have the playlist (video clip order changes often) which plays clip by clip.
The best solution would be if there was a way to do it with media player classic as I usually play all my video files with it.
What's your take on the subject? Can it be archived and how?
Thanks in advance folks !
+ Reply to Thread
Results 1 to 13 of 13
-
-
Originally Posted by punisa
AVS files are lists of transformations of media files.
Most simply, loading and joining them.
You make an AVS file, save it as text, then open it with an Avisynth-aware program (which includes MPC) and you see the result, or can save it to a new media file in another format.
For example, AVI files, you could load them with a one line file like this:
AVISource("whatever.avi")
(save it as "whatever.avs", say.
For two videos, one after the other, you might do
AVISource("whatever1.avi") ++\
AVISource("whatever2.avi")
The ++ is a joining operator, the \ means continued on the next line.
It will take a while to get your head around this, but when you do it's enormously powerful and flexible. When you install Avisynth it includes a bunch of documentation in HTML files. -
Try Zoom Player 5.0. It has an experimental Seamless playback mode that works pretty well.
-
Originally Posted by AlanHK
-
Originally Posted by punisa
Start at http://avisynth.org/mediawiki/Main_Page
See http://avisynth.org/mediawiki/Internal_filters for the "media filters" which enable various kinds of media to be opened in a script. These are the built-in, "internal" ones.
There are also many useful "external filters" -- ones you have to download and install separately.
See http://avisynth.org/mediawiki/External_plugins#Source_Filters for several of these.
If you're unsure how to load a particular file, often just Google "avisynth filetype" will give you a hint and with luck some script samples you can try.
Note that the Doom 9 forum is probably the best forum for Avisynth. -
Originally Posted by punisa
If you would have used what is the standard (i.e. DVD-Video formats) you would have known that "gapless" playback was always possible and existed there... -
Originally Posted by DereX888
I completed this project more or less 99%, the only obstacle I can not get resolved are these small black gaps which really stand out
As I tried contacting MPC authors with no luck, I'll dig in into the advice AlanHK gave and try to learn more about avisynth.
Then again, if anyone else has an idea, please do come forward -
Originally Posted by punisa
Im pretty sure you could implement it in a webpage too, the "projector" was small size AFAIR (although as I said - I don't know how is this "public video panel" of yours working).
On the other hand if you start MPC in a full screen from start of your playlist (or WMP6 or almost any other player except for stupid WMP7/8/9/10/11) it will not return to window mode between tracks, it will retain black screen or last frame of last video's (depend on player used) until new file starts for that half-second-or-so gap between them. It doesn't look like there is a gap, more like "black silence" like in the end of movies.
HTH -
Originally Posted by DereX888
Guess that would be a long definition -
Originally Posted by punisa
LOL I thought it was some kind of public board (web page where everyonecan add their clips, like uboob etc)
Similar Threads
-
Choppy video playback.
By Stealth3si in forum Media Center PC / MediaCentersReplies: 5Last Post: 2nd May 2014, 01:16 -
MPCHC Video Audio & Video playback Problems
By skorpinok in forum Software PlayingReplies: 11Last Post: 1st Jun 2011, 10:26 -
Video playback problems after installing video editing suite - Please help!
By abeelandig in forum Software PlayingReplies: 2Last Post: 5th Aug 2010, 21:54 -
Unimpressive Video Playback
By Priapism in forum Software PlayingReplies: 16Last Post: 11th Jul 2010, 06:25 -
Video Playback Help
By seriouzdanger in forum ComputerReplies: 2Last Post: 1st Jun 2009, 01:38