473,407 Members | 2,326 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,407 software developers and data experts.

video editing

hi,

can anybody tell me what are the steps and procedures that are to be
taken for video editing like frame extraction etc from avi,mpeg files
using C programming.

Nov 14 '05 #1
1 1654
On 22 Dec 2004 12:52:08 -0800, pr*************@gmail.com wrote in
comp.lang.c:
hi,

can anybody tell me what are the steps and procedures that are to be
taken for video editing like frame extraction etc from avi,mpeg files
using C programming.


In standard C, which is the topic here, we can suggest that you use
fopen() to open the video file in binary, not text mode. Likewise, we
can suggest that you use fopen() to create your output files in binary
mode.

You can use fread() and fwrite() to get data from the source video
file, and write to your output file, respectively.

In between, you apply various algorithms to the data that you have
read to transform it into the data that you want. One of the
newsgroups in the news:comp.graphics.* hierarchy should be useful
here, this is not a language issue.

Or you could ask in a group that supports your particular compiler and
operating system combination. There may already be libraries
available to do the "in between" stuff for you.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Chris Esther | last post by:
I discovered what appears to be a copy of Python 2.1 included/embedded? with the video editing system Avid Adrenalin Media Composer (Win XP). In the program directory there is python21.dll and a...
2
by: | last post by:
I was wondering if the seasoned pros on the asp and db forums including (Bob, Ray, Aaron, Curt and others) would mind offering advice on ideal laptop requrements for web development requirements. ...
2
by: ankul | last post by:
How can I make a video editing and playing program in vb
8
by: chrisdude911 | last post by:
how do i add video into a javascript web page with my own custom buttons?
1
by: Michael A. Covington | last post by:
I asked about this several months ago and got some useful advice, but now that we've had 4 months of progress and turnover, let me ask again... What's involved in using DirectShow to edit video? ...
0
by: gwanglu | last post by:
ProAOS offers you a high quality photo and video editing for your adult sites! We guarantee you customer satisfaction and a very reliable and professional work. If you want to try our services you...
12
by: Pallas | last post by:
Hi all, I've produced some high-def videos and I want people to be able to watch them on my website, but I may want to prevent downloads and I certainly want to prevent them from editing them....
6
by: Serdar C. | last post by:
hi there. i am developing a web based application in c# and asp.net. in my application the server have a large WMV file i.e about 6 hours long. i want to make sure that clients can download...
6
by: John Salerno | last post by:
Before I try this and destroy my computer :) I just wanted to see if this would even work at all. Is it possible to read a binary file such as an mp3 or an avi, put its contents into a new file,...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.