Anzeige
MPeX.net Suche
Home Page : Forum

FORUM
 FAQFAQ   SuchenSuchen   MitgliederlisteMitgliederliste   BenutzergruppenBenutzergruppen   Registierung deaktiviert!Registierung deaktiviert! 
ProfilProfil   Einloggen, um private Nachrichten zu lesenEinloggen, um private Nachrichten zu lesen   LoginLogin 
   17.09. Vision Pearl: neues Mercedes-Benz M...
   22.08. Bluetooth MultiSpeaker 4in1 von Tre...
   22.08. BVMI: Der Umsatz mit Musikdownloads...
   22.08. Outdoor MP3-Player von Memup
   22.08. phonostar: Die erfolgreichsten Inte...
ACHTUNG: Das Board ist seit dem 06.11.2019 für neue Beiträge geschlossen.
Danke an alle, die hier über die Jahre zu regen Diskussionen beigetragen haben! mpx.net


MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options

 
Dieses Thema ist gesperrt, du kannst keine Beiträge editieren oder beantworten.   Dieses Forum ist gesperrt, du kannst keine Beiträge editieren, schreiben oder beantworten.    Foren-Übersicht | Forum-Hauptseite -> mp3DirectCut / 1by1
Vorheriges Thema anzeigen :: Nächstes Thema anzeigen  
Autor Nachricht
Fred F.
Postet sich warm


BeitragVerfasst am: 17.08.2009 - 00:40    Titel: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options Antworten mit Zitat

Hello All

Thanks to some inspiration from 'Poar' and a bit of searching on Google, I have cobbled together the following Registry Entry.

It provides the facility to split any file which is 'right clicked' depending on the options previously set in Autocue in MP3DirectCut.


======= Start Contents of Registry Entry =======

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\mp3file\shell\MP3Split]

[HKEY_CLASSES_ROOT\mp3file\shell\MP3Split\Command]
@="D:\\Prog Sources\\mp3DirectCut\\mp3DirectCut.exe \"%L\" /autocue "


======= End of Registry Entry ============

[The location 'D:\\Prog Sources\\mp3DirectCut' will depend on where you have intalled the program on your system.]

This also works if multiple files are highlighted, but I would suggest you swap the order to %F - %N to make it easier to select the files after they have been split.

Many thanks for this great program which will save me hours of work splitting my Podcasts so I can load them to my very basic MP3 Player. [I find that it is easier to move Forward/Back in 5 minute segments if I am interrupted or loose concentration whilst driving.]

Best regards

Fred F.

[Tschüss]
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
poar
Postet sich warm


BeitragVerfasst am: 20.08.2009 - 15:28    Titel: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options Antworten mit Zitat

I tried it, but it will not show up on my context menu. Any Ideas?

EDIT:
There were 2 separate keys in my registry (Vista). I used ContextEdit to fix it.

This method works fine and I will use it a while to try it out. I use the /pausesplit command instead of /autocue. I set the interval to 300 seconds, which produces 5 minute tracks cut in between words.

Settings:
Threshold level = -16.3 dB
Min duration > 0.8 sec
Cue offset -19 frames
Cut whole pause = no
Skip = 300 secs

It works on multiple files but if there are many files I recommend that you perform the split in segments of 8-10 files. Each file opens up a new instance of mp3DirectCut (my program loops the files and runs the command one by one).

All in all - a great idea!

P.O. Arnäs
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
Fred F.
Postet sich warm


BeitragVerfasst am: 20.08.2009 - 18:18    Titel: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options Antworten mit Zitat

Thank You P.

Yes - Sorry - I should have said:

I am using Windows X/P SP3

Best

Fred F.
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
Fred F.
Postet sich warm


BeitragVerfasst am: 05.09.2009 - 19:54    Titel: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options Antworten mit Zitat

Hello poar

Yes that seems to be an improvement over the way I was doing it - Thank you.

In case anyone else wants to try this, here is the entry:

======= Start Contents of Registry Entry =======

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\mp3file\shell\MP3Split]

