Questions tagged [video-library]

22 questions
0
votes
1 answer

uwp unique identifier for a StorageFile on FileSystem

I intend to keep track of the FileSystem video files with KnownFolders.VideosLibrary and also the FutureAccessList (which can make me access items outside the video library). I want to save some data in reference to each StorageFile object being…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
0
votes
1 answer

Processing 3, video lib: could not load movie file Ubuntu

Don't sample code video lib processing 3.3.6 on Ubuntu 16.04. File in both folder - with sketch and data folder. Previous Install gstreamer 0.10-ffmpeg (solved previous problem with not run lib) Any your idea? P.S. Work on Windows 7 import…
0
votes
1 answer

UWP KnownFolder data caching

I am trying to accomplish following tasks with KnownFolders, i.e: VideoLibrary in my UWP app Faster Load Time. ( I need to load thumbnails and file names from the KnownFolders, which might take little more time if the library has huge number of…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
0
votes
1 answer

KnownFolders.VideosLibrary picks all videos?

in UWP "knownfolders.VideoLibrary", what exact folders does this pickup ? musiclibrary picks all music present on the hard drive, but VideosLibrary seems to pick only 2 folders on my harddrive which have videos. but there are other folders as well…
0
votes
0 answers

How to write a unit test for a video library?

I have written a video library in C++. It contains a variety of graphical widgets such as text editor, list box, button, etc. I have also written a simple unit testing framework that suits my needs for every other library. However, I can't figure…
gard3nome
  • 43
  • 4
0
votes
1 answer

How can I show Video List properly?

I've been searching everywhere for the solution, but it has come to a dead end. Please help! I record and save the video as the follow: File DirectoryFile = new File(VideoPath); recorder.setOutputFile(DirectoryFile.getAbsolutePath()); I load…
0
votes
5 answers

Would python be an appropriate choice for a video library for home use software

I am thinking of creating a video library software which keep track of all my videos and keep track of videos that I already haven't watched and stats like this. The stats will be specific to each user using the software. My question is, is python…
andho
  • 1,166
  • 1
  • 15
  • 27
1
2