473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

capture frame from video file

vskarthik
Hi All:
anyone help me to fetch frame from video file. if the file is below 2MB its working properly. But more than (2MB) unable to capture frame. And how to fetch one frame . i got all frames , if i used time like 00:00:10. first 10 frames displayed.
Oct 12 '07 #1
4 4052
pbmods
5,821 Expert 4TB
Heya, vskarthik. Welcome to TSDN!

How are you capturing the frame?
Oct 12 '07 #2
Heya, vskarthik. Welcome to TSDN!

How are you capturing the frame?
Hi i used follwoing code to extract frame

ffmpeg -i %s -an -t 00:00:03 -ss 1 -r 1 -y
Oct 18 '07 #3
pbmods
5,821 Expert 4TB
Heya, vskarthik.

I'm going to go ahead and move this thread to the *n?x forum, where our resident Experts will be better able to help you out.
Oct 18 '07 #4
Motoma
3,237 Expert 2GB
Hi i used follwoing code to extract frame

ffmpeg -i %s -an -t 00:00:03 -ss 1 -r 1 -y
It doesn't appear that you are specifying an output filename for your screenshot. Also note: ffmpeg requires that you include %d in the filename (as part of the numbering sequece) regardless of the number of screenshots you are taking.
Oct 18 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Ravi | last post by:
Hi, Im trying to develop a Visual C# .NET app. that uses DirectShow filters to capture video from camera source. However, after going through a series of articles, I've seen that DirectShow is not...
3
by: Juan Crespo | last post by:
Dear Sirs: My name is Juan Crespo and I write you from Spain, I work as application developer in Industrial Automation in Spain. We have as customer a company that wants to reuse old computers...
2
by: Arash | last post by:
Dear all, I've got a video capture device. Device manager shows "nVidia WDM Video Capture (universal)" driver in "Sound, video and game controllers" category. Also, Windows Movie Maker, and...
2
by: John | last post by:
Hi, Could anyone point me in the right direction for using video capture? I'd like to write a basic VB.NET app that shows the output from a composite camera and has a simple record now button. ...
5
by: Pete Chen | last post by:
Hello all: I'd like to grab images from video (wmv format, a physical file stored in the host or even a streaming video, e.g. mms://abc.com/test.wma). Is there any solution that after I put...
4
by: gwhite1 | last post by:
I use this code to capture a screen in a regular VB 2005 windows app. It works great! I found the code in google. But when I create a windows service it does not capture the screen. It only...
2
by: slack.victor | last post by:
Hi guys, what i'm trying to do is do frame processing with the possibility of the app to not be in focus.What happens if the capture window gets hidden is that no more frames are sent to the...
0
by: odednaftali | last post by:
Hello I'm writing a video recorder that records input from an external device I use multipule files capture, and every X minutes i stop the graph, set the output file name to another file and...
4
by: tahirahmed | last post by:
Hello, Before i start programming my application in C# I want ask a few things about directX capture class. My application scenario I want to design an application which is able to detect...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.