Spoke too soon. It crashes habitually if I seek quickly.
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 61 to 90 of 611
Thread
-
Daum PotPlayer 1.5.39036 - x86/x64 Stable
- Added the ability to jump to previous/next keyframes (Ctrl+Shift+Left/Right)
- Added the ability to shutdown/sleep the PC in a specific time
- Fixed a problem where the function storing bookmarks to PBF file does not work
- Fixed a problem that color came out strangely when game capture function is used in certain games
- Fixed playback problem of certain WMA files
- Fixed an issue that the program does not pass to the next item after playing certain MKV files
Found it. It's next to the films...Last edited by mzso; 4th Aug 2013 at 12:48.
-
If I upgrade to a new version Do I still keep any settings that I have changed ?
-
-
Thanks
I had just installed the latest version from here and, yes I lost all of my settings.
So next time I will try what you suggest. -
Anyone knows how to use avisynth scripts? I always get script error.
I'm particularly interested in this one: http://forum.doom9.org/showthread.php?t=134078 -
What kind of error did you get?
Before starting, try to use the one included in the player. I've tried and it worked well with built-in decoders. -
Last edited by mzso; 7th Sep 2013 at 06:24.
-
Additional filters for avisynth should be installed manually.
For example, truemotions requires InterFrame library somewhat similar to SVP.
As it uses SetMTmode, you may need multi-thread version of avisynth.
http://forum.doom9.org/showthread.php?t=148782 -
-
You search: https://www.google.com/#q=avisynth+deblock
-
As for interframe, i've googled it for you.
http://www.spirton.com/interframe/
http://forum.doom9.org/showthread.php?t=160226 -
The one I mentioned earlier:
Code:Deblock() dfttest() FastLineDarken() deen("a3d",4,8,9) Spline36Resize(last.width*2,last.height*2) AddBorders(4, 0, 4, 0) aWarpSharp(depth=12,blurlevel=4,thresh=0.2,cm=1) FastLineDarken() aWarpSharp(depth=6,blurlevel=4,thresh=0.7,cm=1) Crop(4,0,-4,0) FastLineDarken() DeHalo_Alpha() fft3dgpu(bt=3,sigma=8,sharpen=1.3) Spline36Resize(last.width/2,last.height/2)
-
New attempt:
Code:Deblock() dfttest() FastLineDarken() deen("a3d",4,8,9) Spline36Resize(last.width*2,last.height*2) AddBorders(4, 0, 4, 0) aWarpSharp(depth=12,blurlevel=4,thresh=0.2,cm=1) FastLineDarken() aWarpSharp(depth=6,blurlevel=4,thresh=0.7,cm=1) Crop(4,0,-4,0) FastLineDarken() DeHalo_Alpha() fft3dgpu(bt=3,sigma=8,sharpen=1.3) Spline36Resize(last.width/2,last.height/2)
-
Okay. The others have potplayer_source(), so I guess I need to use that.
Now I'm stuck at dfttest, because it can't load "libfftw3f-3.dll" even though it's in the same folder.
God, this is a nightmare. Apparently this one needs the dll int the potplayer directory, others were fine with AviSynth 2.5\plugins\. And one explicitly wanted "AviSynth 2.5\plugins\InterFrame-2.5.0\Dependencies\"
Just awesome.Last edited by mzso; 7th Sep 2013 at 10:34.
-
dfttest - README.txt: Requires libfftw3f-3.dll to be in the search path.
https://forum.videohelp.com/threads/335181-Keep-getting-libfftw3f-3-dll-could-not-be-loaded-error
It should be in the system folder of windows.
in case of x64 -> c:\Windows\SysWOW64\
i quit
FYI, it seems not work with AvisynthMT version
ps. You need to load the plugin specifically too.
http://forum.doom9.org/showthread.php?p=1103105#post1103105 -
After getting files for nearly every friggin line I get a plain black screen after I added fft3dgpu...
Marvellous... -
So without the fft3dgpu() line you don't have a problem? See the requirements for use of fft3dgpu() -- certain nvidia or ati graphics cards.
http://avisynth.org.ru/docs/english/externalfilters/fft3dgpu.htm
If you don't have one of those cards use the non GPU fft3dfilter() instead.
By the way, I doubt you'll be able to get realtime playback with that filter sequence. On my quad core i5 2500K and multithreaded AviSynth I only get around 4 fps with SD material.Last edited by jagabo; 7th Sep 2013 at 11:26.
-
Gah avysinth is spectacularly horrendous.... Anyway I tried the simpler version of the script. Of course that doesn't work either... Hunted down what it needs, but dies within LimitedSharpenFaster, with some sort of invalid mode error online 102
-
"Auto close the last file on complete" does not display the current logo screen. I manually close the file to display the logo.
I'm currently using the latest non beta version and use Potplayer to play DVD and BD movies only.
This issue goes back quite a few versions.
Is there some other setting to make this work? -
While creating a new skin I've encountered some bugs:
- Many times PP doesn't obey the WidthLimit & HeightLimit values in MainSkinArea (at least in Direct3D 9 skin overlay mode).
- User menus aren't displayed if triggered by AltCmdIDs in Direct3D 9 skin overlay mode.
- If in a paused state clicking 'Next bookmark' can get stuck on the current bookmark (it doesn't affect clicking 'Previous bookmark').
Perhaps some of these are limitations (?) but the first two issues in particular would be nice to see fixed.Last edited by After Hours; 24th Sep 2013 at 08:16.
Similar Threads
-
MKV2AC3 - development thread
By Delta2 in forum Newbie / General discussionsReplies: 216Last Post: 9th Apr 2016, 15:24 -
GfD development version
By borax in forum ProgrammingReplies: 136Last Post: 9th Nov 2011, 18:01 -
Is TSSniper still under development?
By The Realms of Gold in forum EditingReplies: 4Last Post: 29th Apr 2011, 18:33 -
Is ffmpegX still in development?
By reviltihco in forum ffmpegX general discussionReplies: 5Last Post: 13th Aug 2010, 11:54 -
AVI TO AC3 - Development Thread
By freebird73717 in forum AudioReplies: 43Last Post: 3rd Sep 2008, 00:42