Welcome To Snipplr


Everyone's Recent Snippets Tagged video



« Prev 1 2 3 4
I am really interested in Computer Vision technology, so I started to dig deeper in this topic. This is how I found the code below for edge detection, a method belonging to object detection. If you are interested in implementing edge detection in C#...
0 1116 posted 9 years ago by DaniBarros
You can find the full source code for corner detection here. I found this solution on www.camera-sdk.com and it worked for me fine. I created a Visual C# WPF application in Visual Studio, and added two .dll files (VOIPSDK.dll and NVA.dll) to the refe...
0 980 posted 9 years ago by MahendraGadhavi
If you wish to make your home, office or warehouse more secure, taking frame captures can be a very useful solution for you. And I can tell you this because I’ve already implemented this function at my office. Now I am sharing the prewritten source...
0 1511 posted 9 years ago by AdrianVasilyev
While searching on the Internet on how to make SIP video calls using C#, I recognised that there aren’t any brief and straightforward tutorial in this topic. I found multi-page articles (sorry, but some of them are full of bullsh*t) and neverending...
0 1146 posted 9 years ago by sacha-manji
Used to stretch a video / image to fill a background without skewing. Attach to resize events
0 765 posted 10 years ago by rickygri
ffmpeg - Convert Sony Cybershot MPG file to mp4 for JavaFX 2
0 937 posted 11 years ago by laurenceosx
This type of conversion is very fast because the main audio video content is just copied (not converted) to a new container type of file.
1 1032 posted 11 years ago by laurenceosx
Uses CSS3 attributes and psuedo elements to create a simple play button for web interfaces.
0 710 posted 11 years ago by devowhippit
This snippets show how to extract the video id of a youtube video from its URL
0 908 posted 11 years ago by slimITTN
This would convert images at 30fps to a mp4 video, with sequence titles: ImageName0000.png, ImageName0001.png, etc. You could use -r 1/5 to use one frame every five seconds.
1 749 posted 11 years ago by jmiller
Extracts the video title & download URL from a youtube page and starts a download.
3 1175 posted 11 years ago by codespartan
This responsive video CSS trick was discovered by tjkdesign.com. I've blogged about it before, you may read the details here. It makes the video embed to expand fullwidth to the boundary.
0 680 posted 11 years ago by OrngTicTac
Originally from: http://webdesignerwall.com/tutorials/css-elastic-videos
0 670 posted 12 years ago by thewickedchemist
This will get the 11-character YouTube video ID from any valid YouTube URL. Based on http://snipplr.com/view/57065/get-youtube-video-id/ but made more robust to handle additional URL inputs
0 1285 posted 12 years ago by jmiller
Remember to change flashvars (src, poster) and the size of the player in swfobject.embedSWF parameters (428, 240)
0 649 posted 12 years ago by carlskov
0 729 posted 12 years ago by microreviewsorg
0 712 posted 12 years ago by microreviewsorg
0 695 posted 12 years ago by microreviewsorg
0 647 posted 12 years ago by microreviewsorg
don't download as soon as page loads
0 679 posted 12 years ago by microreviewsorg
download as soon as page loads but don't play
0 711 posted 12 years ago by microreviewsorg
0 699 posted 12 years ago by microreviewsorg
0 678 posted 12 years ago by microreviewsorg
0 700 posted 12 years ago by microreviewsorg
0 660 posted 12 years ago by weidel
This code snippet gets all information from a YouTube video (title, description, duration, thumbnail url, thumbnail width, thumbnail height, etc..) using the video id and YouTube API.
0 1611 posted 12 years ago by TimoZachi
This function validates the URL of a YouTube video. It supports four kinds of URL: ?v=, /v/, #!v=, and the short version (youtu.be). To validate the ID a request to YouTube is made, this is done using a personal class utilizing cURL.
0 763 posted 12 years ago by peckham
ffmpeg to create video that will upload OK to youtube 2 pass libx264 encoder followed by 1-pass .wmv output example
0 852 posted 12 years ago by rowntreerob
podcast to youtube . the output will upload ok using mpeg container for audio only 2 examples: 2 pass libx264 output .wmv file
0 1121 posted 12 years ago by rowntreerob
« Prev 1 2 3 4