Finding Duration Of A Video Using Directshowlib-2005
Sep 1, 2010
My asp.net(c#) method looks as follows:
[Code]....
I got the duration with the above method. But my problem is i can't delete the physical file
after my operation. I used
File.Delete(FilePath);
While performing this action i got an exception as follows:
"The process cannot access the file because it is being used by another process."
My Os is windows 7(IIS 7)
View 1 Replies
Similar Messages:
Aug 31, 2010
Is there any method for finding the duration of an uploaded video without running any exe (ffmpeg.exe) in asp.net?
View 1 Replies
Oct 18, 2010
I've tried using directshowlib-2005 by installing k-lite mega codec pack. It can't find the duration of an mp4 file or f4v file (avi, wmv and flv has no problem). I use ImediaSeeking interface of directshowlib-2005 to find duration. But in case of mp4 and f4v the GetDuration method returns zero.
I know it is a codec problem, but I do not know which codec is to be installed to get duration of mp4 as well as f4v files.
The code I am using is shown below:
[Code]....
View 1 Replies
Feb 8, 2010
in my application i want to display the duration time of the video ( that is time of the video) in asp.net
View 2 Replies
Aug 24, 2010
I have a web site where i can upload videos. Here i have a requirement that while uploading i should validate that user should not upload video with more than 1 minute duration.
So i doubts how we can implement this validation.
View 1 Replies
Apr 27, 2010
I have a uploader on my page which saves a video file, and then i call ffmpeg to convert it to a .flv standard. The problem is, i need to pull the video duration in from the file, and the ffmpeg output even says it, but when i tell the parameters to do the ffmpeg -i filename > fileinfo.txt it still doesnt take that information.
how i can pull this type of information?
Example of what i was trying:
[Code]....
View 2 Replies
Mar 1, 2011
Im working on a page which will display videos, on that page there will be other related videos, the requirement is to allow the user to watch up to 4 videos at a time, if you chose to watch only 1 video, then it takes up the allotted space, if you chose 2 videos then the space is divided in 2 and so on, we are still working out the specs on the size that will work..
basically i need assistance on how i can display the individual videos based on the users selection. Right now we have a page that is setup displaying charts( i know not the same thing) but those charts are
[code]....
which seem to be a decent size for the 4 smaller video clips..
View 4 Replies
Mar 13, 2010
To get the lok and feel and lil idea about my problem[URL]in this web site you can see the list of videos..when you click on the video it starts..in my case it does not work...i've made setting in IIS that it should support flv files in my HTTP HEADERSbut still it's not working on my local machine and also i have the latest flash player..when i click on video the player is not loaded..so any idea ...wot is going on...?
View 3 Replies
Jul 21, 2010
anyone have a sample code for timer control ? i have been looking for timer control by Google. i dont have proper workable timer control for asp.net.
View 10 Replies
Feb 23, 2010
i have following class in Vb.net to insert the record
Code:
[code]....
View 2 Replies
Oct 22, 2010
i have images, i need a code that convert the images in to editable word.for example .gif image .can nay one give me sample code.
View 11 Replies
Feb 1, 2011
I want ip address of the person who is viewing my pages. I am using following code. But i am getting :::1
currently using code :-
string strHostName = System.Net.Dns.GetHostName();
string ip = System.Net.Dns.GetHostAddresses(strHostName).GetValue(0).ToString();
what is wrong or what i need to change?
View 6 Replies
Jan 20, 2010
I create a menu control in a user contol, named as RightUserrControl.ascx.
and i kept this RightUserrControl.ascx in nearly in 200 pages.
every thing is working fine , but when ever i am going to any page the page loading is very slow, nearly each page is taking 1 minute to load.
set caching for the user control, if this is the case , do i need to declare output cache in all 200 pages or is there any alternative way to resolve this issue.
View 8 Replies
Mar 10, 2010
I want to know which Silverlight Version will work with Microsoft Visual Web developer 2005 Express Edition?
Also, Where can I get that version AND Toolkit?
How to integrate that version with ASP.NET?
View 2 Replies
Jan 12, 2010
Now i'm currently trying to code a basic website as a project and i've run into problems regarding a search video function. having searched through the forum i still could not find a solution.What i intend to do is to have a video search web service in my website, perhaps something like this:http://www.google.com/uds/solutions/...rch/index.html. however from my limited understanding the codes provided is unable to work with VS2005? Is there a basic template that i could follow and implement for a video search function for youtubes video?
View 8 Replies
Sep 6, 2010
What is the best and easiest-to-use video player for popular video extension in asp.net?
View 1 Replies
Feb 10, 2011
I want to post few videos on a website but i don't want to use youtube or any other website.
I want to have an in-build player on the webpage with video in it - how to accoplish that ?
View 4 Replies
May 4, 2010
When using a modal popup extender along with an embedded video, the popup is hidden behind the video in IE but works as expected in FF.I've tried manually setting the z-index of the popup to a huge number and the z-index of the video object to 1 but this makes no difference.
I've put the code for a sample page below.
[Code]....
View 2 Replies
Oct 21, 2010
I am deciding to output cache my page and i need to set duration as never expiring. how can i achieve this? Also if i do not specify any location, where will the cache get stored? client or server? Ram or hard disk ?
View 4 Replies
Apr 13, 2010
I have an load of images on my form with the purpose that if the user holds the mouse on it, (s)he gets a tooltip with some information. The image is a questionmark.The users are now asking if the duration of this tooltip can be extended so they actually can read all of the tekst.So it would be great if a TooltipExtender could be created that can be connected to a image control (or any other)
View 2 Replies
Jan 27, 2010
created a project in c3.net of online exam wan to set time duration on server side
View 1 Replies
Nov 23, 2010
I am using MSACCESS as back end.And as we can get database back up in the SQL server after particular time.I want that kind of back up in MS ACCESS.How can i get it..
View 5 Replies
Apr 23, 2010
I am uploading audio files in asp.net using FFMPEG.My question is how can i get the duration of the file(in seconds).
View 3 Replies
Mar 22, 2010
UserControl: How to set Output Cache duration programaticaly?
View 2 Replies
Jul 26, 2010
I have an application I'm currently working on that requires Administrators to be able to track the views of a ticket and it's duration.
I've got the tracking of the number of views by users sorted out, I have a table that contains a TicketID, UserID and a DateOpened. Each time a user visits the page, a new row will be inserted.
However, the way I would like to track the duration of views is by having a DateClosed field in the table which will allow me to work out view duration in the code as opposed to storing the time directly.
I can't use Google Analytics or anything Third Party for the task either due to internal policy as it's an intranet application.
View 1 Replies