Click here to Skip to main content
15,884,830 members
Everything / Multimedia / Video

Video

video

Great Reads

by Maxim Kartavenkov
Articles describes how to create virtual video capture source directshow filter in pure C#
by Maxim Kartavenkov
Article describes how to make H.264 Video Encoder DirectShow Filter using NVIDIA encoder API in C#
by Sergey Alexandrovich Kryukov
Another variant of the cross-platform replacement for all those office presentation applications in a single file, and now this file is JavaScript
by Maxim Kartavenkov
Article shows how easy to make various video effects using PixelShaders in Direct3D.

Latest Articles

by Maxim Kartavenkov
Make H.264 Video Encoder DirectShow Filter in C# using AMF SDK API from AMD
by V. Subhash
A simple fix for excessively bright video and low-volume audio
by DrABELL
YouTube™ API for ASP.NET, AJAX-extended (C#)
by Peter Huber SG
Detailed article explaining how to make WPF display media files created by mobile phones properly

All Articles

Sort by Updated

Video 

25 Jun 2011 by #realJSOP
You might find something among these 689,000 google results for "c# stream video"[^]
2 Aug 2011 by #realJSOP
Is google broken (or not available) where you are? What is "tb" data? What video format? Once you know these things, you should be able to find SOMETHING on google that does this.
5 Jan 2010 by 0x3c0
Have you looked at this page, which has a selection of DVD decoders which might help?
17 May 2012 by 583479389
I want to get some information of an mp4 file(such as duration,file size,title and so on) , I try to use Shell32 , but it does not support mp4 format , I have found some dlls in the website , but all they are not COM component , then I try to use IBMToolkitForMpeg4SDK.jar , and then meets some...
17 May 2012 by 583479389
1.download DirectShowLib,I use the version DirectShowLibV2-1its website: http://directshownet.sourceforge.net/ and download page:http://sourceforge.net/projects/directshownet/files/ 2.using the lib in c# ...
10 Jun 2013 by _Amy
Please refer the links below:how to stream IP camera live on web page?[^]ASP.Net Live streaming IP camera video and audio[^]How can I stream webcam video with C#?[^]Streaming over HTTP with JavaScript: AJAX video player[^]Webcam Motion Detection: Using the BitmapData API in Flash 8...
11 Sep 2014 by _Q12_
I have a video player that I want to build. i have a horizontal scroll bar lenghtMovieLoaded = video.Duration; //(Retrieves the length, in seconds, of the video file.)hScrollBar1.Maximum = (int)Math.Round(lenghtMovieLoaded); //maximum of scrollbarLets say, my video.Duration is 1000...
9 Feb 2015 by A.Castillo
You can try this, too: check the homepage of Ozeki Camera SDK . Here you can find solution to record the video of your camera. And after you made it you can upload to the server, it support ASP.NET.
9 Jan 2012 by A_CAN
Hello,I know that it is possible, because when I set this flag in the program that came with my Dell WebCam, the video in my own EE sample is mirrored as well.However I would like to set this option from my code.Thanks,A_CAN
11 Sep 2012 by abhijit80
Hello,I am playing videos through my asp.net application on desktops and mobile phones as well.I have a code which is written in html using video tag. I send URL to user to play a video and it works totally fine on desktop's including Mac as well. I have tried accessing it on Samsung...
2 Sep 2011 by Abhinav S
Try using Server.MapPath to get to the physical path.e.g. Server.MapPath("~/Uploads4")
24 Apr 2014 by Abhinav S
If you need to implement something in code, check if they have an API that supports downloads.Otherwise, you need to check if they have tools or some support for downloading video.
5 May 2015 by Abhinav S
Try the following -Chat Application using Web services in C#[^]How to create a video chat application in C#.Net?[^]
9 Nov 2015 by Abhinav S
Trycode for converting avi to mp4[^]Convert .avi to .mp4 using c#[^]Media files conversion using C#[^]
2 Jan 2016 by Abhinav S
You cannot play a video file until and unless a video player understands it.The encryption will be something that an existing player understands for e.g. mp3, flv etc.Alternately, you could either write your own video player that understands this encryption or decrypt the file.
25 Jan 2013 by Abhishek Pant
This may help you- Video Uploader Control for SQL Server[^]
3 Apr 2015 by Abhishrek
Hello Everyone,BackgroundI am working on an application that requires some image-processing on video stream and display the original video and processed video side-by-side.SitutationBelow is the event handler when a new frame is received from camera.pictureBox1is where the original...
7 Apr 2015 by Abhishrek
I solved the problem myself using background worker. Posting here for reference.private void camera_NewFrame(object sender, ref Bitmap image){ pictureBox1.Image = image; if (backgroundWorker1.IsBusy != true) { lock (locker) { if (inputImage !=...
27 May 2012 by adam213
Dim sql As String = "INSERT INTO student VALUES(@Photo)" Dim cmd As New SqlCommand(Sql, con) Dim ms As New MemoryStream() PictureBox1.Image.Save(ms, PictureBox1.Image.RawFormat) Dim data As Byte() = ms.GetBuffer() Dim p As New...
10 Nov 2011 by Addy Tas
I'm not familiar with streaming video but instead of finding a calculated bit rate i'd first check if i would get buffer notifications of the client. E.g. Buffer 80% like serial ports can provide. Calculating the play rate may lead to glitches in your video presentation depending on the...
13 Sep 2010 by Adhish Pendharkar
Launch Application Forms in MultiScreen
26 Jan 2014 by Adi5555
i have to make a video stegnaography application in which i have to replace the embedded frames with the original ones so i need some help i have the embedded frames in an array of frame type.....thanks alot
29 Jan 2014 by Adi5555
for my video steganography project I need to replace some specific embedded frame in the video with the original ones..... I find some help for making a video with bitmap or other images but I wana replace the frames of the original video
18 Feb 2014 by Adi5555
i am making a video stegnaography project in which i got the clone of the selected frames from the video and then i have to replace these embedded frames with the real frames in the video...i have used the avifile library so far and i use the cut function in the avi library...the cut function...
12 Mar 2014 by Adi5555
for my steganography project i have to paste the embedded frame into the orignal frame ,i am using avifile library but i am facing an exception so i need solution of this exception......i have to paste a frame but avifile library only deals with the video stream then i made a video stream of 1...
21 Jul 2014 by Adi5555
i have to open the same video in two classes ...first i open a .avi video in the framegrabber class and for using it into another class i dispose the object...after that when i open the same video in the avifile library then it gives the exception...says cant open the video..error= -2124205009
13 May 2015 by Aditya_Goud
Hi , I have a windows pone application i need to play a video file which is included in the project (".WMV ") i am using following code. added using System.Windows.Media;using Microsoft.Phone.Tasks;I couldn't able to play the video.. i am not even getting any errors or debug errors...
25 Jun 2010 by Adrabi Abderrahim
I don't use H.264 but you can combine between some tools/techniques to get what you want:[Method-0 : hard]you read start bytes of file (maybe this like BOM, and compare it with H.264 signature)[Method-1 : easy]you FFMPEG command "ffmpeg -i yourfile" get output by using your preferred...
21 Feb 2011 by afgkidy
I want to remove the singer's voice in audio or video files, remain the background voice of the audio.How can I implement this functionality?Could someone give me some advice?Thanks a lot.
16 May 2013 by Ag_Sharad
I was on a flash video player project where i got stuck. Everybody must have seen videos in youtube. There there's an option for changing quality setting from hd to 170p. I searched all the Video, stage,stagevideo and other classes in flash as3 but i could only get an option to set low, mediun,...
20 Feb 2014 by agent_kruger
i am getting error on this 12t lineusing Microsoft.DirectX.AudioVideoPlayback;namespace VideoTest{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs...
17 Mar 2017 by Ahmad_Mustafa
There is a Long process to use FFmpeg in C#. I have some Questions about it when i use it in c# project and make some software using it and give to some one all the things we install to setup Other person needs these things as well ? Is there any Other easy way to setup FFmpeg in c# Project....
11 Jul 2017 by Ahmad_Mustafa
use this proc.StartInfo.Arguments = string.Format("-i {0} -i {1} -acodec copy -vcodec copy -map 0:0 -map 0:1 {2}", Wavefile, video1, strResult);
27 Apr 2012 by ahp-1984
Hi ,i have application in which user can upload and play play any kind of format video file into his profile just like Facebook.i have tried so may code like embed,video,etcbut it has limited file support say some file are not running example .3gp etc,i got some information about vlc...
12 Aug 2011 by aissaouikhaldoun
It does not work for mp4 or mov files !!!
26 Sep 2012 by Ajesh Kumar.T.T
Hi,I am using H.264 codec to create MP4 file from images. IMFSinkWriter is used for encoding purpose.While encoding, I need to control the quality of the encoded video by adjusting the average bit rate parameter value. But I could not get any equation for calculating this.I tried several...
2 Oct 2012 by Ajesh Kumar.T.T
CreateMediaSource( lpctszInput_i, &pSource );AUDIO_ATTRIBUTES_t stAudioParam;SubTypeGUID = MFAudioFormat_MP3;ContainerTypeGUID = MFTranscodeContainerType_MP3;hrStatus = MFCreateTranscodeProfile( &pProfile );hrStatus = MFCreateAttributes( &pAudioAttributes, 7 );hrStatus =...
28 Oct 2015 by AjithJoseph
Hi,I am creating an automation for creating power point presentation using VSTO and C#. I have create a slide show (with background music). Now I have to export this slide show to a video file. I have successfully create video, but it doesn't have the sound effect. I write code like...
29 Nov 2012 by Akeeq
need help on an C# application that draws basic shapes over video even when it plays. I am using AXWindowsMediaPlayer control for playing video and also put a custom Panel to draw shapes over player control. Custom panel is transparent. can draw smoothly while video is not playing. But when it...
5 Dec 2012 by Akeeq
i have found how to do this.here is one way in WPF using Canvas private void buttonPlayVideo_Click(object sender, RoutedEventArgs e) { Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog(); dlg.Filter = "All Files|*.*"; Nullable result...
30 Jan 2014 by AlanSA
What I need to do is to build an application that can playback mediafiles using the Windows media player control (easy part). Is it possible to have events embedded inside the media file so that I can display certain text to the user at certain points in the video without having to track the...
20 Dec 2013 by alex.lee.dd
Hi, We are on SharePoint 2013 and we are using the default SharePoint 2013 Asset Library to upload videos. We are using purely out of the box sharepoint 2013 with no customization at all.When we click on any videos, It will lead us to the videoPlayerPage.aspx and plays the video that we...
23 Jan 2013 by alex_and_ra
I want to write a Windows Store App that can capture video (without any sound) and take pictures. Imagine a digital camera: you can preview the picture on the screen of your device before pushing the button which takes the pic.The problem I'm facing now is the fact that the...
9 May 2016 by Alexandr Surkov
28 Mar 2014 by AlexandruAdrian
I made an Windows Forms Application which captures video stream from my webcam using EmguCV, but now i want to send the video/images to a server who can display the video to the user through a webpage.Any idea on how to make this client-server thing?All links/ideas will be helpful.Thanks a...
29 Aug 2011 by alloos
helloi have been recording some video on my PC using a web cam, that gives an avi file,electricity was cut accidentally during recording,the .avi file exists but I can't view it.file description:1- the .avi file is about 4GB size.2- the vedio players I tried show only a picture...
8 Dec 2014 by alok0000
video_count = 1; function run() { video_count++; var videoPlayer = document.getElementById("homevideo"); if (video_count == 4) video_count = 1; var nextVideo = "videos/accept" +...
13 Dec 2014 by alok0000
I found this code to Play a array of videos back to back but i am facing a issuewhere i am wrong pls help var videoSource = new Array(); ...
10 May 2011 by alrosan
you can use IIS Media Services with Silverlight smooth streaming and Expression Encoder
14 Mar 2015 by ALTHARBANi
HelloI have a site programming with love and I want to install a video player so that the members of dropping off videos throughThank you
25 Feb 2015 by alwilgus
I really like the articles on vision processing using a web camera. But most of them are old. (I'm still using VS2012). But what should I take the time to learn? AForge.Net looks good, but I don't see any 'Step by Step' tutorials or 'How to ...' books out there for specific code. What do...
9 Jul 2014 by Ambati Madhu
Actually i am doing a car parking automation system.for that i want to take input from camera and find out white pixels and dark pixels.Now based on those values i can calculate empty slots and allocate to requested users.I am done with every thing except taking input from camera and calculating...
2 Mar 2015 by AmbiguousName
Hello there. I have tried a number of options to convert a RAW mp4 file into mp4 file and showing the timestamp in it. These options are given as under//////////////////////// FIRST METHOD//// Option timestamp cannot be applied to input file. You are trying to apply input option to...
26 Apr 2011 by Amir Eshaq
This code demostrates how to use Silverlight with OOB+elevated trust to play a local video (.avi).
14 Sep 2011 by Amir Eshaq
This code demostrates how to use Silverlight 5 with OOB+elevated trust to play a local video (.avi). Uses P/Invoke support for native code
8 Jan 2013 by Amit_TheGoal
Hi Everyone,I'm in a situation with one of my project. I'm creating an application in .NET where i need to convert the video in such a way that it should compress the video also, by compression here i mean not to apply GZip... I need to convert it so that it reduce the size of the video to...
16 Jan 2014 by Amol Salunkhe
I am creating application for video capturing. But I want live streaming video capturing which can be displayed on website or other windows phone at the time of capturing video. Or Save the video file on server after every 30 sec while capturing the video.
29 Mar 2011 by amruthch
HiAnyone who knows how to do partial video encryption,I mean how to extract(find) the binary format of the video frames?Please reply if anyone knows..Thanks
1 Jun 2012 by amruthch
I need some help with video encryption/decryption. I'm doing a video encryption/decryption in Java and I don't know how to read the frames in the video. I came to know that encrypting the i frame would suffice if the video is to be invisible. I just want to know the method to encrypt...
9 Mar 2024 by Andre Oosthuizen
Another solution will be to use the 'DispatcherTimer' control to sync your titles - C# DispatcherTimer properties[^] Your code will look like the following, adjust the 'SubtitleRecord' class and initialization parts based on your actual data in...
19 Sep 2012 by Andrei Straut
You could store your video base URL as a setting (which should be the URL relative to the folder where the videos are located), and in MySQL only save the video name. In this way, you always have it available dynamically. For instance, your website address may be...
19 Oct 2011 by Andresin87
How can u use it in Graphedit?
15 Apr 2016 by Android on Intel
Intel gathered a team of senior engineers with very strong performance optimization backgrounds early in 2015 to tune the VP9 video codec for greater performance on the Intel® Atom™ platform.
15 Oct 2011 by André Kraak
Have a look at this Developing a Video Chat Application with high quality video streaming[^].
16 Feb 2016 by Andy South
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.
11 Feb 2011 by Ankit Choure
Hi Export How to Implement the Video chat in Asp.net with c#please Help me for do like this......or any third party tool to use in my Web sit ....
21 Jan 2015 by Anoop M Jack
If you are using an ipweb camera you can stream and view the vedio in android using webview..Click me
28 Sep 2010 by anshudutta
Is your video overlayed on your form. You can use the following code and trypublic static void SetDoubleBuffered(System.Windows.Forms.Form c) { if (System.Windows.Forms.SystemInformation.TerminalServerSession) return; ...
17 Aug 2011 by Anthony Mushrow
Interestingly, No[^]You basically have 2 options though, to do what was already suggested and just record the screen. Or go down the complicated route of hooking into DirectX and OpenGL to capture the rendered frames (which I believe is what Fraps does). I've no idea how you'd do that, and...
9 Nov 2015 by AnujSethi
Hi All,There is an App which features downloading their videos for offline viewing via their Android and Windows app. I was wondering where does this app saves these videos and if they are encrypted, how to decrypt and play them?I am a programmer but I know nothing about Android/windows...
15 May 2011 by Anuradha Jayamanne
Hi,I need to create a video recorder application. In this case the current speed taken from GPS and other set of icons need to be shown in the video preview. Is this possible? I saw similar app "aLapRecorder" in the market place. I would be thankful if any one can share a source code or...
2 Sep 2014 by aphex92
You need the QueryDisplayConfig function via user32.dll.The parameter pCurrentTopologyId determines whether multiple monitors run in cloned mode.See the DISPLAYCONFIG_TOPOLOGY_ID enumeration for interpretation.I found this subproject on GitHub: MultiMonitorHelperLine 86 in...
5 Jan 2010 by ArminAddict
I dont know that KLE is, so if you tried my solution idea I am sorry :)You could try installing K-lite codec pack, in installation it is asked for which player would you like to associate codecs; WMP or Media Player Classic, if you chose WMP it might help. I've installed Media player classic...
22 Mar 2016 by arslan afzal bhatti
i am trying to upload a video to YouTube by using YouTube data API, from my application but unfortunately the API which provided by YouTube developers is not working before three weeks i tested the code and it was working fine but now when i try to finally use it in my application its causing...
4 Oct 2016 by Arun Chandrasekhara Pillai
Create a screen recorder using C#
1 Jan 2013 by Arunprasath Natarajan
Dear Friends,I have done a modification in web-page.I wish to show the modification done in a video presentation to end user.Any idea, kindly guide
3 Jan 2013 by asadullahabkari
I am planning to make a client server application at which client will install a software which will contain 10 to 20 video tutorials each of which will be 5 to 10 minutes in length , what will be the best way to secure those videos , in such a way that no one can use it (Play it) without the...
10 Oct 2012 by Ash29
Hi,I am working on a project that deals with streaming video input, acquired by a web camera connected to the computers port, onto a web page.How do I accomplish the same?Thanks.
20 Oct 2014 by AshishvermaMCA
Plz visit Link : http://www.jwplayer.com/[^]Here You will get the code.
21 Apr 2013 by asjadathick
Hey,I'm trying to extract the frames/still images out of a video file (preferably .avi). I want to use these images with a bitmap variable for image processing. Please help me out in extracting the images from the video. ThanksP.s - remember it has to be done in VB.Net.thanks!
11 Oct 2013 by ASP.NET Community
"Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of .NET-based media experiences and rich interactive
11 Oct 2013 by ASP.NET Community
From MSDN: "The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and
11 Oct 2013 by ASP.NET Community
ASP.NET Web part controls are an integrated set of controls that enables end users to organize the content, appearance and behavior of the web
28 May 2014 by ASP.NET Community
Some sites where you can find great tutorials for jQuery
27 Sep 2010 by ASysSolvers
I am having some issue in my code which is showing video using vlc interfacing and at the same time I'm showing an overlay on the top of video full screen using Form transparency capability. But this is fine in my Windows 7 PC and it is getting flickering in XP machine.If you know the...
17 Apr 2017 by Atakutabrak
I build project with Microsoft Visual Studio 2010 and get this Error "Unhandled exception has occured in your application.." when play video in project, problem solve with disable LoaderLock in VS2010 toolbar Debug, Exceptions.. , Managed Debugging Assistants, Uncheck LoaderLock but after I...
18 Apr 2017 by Atakutabrak
I build project with video Imports Microsoft.DirectX.AudioVideoPlayback when developing I can play video why in the client video cannot played? I get this error in client: "Unhandled exception has occurred in your application. If you click Continue. the application will ignore this error and...
27 Mar 2015 by avlasx
Hi all,I'm tring to develop a SW that extracts single bmp frames from a video file encoded with 3ivx codec. I must use vfw interfaces...First of all I'have installed 3ivx decoder (3ivx_MPEG-4_504) and check that with "mediaplayer classic" video is played correctly. Im'm working on win8.1...
22 Jan 2014 by Azad R Chouhan
Hello everyone I wanna to add an option of video play into my website?please tell me how can add video into my asp.net page which support all formats and play on every browser.I tried html video tag but it is not workinghere is the source of my page
29 Sep 2013 by Badrul Muneer
I want to make a application using C# to retrieve all the video files from a specific folder and display all videos retrieved from folder as tiles in my application.Can anyone of you here help me regarding this?
16 Dec 2018 by bamshad1986
Hello, I have installed xampp on my Lubuntu machine to make a website for video streaming. I know how to present the videos using video tag in html but, I want it to be a live video streaming website. To make it clear, it should be like a live program in a tv Chanel and NOT like youtube. What...
21 May 2011 by barneyman
0x80070005 is ACCESS_DENIEDSure it's just not something as simple as example.avi is RO?
7 Aug 2012 by barneyman
you could make an animated GIF by sampling the video file, and use that an IMG tag into playing the videoThe only issue there is the palette nature of GIFs creates some colour issues in the thumbnail
5 Sep 2015 by barneyman
playback sample[^]writing a dshow app is quite simplecreate an windows app, the boilerplate one is sufficientcreate a command which creates, builds and runs a filtergraph, tell it to render in your main windowplay
27 Apr 2012 by bbirajdar
You must ensure that your web server supports the video format that you use. If you find that your video plays OK on your local computer, but doesn't play on your live web server, it's probably because the live web server isn't configured properly for your video format. You need to ensure your...
10 Oct 2012 by bbirajdar
There is no universal video player for the web browsers which can play 'all' video formats. Even if it is available, I am not sure they would have provided the code for it .You need to convert all the videos to a common format such as FLV and then play it in the webpage. This is what Youtube...