Skip to main content

All Questions

Tagged with
4 votes
2 answers
2k views

Best way to repackage ripped DVD to mpg

I have a bunch of DVDs that I've already ripped into a VIDEO_TS directory containing .IFO and .VOB files. I have a cheap primitive video player that will accept .mpg files. I've tried two different ...
Mark Ransom's user avatar
  • 2,150
1 vote
0 answers
2k views

compile ffmpeg to enable libmp3lame

I am using the following command in MinGW in windows to build my ffmpeg, I have already downloaded libmp3lame from here sourceforge.net compiled the build and compile and install the libmp3lame, now ...
Jake's user avatar
  • 109
9 votes
3 answers
20k views

Streaming Desktop using FFMPEG in Windows

How to stream Desktop using FFMPEG in Windows? I have tried ffmpeg -list_devices true -f dshow -i dummy and after that this to stream ffmpeg -f dshow -i video="Chicony USB 2.0 Camera" -r 30 -...
sonu thomas's user avatar
11 votes
3 answers
53k views

Converting images to video using FFMPEG on Windows

I'm trying to convert a series of JPEG images into a time lapse video. They're in the format IMGP0001.JPG, IMGP0002.JPG, etc. From the looks of things, this should match the pattern IMGP%04.JPG. I've ...
CadentOrange's user avatar
2 votes
0 answers
2k views

Transcoding a video from GoToMeeting WMV to MP4 using FFMPEG on Windows locks up dos window

I've been tasked with converting some pre-recorded GoToMeeting videos from wmv to mp4 format. I've got the GoToMeeting transcoder app available from Citrix (g2mtranscoder.exe) that takes the source ...
Ryan's user avatar
  • 121
2 votes
0 answers
3k views

Recording Webcam and Audio with ffmpeg on Windows

I am trying to record video + audio with ffmpeg of my defualt webcam. This works with video: ffmpeg -f vfwcap -r 25 -i 0 -ab 64 -ar 22050 -ac 1 output.avi but no sound is recorded. Is it possible ...
yarek's user avatar
  • 631
0 votes
1 answer
2k views

How do I install ffmpeg for use with php on Windows Server 2008?

I have zend server running php on Windows Server 2008 64 bit. How do I install ffmpeg for use with php?
user avatar
0 votes
3 answers
6k views

How do I capture sound on Windows XP with ffmpeg?

I'd like to capture the stereomix or line-in sound on Windows with the Windows build of ffmpeg. On linux I'd do something like this: ffmpeg -f alsa -ac 2 -ar 48000 -i front rec.flac This records ...
polemon's user avatar
  • 2,881
11 votes
2 answers
16k views

Where can I download ffmpeg with libfaac?

Where can I download ffmpeg with libfaac (for Windows)?
user avatar
12 votes
3 answers
12k views

Can FFMPEG capture from the screen in Windows?

I am trying to capture a certain region of the screen (actually its specifically a number of visible windows) on Windows XP with FFMPEG but I can only find options to capture from X11: http://...
InvertedAcceleration's user avatar

15 30 50 per page
1
11 12 13 14
15