topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 8:21 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Lebewesen [ switch to compact view ]

Pages: [1]
1
Hi,

I wrote scripts to split large audiofiles (mp3/ogg) in smaller parts with the "same" timelength. The script search an directory for audiofiles and then make a cue list to split each in a new folder.

In the cutlist the parts have the same length, but mp3splt searches for the best splitpoint (silence) in the region. With this logic there are no hard brakes in an audiobook.

There is also a script which moves/groups mp3 files to different folders based on the playlength. It start with the first file of a folder and moves it to a subfolder until a time treashold is reached, then starts a new folder. I used a different program to get the timelength for this script than for the split script, because the other program results sometimes in wrong time information.

The scripts are far from perfect, but maybe some one find them useful and maybe some finds the time to make a program out of it.

Whats also needed is mp3splt: http://mp3splt.sourc...p3splt_page/home.php

mp3splt needs to be extracted in the working directory.

I hope someone finds the scripts useful ;)

Bastian

2
Jibz's Tools / Dina in Firefox with Stylish
« on: July 26, 2009, 10:07 AM »
@Jibz, I  love your font - its very clear and easy to read!

Some of my favorite websites are not easy to read in the normal site font so i created a little Stylish script:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("donationcoder.com"),
               domain("anotherDomaoin.com")
{
body, html, .post {font-family:dina !important;font-size:10pt !important;}
}


Edit: I made a mistake with the namespace - now it should work.

Screenshot:
dina.gif

Pages: [1]