Re: [Mjpeg-users] Problem compiling for AMD64

2005-03-23 Thread Lehmeier Michael
> Date: Tue, 22 Mar 2005 15:17:54 -0800 (PST) > From: "Steven M. Schultz" <[EMAIL PROTECTED]> > On Tue, 22 Mar 2005, Lehmeier Michael wrote: > > > I tried to compile the mjpegtools for an Athlon64. > > I am currently installing a Debian distribution fo

[Mjpeg-users] Problem compiling for AMD64

2005-03-22 Thread Lehmeier Michael
the commands above all I should use or are there ways to create more optimized code? Thanks -- Lehmeier Michael <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Win

[Mjpeg-users] Size of interlaced material

2005-03-04 Thread Lehmeier Michael
INFILE=1.mpg OUTFILE=1out.mpg mplayer -ao pcm -aofile stream.wav -vo yuv4mpeg -vf scale=352:576:1 $INFILE & cat stream.wav | nice mp2enc -s -r 48000 -b 224 -o audio.m2a & cat stream.yuv | nice mpeg2enc -f 8 -q $QUANT -o video.m2v sleep 2 mplex -o $OUTFILE -f 8 audio.m2a video.m2v -- Lehmeier

[Mjpeg-users] When interlaced? (was Re: lav2yuv problems with mencoder material)

2005-02-08 Thread Lehmeier Michael
On Fri, 2005-01-28 at 17:02 -0800, Trent Piepho wrote: > On Thu, 27 Jan 2005, Lehmeier Michael wrote: > > I record from a TV card with the following command: > > mencoder -tv driver=v4l2:input=3:adevice=/dev/dsp:forceaudio tv:// -ovc > > lavc -oac pcm -lavcopts vcodec=mpeg4:vb

[Mjpeg-users] lav2yuv problems with mencoder material

