Web Forms :: How To Check Uploaded Video Duration
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
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
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
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
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
Feb 5, 2010
I want to give the videos Upload and Play feature in website, and i want to use youtube for play the uploaded video.
So please suggest me how to upload videos and store these video in sql database and how to link these video to youtube.
View 1 Replies
Jan 27, 2010
created a project in c3.net of online exam wan to set time duration on server side
View 1 Replies
May 28, 2010
is there any method on showing the image for the uploaded video files which are in flv format? i saw all the video in youtube got show the image of the video. how to do it?
View 4 Replies
Feb 4, 2010
On a controller I am receiving a HttpPostedFileBase which was created by uploading a movie on a form. Is it possible on my controller to check the width and height of the video?
View 1 Replies
Apr 21, 2010
I'm building a cms and I want users to be able to upload videos but I'm not familiar with video upload & conversion. Is there an example or has anybody coded a solution like this? I heard about ffmpeg but I don't know how to integrate it with asp.net.
As simple solution I can make my clients upload flv files but then I would still need to get a screenshot from that fvl.
View 2 Replies
Dec 2, 2010
I'm trying to make a project like YouTube which will allow all video extensions to be uploaded , take a thumble from the vedio and play it in flv player I wrote my code using ffmpeg.exe and it woks great but my host can't support executable files i searched alot for dll with documentation but i couldn't find one
View 6 Replies
Aug 16, 2010
I should upload only the PDF files.How to validate?...
View 11 Replies
Jun 3, 2010
i have a file upload control in my form.
How do i check if the user has chosen a file to be uploaded or not.
At present the selected file uploads however if no file is selected the script crashes...
View 2 Replies
Mar 4, 2011
m using asp.net 3.5 and c# on my website.Here is myquestion:I have an upload button and asp:Image on a page. An user can upload an image from his computer and that image will be displayed in the asp:image. But before I display the image, I would like to check the width and height of the uploaded image. How do I do this?
View 3 Replies
Aug 19, 2010
i have simple code. in which i want to check whether file is uploaded or not. but HasFile return false. I think every thing is ok but not working. how i will upload only images instead of "All Files"
[Code]....
View 4 Replies
Jul 26, 2010
i am uploading a file through file upload control , file size has greater then 4 MB, I have to give the proper alert msg to the user that file size exceeding the limit.how to do it , because at server side it is crashed on the IIS and not return to the server to check the file size validation.that how it is possible to validate the file size and give the proper alert messege
View 3 Replies
May 21, 2010
How can I check the quality and bit-rate of audio & video files in C# 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
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
Mar 27, 2011
I want to increase the tooltip duration of textbox.
View 3 Replies
Jun 16, 2015
I want keep session active
How to change this example to keep session active? [URL]
View 1 Replies
Jan 14, 2011
I have a gridview which is taking values using template feild. ASP databound feild displays duration in my gridview as hour:minute:second .
Eg: 1:30:10 (1hour:30 minutes:10 seconds) . I want to change this to minutes only. that it should converted to 90 minutes , The actual value is 90 minutes 10 seconds, As it has 10 seconds more I want to display it as 91 minutes. Final result in gridvew should be 91 minutes.How can i do this ?
I heard that onrowdatabound can be used for this, if so how can i do it. how can i make use the onrowdatabound to make this work
My source page is as bellow
<asp:GridView id="GrdCallList" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" DataSourceID="ObjectDataSource2"
Width="876px"
BackColor="#CCCCFF" BorderColor="Black" BorderStyle="Outset" BorderWidth="3px"
EnableViewState="False" Height="85px">
<columns>
<asp:BoundField DataField="Duration" HeaderText="Duration" SortExpression="Duration">
<HeaderStyle Wrap="False"></HeaderStyle>
View 6 Replies
Jul 29, 2010
How find out time duration in asp.net using drop down list Control? Result will display in textbox.
View 13 Replies