From fredrik at absoft.se Wed Mar 1 09:49:30 2006 From: fredrik at absoft.se (Fredrik Olofsson) Date: Wed, 1 Mar 2006 15:49:30 +0100 Subject: [FLVTool2-users] Is it possible to remove onCuePoint metatags? Message-ID: <3F1EEB6E-7421-4D24-957B-747823573B49@absoft.se> Hello I am wondering if it is possible to remove a single, or preferrably all meta-tags from the header in a flash file using FLVTool2 (or any other tool). The help section only lists -A to add tags, but I am working on a tool to manage cuepoints and am in need of removal as well. Any help on this would be greatly appreciated. /Fredrik ____________________________ Fredrik Olofsson "The statement below is true. The statement above is false." From mail at soenkerohde.com Fri Mar 3 10:34:23 2006 From: mail at soenkerohde.com (=?iso-8859-1?Q?S=F6nke_Rohde?=) Date: Fri, 3 Mar 2006 16:34:23 +0100 Subject: [FLVTool2-users] FLV Knife Message-ID: <200603031521.k23FLaJb015329@rubyforge.org> Hi, I have written a GUI for FLVTool2 with an integrated FLV Player. FLV Knife is in a early alpha state now but it is working and productive. Further info and download: http://soenkerohde.com/software/flv-knife Any feedback is appreciated. Cheers, S?nke From lists at inlet-media.de Sat Mar 4 05:17:05 2006 From: lists at inlet-media.de (Norman Timmler) Date: Sat, 04 Mar 2006 11:17:05 +0100 Subject: [FLVTool2-users] Question regarding XML syntax for onCuePoint metatags. In-Reply-To: References: Message-ID: <1141467425.9470.32.camel@localhost.localdomain> Am Dienstag, den 28.02.2006, 18:22 +0100 schrieb erixtekila: > > I am having trouble when inserting onCuePoint metatags using flvtool2. > > > > I use the following command (OS is Linux and FLVTool2 version is > > 1.0.3 RC4): > > > > flvtool2 -UAt /tmp/tags.xml /tmp/file.flv > > > > > > I'd be glad if someone could hint me as to why my timestamps doesn't > > work and why I seem to have to run the -UAt command twice in order > > for any cuepoints to show up! > I can confirm that on osx too. > > One need two pass of flvtool2 -UAt /tmp/tags.xml /tmp/file.flv to add > the cuepoints to the flv. > > I also tried to pipe he process without any luck. > I was thinking that flvtool2 needs a pass wih -U and use the infos to > add the cuepoints : > ./flvtool2 -U /Users/via/Desktop/demo.flv stdout | ./flvtool2 -At > /Users/via/Desktop/tags.xml stdin /Users/via/Desktop/test.flv Piping makes no difference, because the file is simply read from another location (stdin). > BTW, we are only talking of the cuepoints list added in the header > file, as I don't took time to test them as events for now? Ah, ok. That's no bug. It is a failure in your command chaining: flvtool2 -AUt /tmp/tags.xml /tmp/file.flv Notice U and A have changed places. Commands are executed in the order you write them down. > I think there is also an issue with the line type of the tags.xml file. > It seems to use \n only, not \n\r neither \r. Right, please make a bug report at: http://projects.inlet-media.de/flvtool2/newticket Thank you. -- Norman Timmler http://blog.inlet-media.de From lists at inlet-media.de Sat Mar 4 05:19:52 2006 From: lists at inlet-media.de (Norman Timmler) Date: Sat, 04 Mar 2006 11:19:52 +0100 Subject: [FLVTool2-users] Question regarding XML syntax for onCuePoint metatags. In-Reply-To: References: Message-ID: <1141467592.9470.35.camel@localhost.localdomain> Am Dienstag, den 28.02.2006, 13:05 +0100 schrieb Fredrik Olofsson: > Hello > > I am having trouble when inserting onCuePoint metatags using flvtool2. > > I use the following command (OS is Linux and FLVTool2 version is > 1.0.3 RC4): > > flvtool2 -UAt /tmp/tags.xml /tmp/file.flv > > I noticed that I need to run this command _two_ times on the same > file in order for the cuepoint tags to show up with "flvtool2 -Px / > tmp/file.flv", which is a bit weird. Then when the tags do show up, > the timestamp is always set to zero (). > > My tags.xml file is modelled after the example that comes with > flvtool2 and looks as so: > > > > Achtung > 1.234 > > Fredrik > I am so glad I have eyeballs. > > event > > > > I'd be glad if someone could hint me as to why my timestamps doesn't > work and why I seem to have to run the -UAt command twice in order > for any cuepoints to show up! > > /Fredrik Timestamp units are milliseconds, omit the dot. 1234 -- Norman Timmler http://blog.inlet-media.de From erixtekila at gmail.com Sun Mar 5 08:47:29 2006 From: erixtekila at gmail.com (erixtekila) Date: Sun, 5 Mar 2006 14:47:29 +0100 Subject: [FLVTool2-users] Question regarding XML syntax for onCuePoint metatags. In-Reply-To: <1141467425.9470.32.camel@localhost.localdomain> References: <1141467425.9470.32.camel@localhost.localdomain> Message-ID: > flvtool2 -AUt /tmp/tags.xml /tmp/file.flv > > Notice U and A have changed places. Commands are executed in the order > you write them down. OK, that works. BTW, when you say "in the order you writre them down", can you tell us why add command needs to start before update one ? Thanks. ----------- erixtekila http://blog.v-i-a.net/ From lists at inlet-media.de Sun Mar 5 09:00:25 2006 From: lists at inlet-media.de (Norman Timmler) Date: Sun, 05 Mar 2006 15:00:25 +0100 Subject: [FLVTool2-users] Question regarding XML syntax for onCuePoint metatags. In-Reply-To: References: <1141467425.9470.32.camel@localhost.localdomain> Message-ID: <1141567226.9938.47.camel@localhost.localdomain> Am Sonntag, den 05.03.2006, 14:47 +0100 schrieb erixtekila: > > flvtool2 -AUt /tmp/tags.xml /tmp/file.flv > > > > Notice U and A have changed places. Commands are executed in the order > > you write them down. > OK, that works. > > BTW, when you say "in the order you writre them down", can you tell us > why add command needs to start before update one ? The update command calculates fresh meta data and replaces or adds a new meta tag (onMetaData). If you use the add command after that calculation, the cuepoints data is not included. -- Norman Timmler http://blog.inlet-media.de From lilripsta at freenet.de Mon Mar 6 12:09:09 2006 From: lilripsta at freenet.de (lilripsta at freenet.de) Date: Mon, 06 Mar 2006 18:09:09 +0100 Subject: [FLVTool2-users] Calculating Timestamp + fileposition Message-ID: An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/flvtool2-users/attachments/20060306/99995469/attachment.htm -------------- next part -------------- Hello, would it be possible to Inject the calculated i-frame timestamps + Fileposition as META into flv? (see Buraks flvmdi) Im not a programmer at all, but shouldnt this be too complicated, since timestamps and datasizes are calculated anyways? I'd LOVE to run a tool that injects this fileposition + timestamp data on LINUX serverside and unfortunately flvmdi is WIN :-/ I havent found any *ix tool capable of doing so, so maybe this is a good idea to spread flvtool even more. Thx Mike From lists at inlet-media.de Mon Mar 6 12:16:51 2006 From: lists at inlet-media.de (Norman Timmler) Date: Mon, 06 Mar 2006 18:16:51 +0100 Subject: [FLVTool2-users] Calculating Timestamp + fileposition In-Reply-To: References: Message-ID: <1141665412.9511.42.camel@localhost.localdomain> Am Montag, den 06.03.2006, 18:09 +0100 schrieb lilripsta at freenet.de: > would it be possible to Inject the calculated i-frame timestamps + Fileposition as META into flv? > (see Buraks flvmdi) > > Im not a programmer at all, but shouldnt this be too complicated, since timestamps and datasizes are calculated anyways? > > I'd LOVE to run a tool that injects this fileposition + timestamp data on LINUX serverside and unfortunately flvmdi is WIN :-/ > > I havent found any *ix tool capable of doing so, so maybe this is a good idea to spread flvtool even more. FLVTool2 already inserts keyframe positions (fileposition and timestamp) into the onMetaData tag. What do mean by i-frame? Interframe? -- Norman Timmler http://blog.inlet-media.de From lists at inlet-media.de Mon Mar 6 12:20:47 2006 From: lists at inlet-media.de (Norman Timmler) Date: Mon, 06 Mar 2006 18:20:47 +0100 Subject: [FLVTool2-users] Is it possible to remove onCuePoint metatags? In-Reply-To: <3F1EEB6E-7421-4D24-957B-747823573B49@absoft.se> References: <3F1EEB6E-7421-4D24-957B-747823573B49@absoft.se> Message-ID: <1141665648.9511.45.camel@localhost.localdomain> Am Mittwoch, den 01.03.2006, 15:49 +0100 schrieb Fredrik Olofsson: > I am wondering if it is possible to remove a single, or preferrably > all meta-tags from the header in a flash file using > FLVTool2 (or any other tool). The help section only lists -A to add > tags, but I am working on a tool to manage cuepoints and am in need > of removal as well. It is not possible at the moment. But it is planned for a next release. Have you any suggestions how to specify multiple tags (cuepoints) to be removed? -- Norman Timmler http://blog.inlet-media.de From lilripsta at freenet.de Mon Mar 6 12:23:07 2006 From: lilripsta at freenet.de (lilripsta at freenet.de) Date: Mon, 06 Mar 2006 18:23:07 +0100 Subject: [FLVTool2-users] Calculating Timestamp + fileposition Message-ID: hello thanks for your reply. yes, im talking about actual interframe keyframes. my original idea is to stream flvs with PHP (as seen on some flashblogs). Therefore i need keyframe + filepositiondata, so my php script can read the file from position X (referring to timestamp Y). i havent played much with FLVtool2 yet, so sorry for my quick question 8without testing stuf myself throughoutly). Also, i just realized that a new RC is aviable. DO you provide a changelog? thx und gr?sse Mike ----- original Nachricht -------- Betreff: Re: [FLVTool2-users] Calculating Timestamp + fileposition Gesendet: Mo 06 M?r 2006 18:17:08 CET Von: "Norman Timmler" > Am Montag, den 06.03.2006, 18:09 +0100 schrieb lilripsta at freenet.de: > > > would it be possible to Inject the calculated i-frame timestamps + > Fileposition as META into flv? > > (see Buraks flvmdi) > > > > Im not a programmer at all, but shouldnt this be too complicated, since > timestamps and datasizes are calculated anyways? > > > > I'd LOVE to run a tool that injects this fileposition + timestamp data on > LINUX serverside and unfortunately flvmdi is WIN :-/ > > > > I havent found any *ix tool capable of doing so, so maybe this is a good > idea to spread flvtool even more. > > FLVTool2 already inserts keyframe positions (fileposition and timestamp) > into the onMetaData tag. > > What do mean by i-frame? Interframe? > -- > Norman Timmler > > http://blog.inlet-media.de > > _______________________________________________ > Flvtool2-users mailing list > Flvtool2-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/flvtool2-users > --- original Nachricht Ende ---- "Jetzt Handykosten senken mit klarmobil - 14 Ct./Min.! Hier klicken" www.klarmobil.de/index.html?pid=73025 From naicuoctavian at gmail.com Mon Mar 6 12:39:48 2006 From: naicuoctavian at gmail.com (Naicu Octavian) Date: Mon, 6 Mar 2006 19:39:48 +0200 Subject: [FLVTool2-users] Using flvtool2 on linux, how? Message-ID: Ok, so I've got a Red Hat Enterprise Linux box, on which I have sucesfully installed Ruby and copied the contents of flvtool2_1.0.3_rc4.tar.gz in a fodler somewhere. This is where I am blocked. How I am supposed to use the program? Here are som thing I've tried! [root at localhost flvtool2_1.0.3_rc4]# flvtool2 -help -bash: flvtool2: command not found [root at localhost flvtool2_1.0.3_rc4]# rb flvtool2.rb rb: garbage on commandline Can someone clear this out for me, I would be most grateful! -- Naicu Octavian CEO &Creative Director @ NaicuAndNaicu www.naicuandnaicu.com ----------------------------------------------------------------------------------------------- This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/flvtool2-users/attachments/20060306/92097a8a/attachment.htm From erixtekila at gmail.com Mon Mar 6 12:48:44 2006 From: erixtekila at gmail.com (erixtekila) Date: Mon, 6 Mar 2006 18:48:44 +0100 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: References: Message-ID: Hi, > Ok, so I've got a Red Hat Enterprise Linux box, on which I have > sucesfully installed Ruby and copied the contents of > flvtool2_1.0.3_rc4.tar.gz in a fodler somewhere. > > This is where I am blocked. How I am supposed to use the program? Here > are som thing I've tried! > > [root at localhost flvtool2_1.0.3_rc4]# flvtool2 -help > -bash: flvtool2: command not found > > [ root at localhost flvtool2_1.0.3_rc4]# rb flvtool2.rb > rb: garbage on commandline > > Can someone clear this out for me, I would be most grateful! Are you used to commandline tools ? You should "cd" to the folder where you've installed flvtool2 After that, you'd issue this command (note the "./" at the beginning) ./flvtool2 -h flvtool2 has depencies. You couldn't just install it in /usr/bin orusr/loacl/bin or whatever path resolved by your shell. So, flvtool2 command won't ever work if you don't tell him or give him classpath to the depencies. I can't remember the classpath arg for ruby, but it should looks like : ruby ./flvtool2 -I /usr/local/bin followed by your customs args. HTH ----------- erixtekila http://blog.v-i-a.net/ From erixtekila at gmail.com Mon Mar 6 12:56:07 2006 From: erixtekila at gmail.com (erixtekila) Date: Mon, 6 Mar 2006 18:56:07 +0100 Subject: [FLVTool2-users] Calculating Timestamp + fileposition In-Reply-To: <1141665412.9511.42.camel@localhost.localdomain> References: <1141665412.9511.42.camel@localhost.localdomain> Message-ID: <7ef5a084500c1e568a65188e9bc3f3b6@gmail.com> > FLVTool2 already inserts keyframe positions (fileposition and > timestamp) > into the onMetaData tag. > > What do mean by i-frame? Interframe? > I think he is refering to this nomenclature to name frames in flv : (http://flashvideo.progettosinergia.com/) I=Keyframes D=Disposable frames P=Prediction frames. BTW, I think he doesn't know that flvtool2 already add the filepositions of the I (Key)frames as flvmdi do. So flvtool2 is ready for the technique he mentioned, eventhough they are drawback discussed on some blogs. Cheers. ----------- erixtekila http://blog.v-i-a.net/ From lists at inlet-media.de Mon Mar 6 13:00:38 2006 From: lists at inlet-media.de (Norman Timmler) Date: Mon, 06 Mar 2006 19:00:38 +0100 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: References: Message-ID: <1141668038.9511.55.camel@localhost.localdomain> Am Montag, den 06.03.2006, 18:48 +0100 schrieb erixtekila: > Hi, > > Ok, so I've got a Red Hat Enterprise Linux box, on which I have > > sucesfully installed Ruby and copied the contents of > > flvtool2_1.0.3_rc4.tar.gz in a fodler somewhere. > > > > This is where I am blocked. How I am supposed to use the program? Here > > are som thing I've tried! > > > > [root at localhost flvtool2_1.0.3_rc4]# flvtool2 -help > > -bash: flvtool2: command not found > > > > [ root at localhost flvtool2_1.0.3_rc4]# rb flvtool2.rb > > rb: garbage on commandline > > > > Can someone clear this out for me, I would be most grateful! > > Are you used to commandline tools ? > > You should "cd" to the folder where you've installed flvtool2 > After that, you'd issue this command (note the "./" at the beginning) > ./flvtool2 -h > > flvtool2 has depencies. > You couldn't just install it in /usr/bin orusr/loacl/bin or whatever > path resolved by your shell. > So, flvtool2 command won't ever work if you don't tell him or give him > classpath to the depencies. > > I can't remember the classpath arg for ruby, but it should looks like : > ruby ./flvtool2 -I /usr/local/bin followed by your customs args. Thank you Erik, but today i released a new version of FLVTool2 that implements a Linux setup script. Download the latest version from here: http://rubyforge.org/projects/flvtool2/ Untar it and execute the following commands inside the untared directory: ruby setup.rb config ruby setup.rb setup sudo ruby setup.rb install You can then use flvtool2 as a shell command. -- Norman Timmler http://blog.inlet-media.de From lists at inlet-media.de Mon Mar 6 13:02:17 2006 From: lists at inlet-media.de (Norman Timmler) Date: Mon, 06 Mar 2006 19:02:17 +0100 Subject: [FLVTool2-users] Calculating Timestamp + fileposition In-Reply-To: References: Message-ID: <1141668138.9511.58.camel@localhost.localdomain> Am Montag, den 06.03.2006, 18:23 +0100 schrieb lilripsta at freenet.de: > yes, im talking about actual interframe keyframes. > > my original idea is to stream flvs with PHP (as seen on some flashblogs). > Therefore i need keyframe + filepositiondata, so my php script can read the file from position X (referring to timestamp Y). FLVTool2 already can do this: flvtool2 -Ci 1200 your.flv pipe This command will pipe the flv file from timestamp position 1200 (miliseconds) to stdout. You can capture the output in PHP and redirect it to the remote flash application. > i havent played much with FLVtool2 yet, so sorry for my quick question 8without testing stuf myself throughoutly). > > Also, i just realized that a new RC is aviable. DO you provide a changelog? http://svn.inlet-media.de/svn/flvtool2/trunk/CHANGELOG -- Norman Timmler http://blog.inlet-media.de From lilripsta at freenet.de Mon Mar 6 13:04:09 2006 From: lilripsta at freenet.de (lilripsta at freenet.de) Date: Mon, 06 Mar 2006 19:04:09 +0100 Subject: [FLVTool2-users] Calculating Timestamp + fileposition Message-ID: hi, yes, it was my fault not testing flvtool2 (and having a look at the injected meta) before asking (i just came a cross this list). (i only played with older versions included in Riva Encoder and this option was not aviable, afaik) Its great that flvtool2 supports timestamp+fileposition data. Unfortunately it is NOT mentioned AS THE solution for (linux) serverside Meta injection. Thats defenitely what i was looking for. thanks Mike ----- original Nachricht -------- Betreff: Re: [FLVTool2-users] Calculating Timestamp + fileposition Gesendet: Mo 06 M?r 2006 18:56:54 CET Von: "erixtekila" > > FLVTool2 already inserts keyframe positions (fileposition and > > timestamp) > > into the onMetaData tag. > > > > What do mean by i-frame? Interframe? > > > > I think he is refering to this nomenclature to name frames in flv : > (http://flashvideo.progettosinergia.com/) > > I=Keyframes > D=Disposable frames > P=Prediction frames. > > BTW, I think he doesn't know that flvtool2 already add the > filepositions of the I (Key)frames as flvmdi do. > So flvtool2 is ready for the technique he mentioned, eventhough they > are drawback discussed on some blogs. > > Cheers. > > ----------- > erixtekila > http://blog.v-i-a.net/ > > _______________________________________________ > Flvtool2-users mailing list > Flvtool2-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/flvtool2-users > --- original Nachricht Ende ---- "Jetzt Handykosten senken mit klarmobil - 14 Ct./Min.! Hier klicken" www.klarmobil.de/index.html?pid=73025 From erixtekila at gmail.com Mon Mar 6 13:07:41 2006 From: erixtekila at gmail.com (erixtekila) Date: Mon, 6 Mar 2006 19:07:41 +0100 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: <1141668038.9511.55.camel@localhost.localdomain> References: <1141668038.9511.55.camel@localhost.localdomain> Message-ID: <281fcc6926f5f97e5ff47f365832960c@gmail.com> > Thank you Erik, but today i released a new version of FLVTool2 that > implements a Linux setup script. Download the latest version from here: > > http://rubyforge.org/projects/flvtool2/ > > Untar it and execute the following commands inside the untared > directory: > > ruby setup.rb config > ruby setup.rb setup > sudo ruby setup.rb install > > You can then use flvtool2 as a shell command. > Great, it was one of my actual concern. Did you get more news?? Greetings. ----------- erixtekila http://blog.v-i-a.net/ From erixtekila at gmail.com Mon Mar 6 13:10:09 2006 From: erixtekila at gmail.com (erixtekila) Date: Mon, 6 Mar 2006 19:10:09 +0100 Subject: [FLVTool2-users] Calculating Timestamp + fileposition In-Reply-To: References: Message-ID: <07283ae4d729f78bd57749b706dbac60@gmail.com> > Its great that flvtool2 supports timestamp+fileposition data. > Unfortunately it is NOT mentioned AS THE solution for (linux) > serverside Meta injection. > Thats defenitely what i was looking for. This is a new tool ;) ----------- erixtekila http://blog.v-i-a.net/ From naicuoctavian at gmail.com Mon Mar 6 13:29:06 2006 From: naicuoctavian at gmail.com (Naicu Octavian) Date: Mon, 6 Mar 2006 20:29:06 +0200 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: References: Message-ID: Thanks for the quick response! Are you used to commandline tools ? Yes, I am using a terminal. You should "cd" to the folder where you've installed flvtool2 > After that, you'd issue this command (note the "./" at the beginning) > ./flvtool2 -h What exactly do you mean by "installing" I just put the contents of the flvtool.tar.gz archive in a folder. The ./ did the trick I managed to make it work but the .flv files need too be in the same folder as flvtool2 and flvtool2.rb. If I try to convert files in another folder I get this error which is pretty obvious: [root at localhost naicu]# /usr/local/apache/share/htdocs/flvtool2/flvtool2 -U tiesto_ffmpeg_nometadata.flv ruby: No such file or directory -- flvtool2.rb (LoadError) flvtool2 has depencies. > You couldn't just install it in /usr/bin or usr/local/bin or whatever path > resolved by your shell. > So, flvtool2 command won't ever work if you don't tell him or give him > classpath to the depencies. > > I can't remember the classpath arg for ruby, but it should looks like : > ruby ./flvtool2 -I /usr/local/bin followed by your customs args. > > > HTH > > ----------- > erixtekila > http://blog.v-i-a.net/ > > _______________________________________________ > Flvtool2-users mailing list > Flvtool2-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/flvtool2-users > -- Naicu Octavian CEO &Creative Director @ NaicuAndNaicu www.naicuandnaicu.com ----------------------------------------------------------------------------------------------- This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/flvtool2-users/attachments/20060306/f2f2cea1/attachment-0001.htm From naicuoctavian at gmail.com Mon Mar 6 13:33:31 2006 From: naicuoctavian at gmail.com (Naicu Octavian) Date: Mon, 6 Mar 2006 20:33:31 +0200 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: <1141668038.9511.55.camel@localhost.localdomain> References: <1141668038.9511.55.camel@localhost.localdomain> Message-ID: > > Thank you Erik, but today i released a new version of FLVTool2 that > implements a Linux setup script. Download the latest version from here: > > http://rubyforge.org/projects/flvtool2/ > > Untar it and execute the following commands inside the untared > directory: > > ruby setup.rb config > ruby setup.rb setup > sudo ruby setup.rb install > > You can then use flvtool2 as a shell command. That's great, I'm going to try that just now!: ) -- > Norman Timmler > > http://blog.inlet-media.de > > _______________________________________________ > Flvtool2-users mailing list > Flvtool2-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/flvtool2-users > -- Naicu Octavian CEO &Creative Director @ NaicuAndNaicu www.naicuandnaicu.com ----------------------------------------------------------------------------------------------- This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/flvtool2-users/attachments/20060306/90dec708/attachment.htm From naicuoctavian at gmail.com Mon Mar 6 13:41:23 2006 From: naicuoctavian at gmail.com (Naicu Octavian) Date: Mon, 6 Mar 2006 20:41:23 +0200 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: References: <1141668038.9511.55.camel@localhost.localdomain> Message-ID: Ok, downloaded latest version, followed the instructions and got an error when trying to use it: [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H /usr/bin/env: ruby1.8: No such file or directory Below is the entire install log, which ends with the error! ======================================================== [root at localhost flvtool2_1.0.4_rc5]# ls bin examples lib LICENSE README setup.rb [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb config ---> bin <--- bin ---> lib ---> lib/flv <--- lib/flv ---> lib/flvtool2 <--- lib/flvtool2 <--- lib [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb setup ---> bin <--- bin ---> lib ---> lib/flv <--- lib/flv ---> lib/flvtool2 <--- lib/flvtool2 <--- lib [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb install rm -f InstalledFiles ---> bin mkdir -p /usr/local/bin install flvtool2 /usr/local/bin/ <--- bin ---> lib mkdir -p /usr/local/lib/ruby/site_ruby/1.8 install flv.rb /usr/local/lib/ruby/site_ruby/1.8/ install mixml.rb /usr/local/lib/ruby/site_ruby/1.8/ install flvtool2.rb /usr/local/lib/ruby/site_ruby/1.8/ install miyaml.rb /usr/local/lib/ruby/site_ruby/1.8/ ---> lib/flv mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flv install video_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv install amf_string_buffer.rb /usr/local/lib/ruby/site_ruby/1.8/flv install core_extensions.rb /usr/local/lib/ruby/site_ruby/1.8/flv install meta_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv install tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv install audio_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv install stream.rb /usr/local/lib/ruby/site_ruby/1.8/flv <--- lib/flv ---> lib/flvtool2 mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flvtool2 install version.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2 install base.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2 <--- lib/flvtool2 <--- lib [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H /usr/bin/env: ruby1.8: No such file or directory -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/flvtool2-users/attachments/20060306/7c7e270e/attachment.htm From lists at inlet-media.de Mon Mar 6 14:01:12 2006 From: lists at inlet-media.de (Norman Timmler) Date: Mon, 06 Mar 2006 20:01:12 +0100 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: References: <1141668038.9511.55.camel@localhost.localdomain> Message-ID: <1141671672.9511.61.camel@localhost.localdomain> Am Montag, den 06.03.2006, 20:41 +0200 schrieb Naicu Octavian: > Ok, downloaded latest version, followed the instructions and got an > error when trying to use it: > > [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H > /usr/bin/env: ruby1.8: No such file or directory > > Below is the entire install log, which ends with the error! > ======================================================== > [root at localhost flvtool2_1.0.4_rc5]# ls > bin examples lib LICENSE README setup.rb > [ root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb config > ---> bin > <--- bin > ---> lib > ---> lib/flv > <--- lib/flv > ---> lib/flvtool2 > <--- lib/flvtool2 > <--- lib > [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb setup > ---> bin > <--- bin > ---> lib > ---> lib/flv > <--- lib/flv > ---> lib/flvtool2 > <--- lib/flvtool2 > <--- lib > [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb install > rm -f InstalledFiles > ---> bin > mkdir -p /usr/local/bin > install flvtool2 /usr/local/bin/ > <--- bin > ---> lib > mkdir -p /usr/local/lib/ruby/site_ruby/1.8 > install flv.rb /usr/local/lib/ruby/site_ruby/1.8/ > install mixml.rb /usr/local/lib/ruby/site_ruby/1.8/ > install flvtool2.rb /usr/local/lib/ruby/site_ruby/1.8/ > install miyaml.rb /usr/local/lib/ruby/site_ruby/1.8/ > ---> lib/flv > mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flv > install video_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > install amf_string_buffer.rb /usr/local/lib/ruby/site_ruby/1.8/flv > install core_extensions.rb /usr/local/lib/ruby/site_ruby/1.8/flv > install meta_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > install tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > install audio_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > install stream.rb /usr/local/lib/ruby/site_ruby/1.8/flv > <--- lib/flv > ---> lib/flvtool2 > mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > install version.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > install base.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > <--- lib/flvtool2 > <--- lib > [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H > /usr/bin/env: ruby1.8: No such file or directory Ok, i'll fix this in the next release. For make it running on your machine edit /usr/local/bin/flvtool2: Change the first line #!/usr/bin/env ruby1.8 to #!/usr/bin/env ruby -- Norman Timmler http://blog.inlet-media.de From lists at inlet-media.de Mon Mar 6 14:09:31 2006 From: lists at inlet-media.de (Norman Timmler) Date: Mon, 06 Mar 2006 20:09:31 +0100 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: <281fcc6926f5f97e5ff47f365832960c@gmail.com> References: <1141668038.9511.55.camel@localhost.localdomain> <281fcc6926f5f97e5ff47f365832960c@gmail.com> Message-ID: <1141672171.9511.66.camel@localhost.localdomain> Am Montag, den 06.03.2006, 19:07 +0100 schrieb erixtekila: > > Thank you Erik, but today i released a new version of FLVTool2 that > > implements a Linux setup script. Download the latest version from here: > > > > http://rubyforge.org/projects/flvtool2/ > > > > Untar it and execute the following commands inside the untared > > directory: > > > > ruby setup.rb config > > ruby setup.rb setup > > sudo ruby setup.rb install > > > > You can then use flvtool2 as a shell command. > > > Great, it was one of my actual concern. > > Did you get more news?? The meta tag now includes hasAudio. hasVideo, hasMetadata (useless ;), hasCuePoints and hasKeyframes booleans. The rest is beautifying. -- Norman Timmler http://blog.inlet-media.de From lists at inlet-media.de Mon Mar 6 14:18:49 2006 From: lists at inlet-media.de (Norman Timmler) Date: Mon, 06 Mar 2006 20:18:49 +0100 Subject: [FLVTool2-users] Tag delete syntax Message-ID: <1141672729.9511.76.camel@localhost.localdomain> I am looking for nice syntax to define multiple tags to delete in one fell swoop. Should they be defined in an external file, per command line? Should timestamps be used to identify them? Maybe i should change the cut command to allow only deletion of a specific tag type. flvtool -C -i 1000 -o 2000 -y video my.flv # to delete video flvtool -C -i 0 -o 0 -y meta my.flv # to delete the metadata tag What do you think? -- Norman Timmler http://blog.inlet-media.de From naicuoctavian at gmail.com Mon Mar 6 14:22:39 2006 From: naicuoctavian at gmail.com (Naicu Octavian) Date: Mon, 6 Mar 2006 21:22:39 +0200 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: <1141671672.9511.61.camel@localhost.localdomain> References: <1141668038.9511.55.camel@localhost.localdomain> <1141671672.9511.61.camel@localhost.localdomain> Message-ID: Well, that did the trick! :) Thanks a lot! I'll keep my eye on your website! ;) On 06/03/06, Norman Timmler wrote: > > Am Montag, den 06.03.2006, 20:41 +0200 schrieb Naicu Octavian: > > Ok, downloaded latest version, followed the instructions and got an > > error when trying to use it: > > > > [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H > > /usr/bin/env: ruby1.8: No such file or directory > > > > Below is the entire install log, which ends with the error! > > ======================================================== > > [root at localhost flvtool2_1.0.4_rc5]# ls > > bin examples lib LICENSE README setup.rb > > [ root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb config > > ---> bin > > <--- bin > > ---> lib > > ---> lib/flv > > <--- lib/flv > > ---> lib/flvtool2 > > <--- lib/flvtool2 > > <--- lib > > [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb setup > > ---> bin > > <--- bin > > ---> lib > > ---> lib/flv > > <--- lib/flv > > ---> lib/flvtool2 > > <--- lib/flvtool2 > > <--- lib > > [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb install > > rm -f InstalledFiles > > ---> bin > > mkdir -p /usr/local/bin > > install flvtool2 /usr/local/bin/ > > <--- bin > > ---> lib > > mkdir -p /usr/local/lib/ruby/site_ruby/1.8 > > install flv.rb /usr/local/lib/ruby/site_ruby/1.8/ > > install mixml.rb /usr/local/lib/ruby/site_ruby/1.8/ > > install flvtool2.rb /usr/local/lib/ruby/site_ruby/1.8/ > > install miyaml.rb /usr/local/lib/ruby/site_ruby/1.8/ > > ---> lib/flv > > mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flv > > install video_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install amf_string_buffer.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install core_extensions.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install meta_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install audio_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install stream.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > <--- lib/flv > > ---> lib/flvtool2 > > mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > > install version.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > > install base.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > > <--- lib/flvtool2 > > <--- lib > > [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H > > /usr/bin/env: ruby1.8: No such file or directory > > Ok, i'll fix this in the next release. For make it running on your > machine edit /usr/local/bin/flvtool2: > > Change the first line > > #!/usr/bin/env ruby1.8 > > to > > #!/usr/bin/env ruby > -- > Norman Timmler > > http://blog.inlet-media.de > > _______________________________________________ > Flvtool2-users mailing list > Flvtool2-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/flvtool2-users > -- Naicu Octavian CEO &Creative Director @ NaicuAndNaicu www.naicuandnaicu.com ----------------------------------------------------------------------------------------------- This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/flvtool2-users/attachments/20060306/340021ff/attachment.htm From naicuoctavian at gmail.com Mon Mar 6 14:22:39 2006 From: naicuoctavian at gmail.com (Naicu Octavian) Date: Mon, 6 Mar 2006 21:22:39 +0200 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: <1141671672.9511.61.camel@localhost.localdomain> References: <1141668038.9511.55.camel@localhost.localdomain> <1141671672.9511.61.camel@localhost.localdomain> Message-ID: Well, that did the trick! :) Thanks a lot! I'll keep my eye on your website! ;) On 06/03/06, Norman Timmler wrote: > > Am Montag, den 06.03.2006, 20:41 +0200 schrieb Naicu Octavian: > > Ok, downloaded latest version, followed the instructions and got an > > error when trying to use it: > > > > [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H > > /usr/bin/env: ruby1.8: No such file or directory > > > > Below is the entire install log, which ends with the error! > > ======================================================== > > [root at localhost flvtool2_1.0.4_rc5]# ls > > bin examples lib LICENSE README setup.rb > > [ root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb config > > ---> bin > > <--- bin > > ---> lib > > ---> lib/flv > > <--- lib/flv > > ---> lib/flvtool2 > > <--- lib/flvtool2 > > <--- lib > > [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb setup > > ---> bin > > <--- bin > > ---> lib > > ---> lib/flv > > <--- lib/flv > > ---> lib/flvtool2 > > <--- lib/flvtool2 > > <--- lib > > [root at localhost flvtool2_1.0.4_rc5]# ruby setup.rb install > > rm -f InstalledFiles > > ---> bin > > mkdir -p /usr/local/bin > > install flvtool2 /usr/local/bin/ > > <--- bin > > ---> lib > > mkdir -p /usr/local/lib/ruby/site_ruby/1.8 > > install flv.rb /usr/local/lib/ruby/site_ruby/1.8/ > > install mixml.rb /usr/local/lib/ruby/site_ruby/1.8/ > > install flvtool2.rb /usr/local/lib/ruby/site_ruby/1.8/ > > install miyaml.rb /usr/local/lib/ruby/site_ruby/1.8/ > > ---> lib/flv > > mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flv > > install video_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install amf_string_buffer.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install core_extensions.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install meta_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install audio_tag.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > install stream.rb /usr/local/lib/ruby/site_ruby/1.8/flv > > <--- lib/flv > > ---> lib/flvtool2 > > mkdir -p /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > > install version.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > > install base.rb /usr/local/lib/ruby/site_ruby/1.8/flvtool2 > > <--- lib/flvtool2 > > <--- lib > > [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H > > /usr/bin/env: ruby1.8: No such file or directory > > Ok, i'll fix this in the next release. For make it running on your > machine edit /usr/local/bin/flvtool2: > > Change the first line > > #!/usr/bin/env ruby1.8 > > to > > #!/usr/bin/env ruby > -- > Norman Timmler > > http://blog.inlet-media.de > > _______________________________________________ > Flvtool2-users mailing list > Flvtool2-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/flvtool2-users > -- Naicu Octavian CEO &Creative Director @ NaicuAndNaicu www.naicuandnaicu.com ----------------------------------------------------------------------------------------------- This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/flvtool2-users/attachments/20060306/340021ff/attachment-0003.htm From lists at inlet-media.de Mon Mar 6 14:28:30 2006 From: lists at inlet-media.de (Norman Timmler) Date: Mon, 06 Mar 2006 20:28:30 +0100 Subject: [FLVTool2-users] Using flvtool2 on linux, how? In-Reply-To: <1141671672.9511.61.camel@localhost.localdomain> References: <1141668038.9511.55.camel@localhost.localdomain> <1141671672.9511.61.camel@localhost.localdomain> Message-ID: <1141673310.9511.81.camel@localhost.localdomain> Am Montag, den 06.03.2006, 20:01 +0100 schrieb Norman Timmler: > Am Montag, den 06.03.2006, 20:41 +0200 schrieb Naicu Octavian: > > Ok, downloaded latest version, followed the instructions and got an > > error when trying to use it: > > > > [root at localhost flvtool2_1.0.4_rc5]# flvtool2 -H > > /usr/bin/env: ruby1.8: No such file or directory I only updated the files on rubyforge, but did not changed the version number, because there were only 8 downloads at all. Not best practices, i know. For all the early birds: Please download RC5 again. Thanks. > Ok, i'll fix this in the next release. For make it running on your > machine edit /usr/local/bin/flvtool2: > > Change the first line > > #!/usr/bin/env ruby1.8 > > to > > #!/usr/bin/env ruby -- Norman Timmler http://blog.inlet-media.de From lilripsta at freenet.de Mon Mar 6 14:28:59 2006 From: lilripsta at freenet.de (lilripsta at freenet.de) Date: Mon, 06 Mar 2006 20:28:59 +0100 Subject: [FLVTool2-users] Tag delete syntax Message-ID: hi, im new to flvtool2, so my insight is very limited :-D I prefer commandline arguments. but maybe a switch for commandline parameters OR input file could be posible? (again:..a bloody N00b is writing :-D) What about some regex-like tag description, so everything with the specified expression is removed. greets Mike PS. what about a flvtool2 forum? arent mailinglists pretty outdated? :-D ----- original Nachricht -------- Betreff: [FLVTool2-users] Tag delete syntax Gesendet: Mo 06 M?r 2006 20:19:02 CET Von: "Norman Timmler" > I am looking for nice syntax to define multiple tags to delete in one > fell swoop. Should they be defined in an external file, per command > line? Should timestamps be used to identify them? Maybe i should change > the cut command to allow only deletion of a specific tag type. > > flvtool -C -i 1000 -o 2000 -y video my.flv # to delete video > flvtool -C -i 0 -o 0 -y meta my.flv # to delete the metadata tag > > What do you think? > -- > Norman Timmler > > http://blog.inlet-media.de > > _______________________________________________ > Flvtool2-users mailing list > Flvtool2-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/flvtool2-users > --- original Nachricht Ende ---- From fredrik at absoft.se Mon Mar 6 17:37:15 2006 From: fredrik at absoft.se (fredrik at absoft.se) Date: Mon, 6 Mar 2006 23:37:15 +0100 (CET) Subject: [FLVTool2-users] (no subject) Message-ID: <20060306223715.BCAAB7CC014@absoft.se> This is good news! I hope it will be quick, I am working in a fast production team with things that are heavily flash-based. ;^) My suggestion is to use an option flag such as -D (if it's available) followed by the timestamp to remove, and a double flag to remove all cuePoints; flvtool2 -D 1234 -D 5678 -D 9999 /path/to/input.flv /path/to/output.flv (single cuePoints) flvtool2 -DD /path/to/input.flv /path/to/output.flv (all cuePoints) On Mar 6, 2006, at 6:20 PM, Norman Timmler wrote: Am Mittwoch, den 01.03.2006, 15:49 +0100 schrieb Fredrik Olofsson: I am wondering if it is possible to remove a single, or preferrably all meta-tags from the header in a flash file using FLVTool2 (or any other tool). The help section only lists -A to add tags, but I am working on a tool to manage cuepoints and am in need of removal as well. It is not possible at the moment. But it is planned for a next release. Have you any suggestions how to specify multiple tags (cuepoints) to be removed? -- Norman Timmler http://blog.inlet-media.de _______________________________________________ Flvtool2-users mailing list Flvtool2-users at rubyforge.org http://rubyforge.org/mailman/listinfo/flvtool2-users ____________________________ "The statement below is true. The statement above is false." From erixtekila at gmail.com Tue Mar 7 06:01:02 2006 From: erixtekila at gmail.com (erixtekila) Date: Tue, 7 Mar 2006 12:01:02 +0100 Subject: [FLVTool2-users] Tag delete syntax In-Reply-To: <1141672729.9511.76.camel@localhost.localdomain> References: <1141672729.9511.76.camel@localhost.localdomain> Message-ID: <6416f474869347b99571cc691b4bcff5@gmail.com> > My suggestion is to use an option flag such as -D (if it's available) > followed by the timestamp to remove, and a double flag to remove all > cuePoints; > > flvtool2 -D 1234 -D 5678 -D 9999 /path/to/input.flv > /path/to/output.flv (single cuePoints) > flvtool2 -DD /path/to/input.flv /path/to/output.flv (all cuePoints) > > Le 6 mars 06, ? 20:18, Norman Timmler a ?crit : > >> I am looking for nice syntax to define multiple tags to delete in one >> fell swoop. Should they be defined in an external file, per command >> line? Should timestamps be used to identify them? Maybe i should >> change >> the cut command to allow only deletion of a specific tag type. >> >> flvtool -C -i 1000 -o 2000 -y video my.flv # to delete video >> flvtool -C -i 0 -o 0 -y meta my.flv # to delete the metadata tag >> >> What do you think? The timestamp is a good index to base the process of cuepoints deletion. BTW, as cuepoints are defined inside an external file (which could be buffered), I think that the deletion should be able to be done the same way. Imagine an automatic cuepoints insertion whith a sed command. I think that the same should be used to delete some parts of the insertion. In another hand, the -D and double -DD is an elegant way to do it. So, Norman, you propose the -y flag for deletion from file ? But will the meta or video be static identifiers ? Best luck. ----------- erixtekila http://blog.v-i-a.net/ From lists at inlet-media.de Thu Mar 9 12:23:29 2006 From: lists at inlet-media.de (Norman Timmler) Date: Thu, 09 Mar 2006 18:23:29 +0100 Subject: [FLVTool2-users] FLVTool2 and lighttpd Message-ID: <1141925010.9498.78.camel@localhost.localdomain> Lighttpd, a lightweigt and very fast webserver, will have FLV streaming capabilities in the next release. See Jan Kneschke's blog how it works and what FLVTool2 has to do with it: http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd -- Norman Timmler http://blog.inlet-media.de From jstaugler at nyc.rr.com Wed Mar 15 11:04:23 2006 From: jstaugler at nyc.rr.com (Mason Staugler) Date: Wed, 15 Mar 2006 11:04:23 -0500 Subject: [FLVTool2-users] custom metatags Message-ID: Is there a way to add custom metatags? I tried: flvtool2 -mytag:mydata -UPs test.flv From erixtekila at gmail.com Wed Mar 15 15:39:38 2006 From: erixtekila at gmail.com (erixtekila) Date: Wed, 15 Mar 2006 21:39:38 +0100 Subject: [FLVTool2-users] custom metatags In-Reply-To: References: Message-ID: <37dacf55b7476e99fe74e6b110522bae@gmail.com> > Is there a way to add custom metatags? I tried: > flvtool2 -mytag:mydata -UPs test.flv RTFM :) $ flvtool2 -H ----------- erixtekila http://blog.v-i-a.net/