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

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

 



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@xxxxxxxxxx
> https://www.redhat.com/mailman/listinfo/blinux-list

-- 

Janina Sajka,	Phone:	+1.443.300.2200
			sip:janina@xxxxxxxxxxxxxxxxxxxx
		Email:	janina@xxxxxxxxxxx

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

_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list



[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]