- 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
>
>
> 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
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