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

Re: ffmpeg in einer Schleife anwenden



Andre Tann:
> 
> Nehme ich aber das echo raus:
> 
>   find … | while read x; do ffmpeg -i "$x" "$x".ogg; done
> 
> 
> dann stoppt ffmpeg, nachdem es das erste
> Stück umgewandelt hat. Die Schleife setzt nicht fort. Warum?

Vermutung: ffmpeg konsumiert Dein stdin. Das Problem hat man auch
gelegentlich bei ssh in einer Schleife. Leite mal stdin für ffmpeg um,
oder mach eine for-Schleife draus.

J.
-- 
When I am at nightclubs I enjoy looking at other people and assessing
their imagined problems.
[Agree]   [Disagree]
                 <http://www.slowlydownward.com/NODATA/data_enter2.html>

Attachment: signature.asc
Description: Digital signature


Reply to: