[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ffmpeg in einer Schleife anwenden



On Du, 06 mai 12, 14:03:02, Andre Tann wrote:
> Servus zusammen,
> 
> ich möchte mit ffmpeg Dateien umwandeln, aber folgendes Verhalten
> verstehe ich gerade nicht:
> 
> 
>   find … | while read x; do echo ffmpeg -i "$x" "$x".ogg; done
...
> dann stoppt ffmpeg, nachdem es das erste
> Stück umgewandelt hat. Die Schleife setzt nicht fort. Warum?

Vielleicht kannst Du das umgehen wenn Du keine Schleife benutzt:

find ... -exec ...

lG,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic

Attachment: signature.asc
Description: Digital signature


Reply to: