ffmpeg with mjpeg support for 4.1.2?

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

ffmpeg with mjpeg support for 4.1.2?

#1 Post by vtpup »

Does anybody have a .pet or pup for ffmpeg with mjpeg support for Puppy4?

The Official version Puppy4 ffmpeg .pet doesn't recognize mjpeg codecs.

I need it to work with avi movie files from a digital camera.

tabuk
Posts: 4
Joined: Sun 17 Aug 2008, 19:46

#2 Post by tabuk »

try this :

ffmpeg -f mjpeg -s 320x240 -r 30 -i /dev/video0 -r 30 out.mpg

for more :
http://ubuntuforums.org/showthread.php?t=1414326

User avatar
jyore
Posts: 43
Joined: Sat 06 Nov 2010, 15:41

#3 Post by jyore »

I have had mixed success with MJPEGs. I typically use YUV tho. Installing the PETS on this thread may work.

After you install them, run ucview from the console, and it will ask you to select camera device, along with the resolution and capture format.

http://www.murga-linux.com/puppy/viewtopic.php?t=52373

Should be able to record directly from ucview too.

Hope this helps

Post Reply