Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Right-Click to convert MP4 to M4A (Read 6483 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Right-Click to convert MP4 to M4A

In response to this post I was wondering if anyone would find a command in their context menu (or perhaps an entry in 'Send-To') when they right click on a folder which renames any MP4 file found to M4a (recursively?) useful.

Right-Click to convert MP4 to M4A

Reply #1
Hmmm.....
Ok, got it now: Put Case's Sweep in "System32"
(Or "System" on 9x or just any %path%, just edit the following accordingly...)
Make a "m4ren.bat" file (with e.g. notepad) with following content and put it same place:
Code: [Select]
cd %1
sweep.exe ren *.mp4 *.m4a

Then make a "m4ren.reg" file (with e.g. notepad) with following content anywhere:
Code: [Select]
REGEDIT4

[HKEY_CLASSES_ROOT\Directory\shell\m4ren]
@="&Rename mp4 to m4a"

[HKEY_CLASSES_ROOT\Directory\shell\m4ren\command]
@="\"C:\\WINDOWS\\system32\\m4ren.bat\" \"%1\""

And doubleclick it, answer yes.

EDIT: Everything. Stupid me!
EDIT2: New link to Sweep on Upload Forum
"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
        - Oceania Association of Autonomous Astronauts

Right-Click to convert MP4 to M4A

Reply #2
Mr_Rabid_Teddybear,
Would you rather use a built in function then a 3rd party program?

It can be done with just batch file.
Or if somebody wanted to be elaborate, one of the native scripting languages could be used.

(Nice work though, btw. The less that needs to be done. )

tec

Right-Click to convert MP4 to M4A

Reply #3
how about rename 's/.mp4/.m4a/' *mp4 ?

 

Right-Click to convert MP4 to M4A

Reply #4
Quote
how about rename 's/.mp4/.m4a/' *mp4 ?

Indeed..  plus the right tools are free