0
votes
1answer
27 views
stitching videos together using ffmpeg on the command line
Does anybody know how to stitch two (or more) videos together using ffmpeg (or another cli)? This is assuming that all the videos are in the same format and the video format being used allows for …
0
votes
0answers
14 views
Construct IAMTimeline object directly from a video (DirectShow editing services)
Is there a way of constructing a IAMTimeline object by loading a video file directly?
I know how to build a filter graph, insert and remove filters, reconnect pins etc., but I need to use some …
0
votes
0answers
33 views
Advice on resizing 1280*720 for web audiences. [closed]
Forgive my spelling, I'm posting this from my mobile.
I've recently decided to record videos to help teach a visual language. My camera likes to boast it can record in 1280; its a cheap camera about …
0
votes
3answers
53 views
How can I programmatically realistically modify a video clip while playing?
A while ago I came across an interesting array of video presentations on a German company's website. They deal with modifying a video stream while it's playing, and I remained pleasantly impressed by …
0
votes
0answers
15 views
Live Video Capture
I asked a similar question a couple months back.. But no one responded.. I also did a quick search but to no avail. It would seem that this type of thing is rarely done, but I have to try and ask …
0
votes
1answer
79 views
opnecv tracking dots
hi
i want to put dots to cordinates to a video frame which i determine and track them like opencv sample "lk demo"
i didnt understand the sample. which functions put the dots and track them
…
0
votes
1answer
23 views
upload videos in android
hello..
i am trying upload a video from the application.i am able to upload videos of size lesser than 2 MB but when i am trying to upload videos more 2MB i am getting out of memory error.
plz …
0
votes
1answer
43 views
Can you splice a 1 min clip out of a larger file, without transcoding it?
I have a site that allows people to upload large video files in various formats (avi, mp4, mkv and flv). I need to generate a 1 minute "sample" from the larger file that has been uploaded, and the …
2
votes
5answers
302 views
How to scale up in Java
I have 100+ channels of video streams to process all at the same time. I need to capture the video, generate thumbnails, and serve them out as a web service. For the generation of thumbnail, I can use …
0
votes
1answer
15 views
access to frames from common video feed from different applications
Hi,
I have UDP MPEG-2 TS streams coming from a satellite TV receiver connected to an Ubuntu box, I can access each frame from each stream (corresponding to different channels) using ffmpeg, no …
0
votes
2answers
89 views
How to convert to m4v
by script or programmatically ? I have a bunch of files that need to be converted
wondering if there's a better way than go through the prompts one at a time
OS windows Vista/XP
0
votes
1answer
48 views
automate video capture
I have a bunch of short videos from my digital cam. i know how to convert them to a better codec with ffmpeg but i would also like to make a preview image for the video. Not a thumbnail that window …
0
votes
0answers
70 views
write an audio/video encoder?
I want to do this in a little different way...
I would like media player to decode and play the video. (FFMpeg is not be able to) then i would like to encode it with xvid. How should i do this?
I …
1
vote
5answers
549 views
PHP and FFMPEG - Performing intelligent video conversion
I have an oddly difficult task to perform. I thought it would be easy, but all my efforts have been fruitless.
I'm converting videos uploaded to a php script from various formats (.avi, .mpg, .wmv, …
0
votes
0answers
153 views
Video length missing in FLV converted by ffmpeg-php
Hi, I'm converting MP4 videos to FLV using ffmpeg-php on my CentOS server (without intervention from flvtool2 because it's not installed).
The FLV videos are created, but no player is capable of …
