Re: Anyone for a small Java challenge?
From: Dr. Mercury (wh_at_ts.up.doc)
Date: 02/20/04
- Previous message: Jeff: "JSP, Servlet's, EJB's, Bean's?"
- In reply to: Hugh Bothwell: "Re: Anyone for a small Java challenge?"
- Next in thread: Ryan Stewart: "Re: Anyone for a small Java challenge?"
- Reply: Ryan Stewart: "Re: Anyone for a small Java challenge?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 20 Feb 2004 20:11:11 GMT
On Fri, 20 Feb 2004 01:41:43 -0500, "Hugh Bothwell" wrote:
<sniplet>
>> although I'd like the decimal dropped, so it ends up looking like:
>>
>> 4165
>> 7762
>> 12977
>> (etc)
>
>Sounds like a job for Excel...
Howdy, Hugh, thanks for the reply.
It works fine in Excel, but I need this as part of a video procedure
on my Web site, so it should be something freeware.
>how often do you plan to do this?
>Where do you get the column of numbers, and how
>do you use them? In what way would writing a
>program be easier than using a calculator?
It's a matter of retaining the chapter points in an SVCD when
converting to another format. The chapter points can be extracted as
times, but the conversion program wants them as frames. Ergo, I need
to be able to multiply a column of numbers by either 23.976 or 29.97
(frame rate of the movie depending) to convert the times to frames. A
calculator would work, certainly, but it'd be a tad laborious for 20
or so entries.
>For starts, see below - this is about
>as simple as it gets:
Note the small font mismatch below:
> public static void main(String[] args) {
If you could fix that, and let me know how to use the script, it'd be
appreciated. I honestly don't know anything about Javascripts except
that occasionally I use a chunk of them in my Web pages, like to
pre-load dynamic icons. I don't have any idea how to run an
independent script like this one.
Thanks for the help,
Doc
-- For all of your DVD/SVCD/DIVX/OGM needs: www.svcd.cc New to DVD recording? www.svcd.cc/dvdrinfo.htm VCD FAQ: http://abvcd.home.comcast.net/FAQ/abvcdfaq5.01.htm SVCD Charter: www.svcd.cc/charter.htm
- Previous message: Jeff: "JSP, Servlet's, EJB's, Bean's?"
- In reply to: Hugh Bothwell: "Re: Anyone for a small Java challenge?"
- Next in thread: Ryan Stewart: "Re: Anyone for a small Java challenge?"
- Reply: Ryan Stewart: "Re: Anyone for a small Java challenge?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|