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.
-
Great stuff, I tried it out and it works nice. But what if I have many formats (mpeg, wmv, flv, swf just to name a few) ? I think this is only for AVI files right?Originally Posted by AlanHK
-
As I said, you'll have to read up the documentation.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. -
I understand you are talking about various AVI or MPEG-4 files, which are not any official international standards.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... -
Hey DereX888, thank you for your input. I know that using universal standards would benefit my problems. Unfortunately situation is rather tricky, this is a public video panel and users upload all kinds of video formats to it. The reason why I chose to go with MPC is its great compatibility and endurance.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
-
I don't understand what is "public video panel" in this case, so I'm not sure what you really need here. But if I was to make a Data Disc containing various AVIs to be playable at full screen "gaplessly" I would have used some standalone player (like those old Macromedia Presenter or Player whatever its name was) and set autorun.inf to invoke my playlist with it. I made few "miniCD business cards" few years ago exactly this way. The "projector" autorun (on Windoze only ofcourse) in fullscreen when disc was inserted, and it played the files according to the set playlist. I say "projector" because it wasn't a player on its own, it was in fact using windoze's WMP6 in a frame within itself, adding navigation buttons etc, and it wasnt limited to videos only (pictures or just audio files as well - anything)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 -
A plasma or a LCD screen connected to a small barebone computer. Needs to play full screen videos in a shopping mall.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, 02:16 -
MPCHC Video Audio & Video playback Problems
By skorpinok in forum Software PlayingReplies: 11Last Post: 1st Jun 2011, 11:26 -
Video playback problems after installing video editing suite - Please help!
By abeelandig in forum Software PlayingReplies: 2Last Post: 5th Aug 2010, 22:54 -
Unimpressive Video Playback
By Priapism in forum Software PlayingReplies: 16Last Post: 11th Jul 2010, 07:25 -
Video Playback Help
By seriouzdanger in forum ComputerReplies: 2Last Post: 1st Jun 2009, 02:38



Quote