I know nothing about Java but is this possible

P

Pete

I need a program that extracts the file creation date and time from an
AVI(mjpg) file(eg: movie.avi) and then inserts that info/text inside a
text file that already has some text. So.. in effect the extracted date
and time is inserted into the subtitle file(eg: subtitle.ssa) for my
Virtualdub video editing program. tia

This is the .ssa subtitle file... All I need is the date and time info
inserted at the very bottom.

, vcvc [Script Info]
; This is a home movie from Dad
; It is one of many that documents the life of the Angus and and his Dad,
Title: <Home Movies 2006 with my Canon A300>
Original Script: <abc.net>
ScriptType: v4.00
Collisions: Normal
PlayResY: 600
PlayDepth: 0
Timer: 100.0000

[V4 Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour,
TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow,
Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
Style:
Default,Arial,40,16777215,8421440,65535,-2147483640,0,0,1,1,1,2,30,30,30,0,0

[Events]
Format: Marked, Start, End, Style, Name, MarginL, MarginR, MarginV,
Effect, Text
Dialogue: Marked=0,0:00:01.00,0:00:05.00,*Default,,0000,0000,0000,,Angus
and Dad
Dialogue: Marked=0,0:00:6.00,0:00:9.00,*Default,,0000,0000,0000,,INSERT
EXTRACTED TEXT HERE
 
L

Larry

Sure, this can be done. Look at the "File" class for accessing the
file attributes you want (create date, etc.) and "FileOutputStream" for
writing data to a text file.

Larry
 
G

Gordon Beaton

Sure, this can be done. Look at the "File" class for accessing the
file attributes you want (create date, etc.) and "FileOutputStream"
for writing data to a text file.

For plain text use e.g. an OutputStreamWriter, not any kind of
OutputStream.

/gordon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top