Re: [CinCVS] Video Metadata

2007-05-20 Thread Martin Ellison

You might look at tools such as ffmpeg or dvdauthor, which both have options
for this.

On 19/05/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


On Fri, 18 May 2007, Eric Mesa wrote:
 Is there a menu I haven't found that allows the title, author, and
 copyright to be set in our video files?

I doubt it.  Most video formats lack a standard way of recording that.
--
Matthew Skala
[EMAIL PROTECTED]Embrace and defend.
http://ansuz.sooke.bc.ca/

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra





--
Regards,
Martin
([EMAIL PROTECTED])


Re: [CinCVS] Video Metadata

2007-05-20 Thread mskala
On Sun, 20 May 2007, Martin Ellison wrote:
   Is there a menu I haven't found that allows the title, author, and
   copyright to be set in our video files?
 
  I doubt it.  Most video formats lack a standard way of recording that.

 You might look at tools such as ffmpeg or dvdauthor, which both have options
 for this.

In what format?  It's really a format issue more than a software issue.
-- 
Matthew Skala
[EMAIL PROTECTED]Embrace and defend.
http://ansuz.sooke.bc.ca/

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Video Metadata

2007-05-20 Thread Eric Mesa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 On Sun, 20 May 2007, Martin Ellison wrote:
 Is there a menu I haven't found that allows the title,
 author, and copyright to be set in our video files?
 I doubt it.  Most video formats lack a standard way of
 recording that.
 You might look at tools such as ffmpeg or dvdauthor, which both
 have options for this.

 In what format?  It's really a format issue more than a software
 issue.
When I create avis in mencoder I can set it.  Also, I've noticed that
quicktime for linux videos I make in Cinelerra have made with
cinelerra in the copyright field, so it is possible with Cinelerra.
I think it's just not an explicit menu.

- --
Eric Mesa
[EMAIL PROTECTED]
http://www.ericsbinaryworld.com
Note:  All emails from this address should have a GPG signature.  If
you have the proper setup you can use this to confirm my identity and
that the email was not changed in transit.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFGUGz8PvU+8ApmWXIRAomLAJ92YY7rRqR7oUHf77CSFmqBPzdRSwCg3AJd
sqaaNNSx/Hu/hb8CiR2U7uw=
=WKYG
-END PGP SIGNATURE-


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Resources window is empty (Solved)

2007-05-20 Thread Bruce Bales
On Saturday 19 May 2007 22:51, Graham Evans wrote:
 Bruce Bales wrote:
  Trying to get started with cinelerra.  I moved the divider in the
  resource box to the side (too far?) and all the contents of the
  resource window disappeared.  Can't get it back.  It's completely
  empty.
 
  I removed and reinstalled cinelerra then purged and reinstalled
  it, but no luck.  Can't find any configure file that might help.
  bruce

 The configure files are tricky to find as they have the legacy
 name: ~/.bcast
 (From the Broadcast 2000 era).

 Without looking at your specific problem I can tell you: if you
 delete that folder cinlerra will recreat with default settings.

 good luck
 Graham E.

Thanks, Graham,  That did it.  Now I can get started on the apparently 
difficult task of learning to use this program.
bruce

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] Video Metadata

2007-05-20 Thread Ichthyostega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eric Mesa schrieb:
 Also, I've noticed that
 quicktime for linux videos I make in Cinelerra have made with
 cinelerra in the copyright field, so it is possible with Cinelerra.
 I think it's just not an explicit menu.
 
I'm really in doubt that cinelerra has such a hidden menu,
because if you look at the session xml, the information stored for
each source media is as follows:

ASSET SRC=/proj/d03/toc/v02.toc
FOLDERMedia/FOLDER
FORMAT TYPE=MPEG USE_HEADER=1/FORMAT
AUDIO CHANNELS=2 RATE=48000 BITS=0 BYTE_ORDER=0 SIGNED=0 HEADER=0 
DITHER=0
   ACODEC=twos AUDIO_LENGTH=172376064/AUDIO
VIDEO HEIGHT=1080 WIDTH=1440 LAYERS=1 FRAMERATE=25 VCODEC=yuv2 
VIDEO_LENGTH=89788
   INTERLACE_AUTOFIX=1 INTERLACE_MODE=UNKNOWN 
INTERLACE_FIXMETHOD=DO_NOTHING
   REEL_NAME=cin REEL_NUMBER=0 TCSTART=0 TCEND=0 
TCFORMAT=0/VIDEO
/ASSET

btw: you can edit the reel name and number, the timecode and the fps by choosing
info... from the context menu of the clip in the media window...

Hermann V.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGUO/WZbZrB6HelLIRApeSAJ4wxJ6XSpU8y1Y4QwiHo8hD4tr7tgCeMIh0
alqoeai11D3FUf7dwRz3UkE=
=V+ut
-END PGP SIGNATURE-

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] bin2cinelerra

2007-05-20 Thread Ichthyostega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bodmer Stephan schrieb:
 .., I found what I needed, the explaination
 how to produce it:
 its easy, the data in that array is the exact same
 data as your png, but before it comes a 4 byte value
 which is the size of it.
 Now, I can write my own converter in Java ;^)
 ...And let the community access it with JWS (Java Web Start)...
 

some time ago, I faced the same problem (and found the same explanation).
For the conversion, I did (sans the four size bytes of course) ;-)

hexdump -e' 16/1 0x%02x,  \n' FILENAME.png


Cheers,
Hermann V

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGUPDWZbZrB6HelLIRAgGvAKDboL4fM7YXWonJDCLpxvd/FvBaFwCg75Ne
JDXcInpXqJuKKLjfSrlHqNA=
=qbwH
-END PGP SIGNATURE-

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] HDV 1080i to 720p, Cinelerra doesn't like it

2007-05-20 Thread Ichthyostega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dan Streetman schrieb:
 Aha!  So I think what you want is proxy editing, 
 
 I think the basic idea is something like this before editing


 
 then open cinelerra and it will load up the original video instead of
 the proxy, .

Hi Dan,

yes, this is the basic idea, but as far as I know Cinelerra doesn't
pick up the new resoulution (after you switch to the original footage)
automatically. Besides, there is the problem of the different size due
to the differen resolution.

To handle the proxi editing in our project, we wound up using a python
script. Later on, Marcin Kostur used our python script as well and was
so kind as to document this workflow in the manual:

http://cvs.cinelerra.org/docs/split_manual_en/cinelerra_cv_manual_en_20.html#SEC297

Cheers,
Hermann V.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGUPJtZbZrB6HelLIRAinAAJ46EOoP0vVRW6gOmSI7pf6ErTbthwCeJha7
0GIgSoFQfgDR9qKg8/MWyz0=
=4rxF
-END PGP SIGNATURE-

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra