-- Forwarded message -
From: Andrew Randrianasulu
Date: Tue, Jan 30, 2024 at 9:23 PM
Subject: Adopted from pdflib image sample (C) - 33352495-MIT.pdf
To: Andrew Randrianasulu
http://dspace.mit.edu/bitstream/handle/1721.1/11468/33352495-MIT.pdf?sequence=2
An Implementation of th
http://vinipoderevecciano.it/admin/about/ht6wn2.php
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 s
Hallo
jan...@aaahawk.com wrote:
> I have been traveling extensively in the past two months but now I
> have some time home and would like to ask anybody who can help to
> solve this problem. See message below to which I did not receive a
> response. I respect the privacy of everybody and therefore
I have been traveling extensively in the past two months but now I have some
time home and would like to ask anybody who can help to solve this problem.
See message below to which I did not receive a response. I respect the privacy
of everybody and therefore I use this forum to ask for help. Tha
Hallo
Christian Ebert wrote:
> * Bernhard Praschinger on Thursday, November 12, 2009 at 19:05:47 +0100
>> I have tired that command:
>> mencoder DVD.mpg -o test4.avi -oac copy -ovc lavc -lavcopts
>> vcodec=mjpeg:vbitrate=15000
>>
>> There mplayer tells me that I have used a MJPG coded. But it se
* Bernhard Praschinger on Thursday, November 12, 2009 at 19:05:47 +0100
> I have tired that command:
> mencoder DVD.mpg -o test4.avi -oac copy -ovc lavc -lavcopts
> vcodec=mjpeg:vbitrate=15000
>
> There mplayer tells me that I have used a MJPG coded. But it seems to me
> that they don't include
Hallo
Peter Vereshagin wrote:
> You can't take no for an answer, Bernhard!
> 2009/11/11 20:34:15 +0100 Bernhard Praschinger => To
> Peter Vereshagin :
> BP> VIDEO: [IJPG] 720x576 24bpp 25.000 fps 7992.5 kbps (975.6 kbyte/s)
>
> A small addition: I updated ilves to 1.0.5 and there is mjpeg
Hallo
> BP> When I export a file with lives, with the option you show in the
> image. BP> I can't play it back. mplayer prints out that information:
> BP> VIDEO: [IJPG] 720x576 24bpp 25.000 fps 7992.5 kbps (975.6
> kbyte/s) BP> ---END--- Does mplayer have any explanation why it
> doesn't pla
Hallo
Christian Ebert wrote:
> * Peter Vereshagin on Thursday, November 05, 2009 at 20:59:48 +0400
>> sh -c mencoder -mf h=480:w=640:type=jpg -o "tmpvid" -ovc lavc -lavcopts
>> vcodec=mjpeg:vhq -ovc copy -noskip -ofps 5.000 mf://*.jpg -frames 785 1>&2
>
> Not sure if this helps, but you have
>
You can't take no for an answer, Bernhard!
2009/11/11 20:34:15 +0100 Bernhard Praschinger => To
Peter Vereshagin :
BP> VIDEO: [IJPG] 720x576 24bpp 25.000 fps 7992.5 kbps (975.6 kbyte/s)
A small addition: I updated ilves to 1.0.5 and there is mjpegtools_encoder in.
But I'm still here with mp
* Peter Vereshagin on Thursday, November 05, 2009 at 20:59:48 +0400
> sh -c mencoder -mf h=480:w=640:type=jpg -o "tmpvid" -ovc lavc -lavcopts
> vcodec=mjpeg:vhq -ovc copy -noskip -ofps 5.000 mf://*.jpg -frames 785 1>&2
Not sure if this helps, but you have
-ovc lavc *and* -ovc copy
which contrad
You can't take no for an answer, Bernhard!
2009/11/11 20:34:15 +0100 Bernhard Praschinger => To
Peter Vereshagin :
BP> I don't know what mencoder creates, but the problem seems for me to be
BP> in mencoder.
BP>
BP> When I export a file with lives, with the option you show in the image.
BP> I
Hallo
> Hope it's ok for Cc: you in my post to list.
That's no Problem.
> No reason for excuse cause it's nothing of mission critical:
> I'm trying for fun ( and to expose my screencast for profiling ).
>
> With lives, I do this: File - Encode Clip as
> Next is to select the file name
> After
Hallo
> I have installed sdl-devel, and still get the same errors during
> compilation, with Suse 10.1 on PC hardware.
>
> I've attached new (i.e. post sdl-devel installation) output of
> configure, and also of make. Any ideas?
I have taken a look at the output of the compile log.
What you have
Thanks Berni,
I have installed sdl-devel, and still get the same errors during
compilation, with Suse 10.1 on PC hardware.
I've attached new (i.e. post sdl-devel installation) output of configure,
and also of make. Any ideas?
Regards,
Dennis
On 22/01/07, Bernhard Praschinger <[EMAIL PROTECTED
Dear all,
I have a very hard problem with my Pinnacle Studio DC10+ Card under SuSE Linux
8.2 (2.4.20-4GB-Athlon-Kernel).
If I want to record the tv-signal (no matter which program I use) I always get
a syncing error.
First I installed a clear SuSE Linux with the shipped Zoran-Driver 0
Very clever.
I found something like this works fine:
sed -e "1s/Ip A0/I\? A0/"
Rather than using a global edit, I told it only to change the first line
("1s"). According to my tests, sed seems to respect line numbers for
edits. Limiting sed to the first line seems safer than doing a glob
Very clever.
I found something like this works fine:
sed -e "1s/Ip A0/I\? A0/"
Rather than using a global edit, I told it only to change the first line
("1s"). According to my tests, sed seems to respect line numbers for
edits. Limiting sed to the first line seems safer than doing a global
e
>Anybody know of a good simple binary file editor for Linux that can
>handle 30 GB files without a problem? If so, I can simply edit the
>YUV4MPEG header to suit me. By the way, the yuv4mpeg man page is quite
>good.
If you only need to modify bytes in-place, I think "lde" will do the
tr
> I can see that using sed would be quite simple. However, I don't want
> to wait for a 30 GB file to be re-written. Looking at the man page, I
I never work with these large files, but rather use pipes (|) of fifo's.
Putting an extra pipe in between is no problem then.
Regards,
Hans
--
I can see that using sed would be quite simple. However, I don't want
to wait for a 30 GB file to be re-written. Looking at the man page, I
see there is an "--in-place" option for sed. I guess I better delve
into sed some more. I wonder if I can tell it to stop after the first
"\n" to avoid
> Anybody know of a good simple binary file editor for Linux that can
> handle 30 GB files without a problem? If so, I can simply edit the
> YUV4MPEG header to suit me. By the way, the yuv4mpeg man page is quite
> good.
I've done this with sed s/[string]/[new string]/g but if you want a real
e
On Wed, 7 Jan 2004, Robert W. Fuller wrote:
Thank you for the reply. That header looks delightfully easy to edit.
Here's one from one of my transcode exports:
YUV4MPEG2 W704 H480 F3:1001 Ip A0:0
FRAME
read
sed s/Ip/It/
echo
cat
something like that.
Is the yuv4mpeg man pa
Subject:
Re: [Mjpeg-users] [Fwd: yuv4mpeg export feature refinement]
From:
"Robert W. Fuller" <[EMAIL PROTECTED]>
Date:
Wed, 07 Jan 2004 14:08:11 -0500
To:
"Steven M. Schultz" <[EMAIL PROTECTED]>
Thank you f
This should have gone to the list
--- Begin Message ---
Thank you for the reply. That header looks delightfully easy to edit.
Here's one from one of my transcode exports:
YUV4MPEG2 W704 H480 F3:1001 Ip A0:0
FRAME
Is the yuv4mpeg man page the best documentation for the header forma
On Wed, 7 Jan 2004, Robert W. Fuller wrote:
When you export from a quicktime file to yuv4mpeg, transcode sets the
frame order to "progressive/none." This does not work well with
programs like "yuvkineco" which will not perform de-interlacing unless ...
That's a very common problem with prog
--- Begin Message ---
When you export from a quicktime file to yuv4mpeg, transcode sets the
frame order to "progressive/none." This does not work well with
programs like "yuvkineco" which will not perform de-interlacing unless
the frame order is "unknown". I think it would be better for trans
Please disregard this message. The problem was solved. Transcode was
patched.
I accidentally sent this from an unsubscribed address, and the moderator
just now let it through. That will teach me to use different e-mail
addresses for related lists!
Robert W. Fuller wrote:
--- Begin Message ---
I cannot seem to import yuv4mpeg files. I get the error message "Start
of frame is not FRAME" from transcode. What does this mean?
I'm using streamer to create the yuv4mpeg files. They work fine with
mjpegtools 1.6.1.92. I can play them with yuvplay and use them with
Hallo
> > > If I dream, I have more advanced ideas. The splitting of the sound is
> > > usually the last step before preparing the final movie. It is therefore
> > > this place where the final sound characteristics (sample rate etc.) are
> > > known depending on the intended format (DVD, SVCD etc)
Hi
On Wednesday 15 October 2003 18.11, you wrote:
> > If I dream, I have more advanced ideas. The splitting of the sound is
> > usually the last step before preparing the final movie. It is therefore
> > this place where the final sound characteristics (sample rate etc.) are
> > known depending on
Hallo
> > > > I'm a bit unsoure if the value is correct with only zeros.
> > > >
> > > > If it works, I'll commit it to the CVS, but I think it will be a
> > > > optional feature. You can enable it with a command line option to
> > > > create silence instead of stopping.
> > >
> > > Yes, this is p
On Wed, 2003-10-15 at 10:28, Michael Hanke wrote:
> A have also another problem: After cutting the pictures I usually need to cut
> and enhance the sound track, too. I am using external tools for it. The
> synchronization demands a lot of computing by hand (frame number <-> sound
> sample). Does so
On Tuesday 14 October 2003 19.20, you wrote:
> > > I'm a bit unsoure if the value is correct with only zeros.
> > >
> > > If it works, I'll commit it to the CVS, but I think it will be a
> > > optional feature. You can enable it with a command line option to
> > > create silence instead of stoppin
Hi,
tried it out this weekend. It worked perfeectly. Thank you very much.
On Thursday 09 October 2003 18.15, you wrote:
> Hallo
>
> > Some days ago, I was posting the following message to the list.
> > Apparently, I did not receive any reply. Beg your pardon for my
> > impatience. But can somebod
On Fri, 10 Oct 2003 18:34:30 +0200
Bernhard Praschinger <[EMAIL PROTECTED]> wrote:
> > While you're delving in lav2wav... I had a problem once where it
> > stopped because the video sizes didn't match. It uses the same
> > code as lav2yuv where that makes sense but it is an unnecessary
> > limitat
Hallo
> > I have attached a little patch. Now lav2wav will happly create
> > "sound of silence"
> While you're delving in lav2wav... I had a problem once where it stopped
> because the video sizes didn't match. It uses the same code as lav2yuv
> where that makes sense but it is an unnecessary limi
On Thu, 2003-10-09 at 21:27, Martin Collins wrote:
> While you're delving in lav2wav... I had a problem once where it stopped
> because the video sizes didn't match. It uses the same code as lav2yuv
> where that makes sense but it is an unnecessary limitation in lav2wav.
That's an editlist issue.
On Thu, 09 Oct 2003 18:15:23 +0200
Bernhard Praschinger <[EMAIL PROTECTED]> wrote:
> I have attached a little patch. Now lav2wav will happly create
> "sound of silence"
While you're delving in lav2wav... I had a problem once where it stopped
because the video sizes didn't match. It uses the same
Hallo
> Some days ago, I was posting the following message to the list. Apparently, I
> did not receive any reply. Beg your pardon for my impatience. But can
> somebody help?
Some things take more time.
I have attached a little patch. Now lav2wav will happly create "sound of
silence"
If the file
Some days ago, I was posting the following message to the list. Apparently, I
did not receive any reply. Beg your pardon for my impatience. But can
somebody help?
Thank you,
Michael
-- Forwarded Message --
Subject: lav2wav error
Date: Mon, 6 Oct 2003 08:26:24 +0200
From: Mic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Followup to my crash report a few hours ago
>Tell me if there's any more info I can provide you.
Oh, yeah. It's an iomega buz. That might help. Sorry!
Karl Pizzolatto
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+dwvDTH
On Thu, 2003-01-23 at 11:36, Ronald Bultje wrote:
>
> On Thu, 2003-01-23 at 19:48, fx wrote:
> > Hello, the only informations i can provide is :
> > - avidemux will link toward lavjpeg and mjpegtools, that's all
> > - this problem happens only for redhat and (some) suse users, as far as
> > i had
Hallo
> Guys, are you aware of this issue?
> Building avidemux-0.9pre30 failed on my Red Hat 8.0 system, with the
> error:
>
> /usr/bin/ld: cannot find -ljpeg-mmx
>
> Below you'll find the answer from the author of avidemux.
>
> I'm using the 1.6.1-1.src.rpm provided on sourceforge.net
Lookes l
Hi Florin,
On Thu, 2003-01-23 at 09:25, Florin Andrei wrote:
> Guys, are you aware of this issue?
> Building avidemux-0.9pre30 failed on my Red Hat 8.0 system, with the
> error:
>
> /usr/bin/ld: cannot find -ljpeg-mmx
You don't have jpegmmx installed, and you're not supposed to either.
download
Guys, are you aware of this issue?
Building avidemux-0.9pre30 failed on my Red Hat 8.0 system, with the
error:
/usr/bin/ld: cannot find -ljpeg-mmx
Below you'll find the answer from the author of avidemux.
I'm using the 1.6.1-1.src.rpm provided on sourceforge.net
-Forwarded Message-
Fro
46 matches
Mail list logo