Dear all,
First of all, thanks for bringing information and providing drivers.
I am a real GNU/Linux fan, but I lost a lot of time transcoding DV into
mpeg-2. Now, it is time to invest into a hardware compression card!
I am looking for a DV capture card including an mpeg-2 codec supported by th
Hi,
On Tuesday 01 June 2004 11:36, Jean-Michel POURE wrote:
> I am a real GNU/Linux fan, but I lost a lot of time transcoding DV into
> mpeg-2. Now, it is time to invest into a hardware compression card!
> 1) Stock kernel 2.6 support
> Are there any mpeg-2 codec included in the stock 2.6.6 kernel?
Hi
This simple patch fixes referencing of unallocated memory in mplex.
Mikulas
--- MPLEX/INTERACT.CPP_ 2004-05-31 22:01:40.0 +0100
+++ MPLEX/INTERACT.CPP 2004-05-31 22:01:43.0 +0100
@@ -200,8 +200,8 @@
}
#endif
bad_file = true;
-delete bs;
mjp
Hi Jean-Michel,
On Tue, 1 Jun 2004, Jean-Michel POURE wrote:
> I am a real GNU/Linux fan, but I lost a lot of time transcoding DV into
> mpeg-2. Now, it is time to invest into a hardware compression card!
Be *very* aware that hardware MPEG-2 cards, especially the consumer-level
ones, do not come
Hallo
> This simple patch fixes referencing of unallocated memory in mplex.
I have just applied your fix to the CVS.
> Mikulas
>
> --- MPLEX/INTERACT.CPP_ 2004-05-31 22:01:40.0 +0100
> +++ MPLEX/INTERACT.CPP 2004-05-31 22:01:43.0 +0100
> @@ -200,8 +200,8 @@
> }
> #end
I have a jpeg image.
I want to put it as a still into a VCD.
I do not know its dimensions.
First I use ImageMagick to scale it down to size:
mogrify -scale '704x576>' v2.jpg
The example image has now the size 704x528
Now I want to resize the image but keep the ratio.
This means I want to create
>I have a jpeg image.
>I want to put it as a still into a VCD.
>I do not know its dimensions.
...
>Any easy solutions?
Yep: y4mscaler.
http://www.mir.com/DMG/stills.html
http://www.mir.com/DMG/Software/y4mscaler.html
-matt m.
--
I am running mjpegtools on FreeBSD 5.1, installed from ports.
The manpage refers to something called ac3dec:
>cat test2.mpg | extract_ac3 - -s | ac3dec -o wav -p sound.wav
but it isn't installed by the port. Where can this be found?
I do see something called ac3dec in ports/audio but it i
On Tue, 1 Jun 2004, Jim Hatfield wrote:
> I am running mjpegtools on FreeBSD 5.1, installed from ports.
>
> The manpage refers to something called ac3dec:
>
> >cat test2.mpg | extract_ac3 - -s | ac3dec -o wav -p sound.wav
>
> but it isn't installed by the port. Where can this be found?