|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: Aug 2006
Posts: 5,594
|
Anyone know a good batch audio ripper for .FLV files?
I have a bunch of .flv's I want to pull the audio out of.
Anyone know a good program to do it? It's a pain in the ass doing it one file at a time |
|
|
|
|
|
#2 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,372
|
compiled ffmpeg on your server
little script #!/usr/bin/bash for i in *.flv; do ffmpeg -i "$i" "`echo $i |sed 's/.flv$/.mp3/'`" ;done
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff |
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Aug 2006
Posts: 5,594
|
Thanks Fris. Just found a standalone program that's free and works well too - here's the link for anyone that's interested http://www.aoamedia.com/audioextractor.htm
|
|
|
|
|
|
#4 | |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2002
Location: ¤ª"˜¨๑۩۞۩๑¨˜"ª¤
Posts: 18,481
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Confirmed User
Industry Role:
Join Date: Aug 2006
Posts: 5,594
|
|
|
|
|
|
|
#6 | |
|
Confirmed User
Industry Role:
Join Date: Aug 2003
Location: Vegas and Los Angeles
Posts: 2,122
|
Quote:
|
|
|
|
|