Re: Basic AVI command-line editing

2005-07-17 Thread Andrew P.
On 7/17/05, Shantanoo Mahajan <[EMAIL PROTECTED]> wrote:
> +++ Andrew P. [17-07-05 15:22 +0400]:
> | Thanks, I'll look into that. It's a pity it doesn't come separately
> | from mplayer (and without xorg dependency).
> 
> Also have a look at the o/p of following command:
> 
> cd /usr/ports && make search name=avi | less
> 
> 
> Regards,
> Shantanoo
> 
Well, I did it before and there's not much, but I found an utility
named avinfo in multimedia section. As a matter of fact, it was
written by my former schoolmate, what a small world indeed. The source
code contains almost everything I need to know about major container
formats.

Thanks again,
Andrew P.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basic AVI command-line editing

2005-07-17 Thread nawcom
now im not sure about your specific needs, but transcode is the program 
i usually use for conversion and stream processing. its completely run 
off the command line. /usr/ports/multimedia/transcode.


hope this may help,
Ben

Anish Mistry wrote:


On Sunday 17 July 2005 06:12 am, Andrew P. wrote:
 


Hello!

I have a headless file server with hundreds of avi-files. I was
wondering if there's a means of some basic command-line editing -
like concatenation and stream processing. I checked with the ports
collection - but there's no such tool. Does anyone know a suitable
program? Maybe just some script?

I'm already reading MS AVI and OpenDML docs, as I feel that I'll
have to write it myself...

   

	Avidemux2 should have this capability soon.  The core scripting 
engine now uses Spidermonkey (ECMAScript/Javascript).  I'm not sure 
if the X dependency will be removed for the initial 2.1 branch, but 
the code is being restructured so there is no longer a GUI dependency 
in the backend code.
	This is more of an FYI since I'm anticipating a beta release in the 
next month or two.


 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basic AVI command-line editing

2005-07-17 Thread Anish Mistry
On Sunday 17 July 2005 06:12 am, Andrew P. wrote:
> Hello!
>
> I have a headless file server with hundreds of avi-files. I was
> wondering if there's a means of some basic command-line editing -
> like concatenation and stream processing. I checked with the ports
> collection - but there's no such tool. Does anyone know a suitable
> program? Maybe just some script?
>
> I'm already reading MS AVI and OpenDML docs, as I feel that I'll
> have to write it myself...
>
Avidemux2 should have this capability soon.  The core scripting 
engine now uses Spidermonkey (ECMAScript/Javascript).  I'm not sure 
if the X dependency will be removed for the initial 2.1 branch, but 
the code is being restructured so there is no longer a GUI dependency 
in the backend code.
This is more of an FYI since I'm anticipating a beta release in the 
next month or two.

-- 
Anish Mistry


pgpBbeuywzCJW.pgp
Description: PGP signature


Re: Basic AVI command-line editing

2005-07-17 Thread dgmm
On Sunday 17 July 2005 12:22, Andrew P. wrote:
> Thanks, I'll look into that. It's a pity it doesn't come separately
> from mplayer (and without xorg dependency).

There's no enforced X dependancy.

In the past I used mplayer/mencoder on a box with no X via svgalib on the 
console.

You can even use it with the aa driver in text mode :-)


-- 
Dave
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basic AVI command-line editing

2005-07-17 Thread Andrew P.
On 7/17/05, Shantanoo Mahajan <[EMAIL PROTECTED]> wrote:
> +++ Andrew P. [freebsd] [17-07-05 14:12 +0400]:
> | Hello!
> |
> | I have a headless file server with hundreds of avi-files. I was
> | wondering if there's a means of some basic command-line editing - like
> | concatenation and stream processing. I checked with the ports
> | collection - but there's no such tool. Does anyone know a suitable
> | program? Maybe just some script?
> 
> mencoder? It comes with mplayer.
> 
> 
> Regards,
> Shantanoo
> 

Thanks, I'll look into that. It's a pity it doesn't come separately
from mplayer (and without xorg dependency).

Best wishes,
Andrew P.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basic AVI command-line editing

2005-07-17 Thread Andrew P.
On 7/17/05, Ron <[EMAIL PROTECTED]> wrote:
> 2005/7/17, Andrew P. <[EMAIL PROTECTED]>:
> > Hello!
> >
> > I have a headless file server with hundreds of avi-files. I was
> > wondering if there's a means of some basic command-line editing - like
> > concatenation and stream processing. I checked with the ports
> > collection - but there's no such tool. Does anyone know a suitable
> > program? Maybe just some script?
> >
> > I'm already reading MS AVI and OpenDML docs, as I feel that I'll have
> > to write it myself...
> >
> > Thanks,
> > Andrew P.
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> You can concatenate files with cat.
> 
> Regards, Ron
> 
Yeah, but it's not that simple with avi, you've got to update headers
and index carefully.

Andrew P.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basic AVI command-line editing

2005-07-17 Thread Ron
2005/7/17, Andrew P. <[EMAIL PROTECTED]>:
> Hello!
> 
> I have a headless file server with hundreds of avi-files. I was
> wondering if there's a means of some basic command-line editing - like
> concatenation and stream processing. I checked with the ports
> collection - but there's no such tool. Does anyone know a suitable
> program? Maybe just some script?
> 
> I'm already reading MS AVI and OpenDML docs, as I feel that I'll have
> to write it myself...
> 
> Thanks,
> Andrew P.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
You can concatenate files with cat. 

Regards, Ron
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Basic AVI command-line editing

2005-07-17 Thread Shantanoo Mahajan
+++ Andrew P. [freebsd] [17-07-05 14:12 +0400]:
| Hello!
| 
| I have a headless file server with hundreds of avi-files. I was
| wondering if there's a means of some basic command-line editing - like
| concatenation and stream processing. I checked with the ports
| collection - but there's no such tool. Does anyone know a suitable
| program? Maybe just some script?

mencoder? It comes with mplayer.


Regards,
Shantanoo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"