how to convert avi file to an jpg's images array using .net , i need to develop a task that will take the avi file and save it as jpg images on another folder
I'm using java, in a java application for MACINTOSH computers.
The application creates an AVI, and I'd like to open it on the users computer with the default assigned application for playing AVI files.
Any ideas?
Im using the following command, which works for most files, except what seems to be xvid encoded ones
/usr/bin/ffmpeg -sameq -i file.avi -ss 00:01:00 -t 00:00:30 -ac 2 -r 25 -copyts output.avi
So this should basically splice out 30 seconds of video + audio, starting from 1 minute mark.
It does START encoding at the 00:01:00 mark but it goes…
Hi,
This is my 3rd post regarding this issue of cropping a file into smaller (same format files) .Please some one help me with this.Here is my code :
CoInitialize(NULL);
//Create the FGM
CoCreateInstance(CLSID_FilterGraph,NULL,CLSCTX_INPROC_SERVER,IID_IGraphBuilder,(void**)(&pGraphBuilder));
//Query the Interfaces
…
Im using the following command, which works for most files, except what seems to be xvid encoded ones
/usr/bin/ffmpeg -sameq -i file.avi -ss 00:01:00 -t 00:00:30 -ac 2 -r 25 -copyts output.avi
So this should basically splice out 30 seconds of video + audio, starting from 1 minute mark.
It does START encoding at the 00:01:00…
Is there a BitTorrent client that can download files "in sequence"?
For example, download
clip 01.avi (high priority)
clip 02.avi (normal priority)
clip 03.avi (low priority)
clip 04.avi (low)
clip 05.avi (low)
then when clip 01.avi is done, it will automatically make it:
clip 01.avi (high priority)
clip 02.avi (high…
I'm currently going through my DVD collection, and digitising it, to allow me to watch it on a media streamer
(I'm NOT a filesharer!!)
I want to know what software i should use, to convert my DVD's to AVI divx format.
I currently use Xilisoft DVD ripper, however this creates a "letterbox" at the top and bottom of the file -…
I have a banch of *.ts files I have problem playing on Windows Media Center extenders. How could I convert them to WMV or DivX AVI or MP4?
Thank's a lot.
Hello. I have been trying to create an application using OpenCV and Visual Studio 2008, to capture images from a webcam, apply a filter to them, and then write them to an AVI file.
Everything works, except creating the AVI file.
The problem is that it works on my computer, but it doesn't work on my colleague's computer. The…
Problem
I've used CamStudio to record a presentation (fullscreen, 1280x1024, 45 min, no audio) to a small number of AVI files (10 files with about 800 MB total). Now I want to remove the initial and trailer sequences where you see start and stop of CamStudio. I'd like to remove some pauses during the video, too.
Question
…
XP SP3
I have an .avi file. It is in a folder on my "C:" drive. There are no disallowed characters in either the folder or file name. It has audio as I have watched it on my computer. I want to burn it to a DVD.
When I load the file into AVI2DVD, no audio stream shows, and the program will not work without an audio…
I am having problems playing video in Winamp (the movie I am trying to play is an AVI - not sure if other formats work). I have installed the K-Lite Codec Pack, and the video does work in Winamp Classic. I can also play the video in Winamp on another machine (although I can't remember the exact configuration details…
Hoi,
Trying to figure out how to get avconv to concatenate a bunch of .bmps together into a video file.
Here's what I've got so far:
avconv -f image2 -i Capture/%d.bmp -vcodec mpeg4 -r 24 -b:v 20M Capture.mkv
While this does work, the quality is terrible - there are tons of artifacts that are visible, the…
Simple question really... I have multiple movies that I have taken from my camera that I would just like to simply append to one another. No processing or anything.
I usually use iMovie but for some reason this is taking forever and usually errors out right before the end.
Are there any other options out…
The SWF files generated by our application are a basic template that reference external resources (images, and textual data) that actionscript uses to fuel the display. Thus the SWF is responsible for the creative layout of the screen the flash player. It is the results of this actions script, images, and…
I uploaded my video to youtube and the highest resolution it appears as is 360p. This is much lower than what I uploaded. I believe that youtube isn't making higher resolutions available for my video because of its aspect ratio. The video is 720x400. How can I convert this to a different aspect ratio…
I have a few videos that have bad timestamps. I cant really seek the video. I dont want to reencode the video, just fix the timestamps. Is there an app to do this?
The top 3 DVD Ripping Tools in 2014
Nowadays everyone may have several smart mobile devices, such as iphone, ipad air, ipad mini ,Samsung Galaxy and Sony Xperia. If you want to take your movies with your mobile devices, or sometimes just want to backup those classic physical discs on your notebook…
I have been using the latest version of the WPFMediaKit. What I am trying to do is write a sample application that will use the Samplegrabber to capture the video frames of video files so I can have them as individual Bitmaps.
So far, I have had good luck with the following code when constructing…
Im trying to make a program that captures a video from the webcam and sound from the microphone but im getting stuck at the part where ive try to make a movie out of still images
ive heard you need to use directshow but it doesnt jet work for me
Does someone know a good piece of example code…
Im trying to make a program that captures a video from the webcam and sound from the microphone but im getting stuck at the part where ive try to make a movie out of still images
ive heard you need to use directshow but it doesnt jet work for me
Does someone know a good piece of example code…
I am looking for some C# code .. or .NET component to record the activity of a form on my screen (not the whole desktop) along with audio, similar to what programs like Camtasia allow to do.
hello all,
i want to convert flv video(downloaded from you tube) to any other format, i had search a lot, but every script changed any other format into flv while i need flv to any other format. please suggest me any link or php script that convert flv to any other format.
one more…