Re: [ubuntu-uk] Fwd: Ogv batch conversion from mp4 and others

2011-12-19 Thread Andres
- Mensaje original - > > > > > > for i in $(ls *); do > > ffmpeg2vorbis ${i} > > done > > > > > > Well done for using the $(  ) method rather than the backticks, > > although > the backticks work the structure is not intuitive and had for people to > understand. > > Stuart thanks gu

Re: [ubuntu-uk] Fwd: Ogv batch conversion from mp4 and others

2011-12-19 Thread Stuart Ward
> > > for i in $(ls *); do > ffmpeg2vorbis ${i} > done > > > Well done for using the $( ) method rather than the backticks, although the backticks work the structure is not intuitive and had for people to understand. Stuart -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listi

[ubuntu-uk] Fwd: Ogv batch conversion from mp4 and others

2011-12-18 Thread Simon Greenwood
On 18 December 2011 19:56, Andres wrote: > ** > > Hello all, > > i was using ffmpeg2vorbis but the command ffmpeg2vorbis *.mp4 in a folder > does not seem to work fot batch conversion. It does the first one and it > tells me it can only do one at a time. > > Then I got a bit excited when i saw "o