[HKEY_CLASSES_ROOT\mp3file\shell\MP3Split\Command]
@="D:\\Prog Sources\\mp3DirectCut\\mp3DirectCut.exe \"%L\" /pausesplit"

======= End of Registry Entry ============

Remember to open the Program and arrange the settings as decribed by 'poar' for a test file first.


Best

Fred F.

BTW. Have also found a good tool to Delete and ByPass the Recycle Bin via the Context Menu - http://www.lopesoft.com/en/fmtools/info.html

and - another to Rename a file to the Tag Title - again via Context Menu - http://www.id3renamer.com/ [Edit - See posting below for a 'smoother' option.]

Using these three together I can now prepare my podcasts for listening using only the mouse and the context menu - very useful for me.

Together with CopyInOrder from www.CompulsiveCode.com , and a pre-defined menu structure, iTunes is entirely superfluous.


Zuletzt bearbeitet von Fred F. am 05.11.2009 - 23:33, insgesamt einmal bearbeitet
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
timtrevlig
Postet sich warm


BeitragVerfasst am: 13.09.2009 - 12:52    Titel: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options Antworten mit Zitat

Thanks a lot for your input, Fred F.!
Would it also be possible to Join files via the context menu?

Thanks for any help in advance
Tim
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
Fred F.
Postet sich warm


BeitragVerfasst am: 05.11.2009 - 23:12    Titel: Re: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options Antworten mit Zitat

timtrevlig hat folgendes geschrieben:
Thanks a lot for your input, Fred F.!
Would it also be possible to Join files via the context menu?

Thanks for any help in advance
Tim


Sorry Tim - can't find that anywhere, but I have just cobbled together another Right Click Wheeze :

Using a Free Program called ReNamer.exe and the following Registry Entries, you can re-name your podcasts, or any other .Mp3 files with the Title or any other field from the MetaData using only the Context Menu.

There are two entries: 1. for .Mp3 files and 2. for complete directories.

Reg Entry 1. - [Renames Individual Mp3 Files]

======= Start Contents of Registry Entry =======

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\mp3file\shell\ReTitle]

[HKEY_CLASSES_ROOT\mp3file\shell\ReTitle\Command]
@="\"D:\\Prog Sources\\ReNamer\\ReNamer\\ReNamer.exe\" /rename \"Pods\" \"%L\""

======= End of Registry Entry ============

Reg Entry 2. - [Renames All the Mp3 Files is a given Folder]

======= Start Contents of Registry Entry =======

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\ReTitle]

[HKEY_CLASSES_ROOT\Directory\shell\ReTitle\Command]
@="\"D:\\Prog Sources\\ReNamer\\ReNamer\\ReNamer.exe\" /rename \"Pods\" \"/fn:%1\""

======= End of Registry Entry ============


Location of the Renamer.exe should be self explanatory, the "Pods" is the result of saving my settings when using the Program in its normal mode.

I have called the Context Menu Items 'ReTitle', as using 'Rename' messes up the core windows function with the same name.

Hope this is clear, if not let me know and I will try to explain.

I will also post this on the Forum for the Program 'Renamer.exe'

Remember this is Windows XP [SP3] - don't know about any other OS.

Best

Fred F.
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
Fred F.
Postet sich warm


BeitragVerfasst am: 05.11.2009 - 23:12    Titel: Re: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options Antworten mit Zitat

Oops - Dupe Posting!
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
Beiträge der letzten Zeit anzeigen:   
Dieses Thema ist gesperrt, du kannst keine Beiträge editieren oder beantworten.   Dieses Forum ist gesperrt, du kannst keine Beiträge editieren, schreiben oder beantworten.    Forum-Hauptseite -> mp3DirectCut / 1by1 Alle Zeiten sind GMT + 1 Stunde
Seite 1 von 1

 
Gehe zu:  
Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst deine Beiträge in diesem Forum nicht bearbeiten.
Du kannst deine Beiträge in diesem Forum nicht löschen.
Du kannst an Umfragen in diesem Forum nicht mitmachen.


Powered by phpBB © 2001, 2005 phpBB Group

Anzeige
Copyright © 2021 MPeX.net GmbH       Impressum       Verzicht       Suche Hosting by mpex