linux music tools It is quite possible and was done all the time in the bad

Janina Sajka janina at rednote.net
Wed Jul 29 04:41:58 UTC 2015


Hart Larry writes:
> Otherwise, Janina, 2 currently remaining wishlist items here, an easier
> mp3editor, in the style of NANO,

What do you mean by "mp3 editor?" What are you editing? The audio?
That's not a scripting task.

And, what's wrong with using Chuck Hallenbeck's audio editor?

> also a way of normalizing all videos in a
> directory. Thanks again


OK, once again the "normalizing" task is not a scripting task. Heck, I
don't even understand what it means to "normalize a video?" Can you
explain?


The part of this that MIGHT be  scripting is "all the files in a directory,"
and that part is easy:

#!/bin/bash
for i in $(ls ); do
[application.command.here] $i
done

But, it's also possible you don't even need a script. Just put yourself
in the directory and do:

[application.command.name] *


> Hart
> 
> _______________________________________________
> Blinux-list mailing list
> Blinux-list at redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list

-- 

Janina Sajka,	Phone:	+1.443.300.2200
			sip:janina at asterisk.rednote.net
		Email:	janina at rednote.net

Linux Foundation Fellow
Executive Chair, Accessibility Workgroup:	http://a11y.org

The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Chair,	Protocols & Formats	http://www.w3.org/wai/pf




More information about the Blinux-list mailing list