Telegram Group & Telegram Channel
example convert a for in loop using ffmpeg to parallel

dtmove=$( date +%Y_%m_%d_%H_%M_%S)
[ ! -d output ] && mkdir output
mkdir output/"$dtmove"

parallel --bar ffmpeg -i {} -hide_banner -c:a libopus -b:a 32k -af "highpass=200,lowpass=3000,afftdn=tr=1,volume=8dB,dynaudnorm" output/$dtmove/{/} ::: output/$dt/*.opus

Convert to parallel (below to above example)

for i in *.opus ; do ffmpeg -i "$i" -hide_banner -c:a libopus -b:a 32k -af "highpass=200,lowpass=3000,afftdn=tr=1,volume=8dB,dynaudnorm" ../$dtmove/"$i" ; done



tg-me.com/geektips/961
Create:
Last Update:

example convert a for in loop using ffmpeg to parallel

dtmove=$( date +%Y_%m_%d_%H_%M_%S)
[ ! -d output ] && mkdir output
mkdir output/"$dtmove"

parallel --bar ffmpeg -i {} -hide_banner -c:a libopus -b:a 32k -af "highpass=200,lowpass=3000,afftdn=tr=1,volume=8dB,dynaudnorm" output/$dtmove/{/} ::: output/$dt/*.opus

Convert to parallel (below to above example)

for i in *.opus ; do ffmpeg -i "$i" -hide_banner -c:a libopus -b:a 32k -af "highpass=200,lowpass=3000,afftdn=tr=1,volume=8dB,dynaudnorm" ../$dtmove/"$i" ; done

BY GeekTips




Share with your friend now:
tg-me.com/geektips/961

View MORE
Open in Telegram


telegram Telegram | DID YOU KNOW?

Date: |

What is Secret Chats of Telegram

Secret Chats are one of the service’s additional security features; it allows messages to be sent with client-to-client encryption. This setup means that, unlike regular messages, these secret messages can only be accessed from the device’s that initiated and accepted the chat. Additionally, Telegram notes that secret chats leave no trace on the company’s services and offer a self-destruct timer.

A Telegram spokesman declined to comment on the bond issue or the amount of the debt the company has due. The spokesman said Telegram’s equipment and bandwidth costs are growing because it has consistently posted more than 40% year-to-year growth in users.

telegram from us


Telegram GeekTips
FROM USA