2005-01-28 Thread Lehmeier Michael
tried the following line: lav2yuv out.avi | yuvscaler -O VCD | mpeg2enc -s -o mpg.mpg What I get is: FRAME Not a JPEG file: starts with 0x00 0x00 ++ WARN: [lav2yuv] Decoding of Frame 39 failed Is there any way to fix this? Thanks! -- Lehmeier Michael <[EMAIL PROTEC

[Mjpeg-users] Fixing split video streams

2004-09-21 Thread Lehmeier Michael
hole video stream. But this is a noticable loss in quality which I often really do not want. Is there any way to fix such a broken video stream in a clean way? All tools that I know that can do that are Windows only so far. -- Lehmeier Michael <[EM

Re: [Mjpeg-users] Best capture tools under Linux for V4L2?

2004-08-03 Thread Lehmeier Michael
ed 1 lowpass 8000 | \ cat /dev/stdin | nice mp2enc -s -r 48000 -b 224 -o audio.m2a mplex -f 8 audio.m2a video.m2v -o $1_vhs.mpg rm stream.yuv audio.m2a video.m2v audiodump.wav After some testing this seemed to be the best quality/space ratio. -- Lehmeier Michael <[EMAIL PR

Re: [Mjpeg-users] Mpeg2enc quality?

2004-07-22 Thread Lehmeier Michael
not a lossless format. Use PNG. It's unix-world's favourite lossless picture format but compressed. There is the png2yuv tool. -- Lehmeier Michael <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE

Re: [Mjpeg-users] mplex problem, possible bug?

2004-07-17 Thread Lehmeier Michael
ce movie. Thanks for that tip. It helps a lot. > I have no idea with your mplex problem. Alas, it persists. I "solved" it by remuxing it on the console later, but that is hardly a good solution. Still, because I don't have too many such avis I can live with it fo

[Mjpeg-users] mplex problem, possible bug?

2004-07-11 Thread Lehmeier Michael
Frames: 178 avg. size 4816 bytes Any idea? -- Lehmeier Michael <[EMAIL PROTECTED]> --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digi

Re: [Mjpeg-users] Resize a single picture for VCD still

2004-06-02 Thread Lehmeier Michael
om that is 22 pixels thick. I don't know where they are from. I tried around a lot with options but never got what I wanted. How do I do it right? PS: Is there a debian package for y4mscaler yet? -- Lehmeier Michael <[EMAIL PROTECTED]>

[Mjpeg-users] Resize a single picture for VCD still

2004-06-01 Thread Lehmeier Michael
ither require that you know the size of the original image (if landscape or portrait for example) or involve scaling, which I don't want in this case. Any easy solutions? -- Lehmeier Michael <[EMAIL PROTECTED]> --- This SF.Net email

[Mjpeg-users] How to fix unrecogniseable files for mplex?

2004-05-26 Thread Lehmeier Michael
segments before multiplex. But this is an ugly way that might break some players and causes sync problems. -- Lehmeier Michael <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to h

Re: [Mjpeg-users] Creating a loop?

2004-01-29 Thread Lehmeier Michael
Oh, I'm so stupid. It was the audio file. Some day I have to learn how to read. -- Lehmeier Michael <[EMAIL PROTECTED]> --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integrat

Re: [Mjpeg-users] Creating a loop?

2004-01-28 Thread Lehmeier Michael
ex] Data follows end of last recogniseable MPEG audio frame - bad stream? How many bytes do I need to cut at the end? > (provided the sequences > match in encoding parameters!!). They do. > Obviously, for a multiplexed program stream: cat - forget it ;-) I already thought that

[Mjpeg-users] Creating a loop?

2004-01-26 Thread Lehmeier Michael
ry part I joined. Can I prevent this somehow? Is there an other, easier way to create a loop? Thanks! -- Lehmeier Michael <[EMAIL PROTECTED]> --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Devel

Re: [Mjpeg-users] Remuxing split VCD-files

2004-01-04 Thread Lehmeier Michael
hough it gives a couple of complaints, it continues muxing. This works for mplex (most of the times) and my players (most of the times). It is dirty, it is bad, but it is better than a VCD encoded twice. -- Lehmeier Michael <[EMAIL P

Re: [Mjpeg-users] Remuxing split VCD-files

2004-01-04 Thread Lehmeier Michael
it doesn't work. > If that method does not work for you then, alas, reencoding I think > is the only way to salvage the situation. :( -- Lehmeier Michael <[EMAIL PROTECTED]> --- This SF.net email is sponsored by: IBM Linux

Re: [Mjpeg-users] VCD to DVD problems

2004-01-03 Thread Lehmeier Michael
This is about the problem with mpeg1 files and creating a DVD from them. This was actually a dvdauthor problem that has been fixed in the newest version. I can confirm that it handles mpeg1 DVD files properly now. -- Lehmeier Michael <[EMAIL PROTEC

[Mjpeg-users] Remuxing split VCD-files

2004-01-03 Thread Lehmeier Michael
without any problems, but the video stream is no longer recognizable by mplex (or mplayer) and is therefore useless. Is there any way to salvage the situation without having to reencode the video? I used both bbdmux, tcextract and mplex version 1.6.1.92. -- Lehmeier Michael <[EMAIL PROTEC

[Mjpeg-users] VCD to DVD problems

2003-12-28 Thread Lehmeier Michael
cdrecord.sh dev=0,0,0 -eject dvd.iso So, there seems to be something seriously wrong with the audio on VCDs. It can't really be the Hz since SVCDs are not problematic at all. Should I reencode it in a different way or what? Thanks! -- Lehmeier Michael &

[Mjpeg-users] How to create an empty sound

2003-10-19 Thread Lehmeier Michael
Hi My digital camerca only records movies without sound. :( In order to convert them to correct VCD, I have to add some sound. How do I best create an empty wav or mp2 file of a given length? -- Lehmeier Michael <[EMAIL PROTECTED]> --

Re: [Mjpeg-users] VCD 2500vbr better quality than SVCD

2003-10-09 Thread Lehmeier Michael
generate different time-codes for every CD since mplex does the split before I can use this subtitler. (I created subtitles with a gimp-script that I wrote myself) -- Lehmeier Michael <[EMAIL PROTECTED]> --- This SF.net email is sponso

[Mjpeg-users] Re: Stillstream segfault

2003-08-18 Thread Lehmeier Michael
> From: "Steven M. Schultz" <[EMAIL PROTECTED]> > On 17 Aug 2003, Lehmeier Michael wrote: > > > I'm trying to make mpeg1 stills out of an image. > > > > A line like the following: > > ./mplex -f 6 -o /tmp/fileGAACJA.mpg /tmp/fileGAACJA.m1

[Mjpeg-users] Stillstream segfault

2003-08-17 Thread Lehmeier Michael
Hi! I'm trying to make mpeg1 stills out of an image. A line like the following: ./mplex -f 6 -o /tmp/fileGAACJA.mpg /tmp/fileGAACJA.m1v Results in: INFO: [mplex] mplex version 2.2.1 ($Date: 2002/02/04 19:06:14 $) INFO: [mplex] File /tmp/fileGAACJA.m1v looks like an MPEG Video stream. INFO: [mple