Tip Jar
|
Achewiki
|
The Saddest Thing
|
Hide Your Shame
Welcome,
Guest
. Please
login
or
register
.
May 25, 2012, 01:53:34 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
@achewood Is eaten food technically rotting inside you? It's pretty warm in there. Technically, we all not only live in, but *are* "the danger zone."
186648
Posts in
6034
Topics by
918
Members
Latest Member:
tha_snazzle
The OFFICIAL Unofficial Achewood Message Board
|
Trivial Pursuits
|
Arts & Entertainment
(Moderators:
slink
,
AugustWest
,
pmcd9
) | Topic:
MPEG4 to MP3
0 Members and 1 Guest are viewing this topic.
« previous
next »
Pages:
[
1
]
Author
Topic: MPEG4 to MP3 (Read 644 times)
Nabubrush
Nightlife Mingus
VIP
Philippe is standing on it
Tiny cans of Dr Pepper: 444
Offline
Gender:
Posts: 8781
The cat wonders if the camera is a foodstuff.
MPEG4 to MP3
«
on:
December 21, 2010, 06:47:46 AM »
Open question to computery-type folks:
Is there something free and not too spywarish to do this? What do you recommend?
Logged
Never feel that you're out of the loop, because the loop is you. -
Platon
Doc
Growing Cucumbers of Impressive Dimensions
Writer's Workshoppers
Homosexuals the Gorilla
Tiny cans of Dr Pepper: 1364
Offline
Gender:
Posts: 4748
an emergency backup pug
Re: MPEG4 to MP3
«
Reply #1 on:
December 21, 2010, 07:14:48 AM »
I'm pretty sure VLC media player will do this. Under the media menu there's a convert/save option that lets you output to various filetypes. It might be a bit of a pain if you're converting a large number of files, I've never tried. But if you don't have it already it's a really useful program so you should get it anyway.
Logged
Inev: 'A lot of things are ridiculous if you think about them long enough, you know?'
Nabubrush
Nightlife Mingus
VIP
Philippe is standing on it
Tiny cans of Dr Pepper: 444
Offline
Gender:
Posts: 8781
The cat wonders if the camera is a foodstuff.
Re: MPEG4 to MP3
«
Reply #2 on:
December 21, 2010, 03:25:24 PM »
Quote from: Doc on December 21, 2010, 07:14:48 AM
I'm pretty sure VLC media player will do this. Under the media menu there's a convert/save option that lets you output to various filetypes. It might be a bit of a pain if you're converting a large number of files, I've never tried. But if you don't have it already it's a really useful program so you should get it anyway.
200? Would that suck?
Logged
Never feel that you're out of the loop, because the loop is you. -
Platon
greenkoolayd
VIP
Sanryobuki Artificial Liver
Tiny cans of Dr Pepper: 671
Online
Gender:
Posts: 2609
i make passes at girls who wear glasses.
Re: MPEG4 to MP3
«
Reply #3 on:
December 21, 2010, 05:42:13 PM »
i use a free program called 'any audio converter'. either google or cnet.com will find it for you. same deal with the pain in the ass for tons of files at once. maybe break the 200 up into smaller groups?
Logged
"I could tell you the first rule of Spite Club, but I won’t."
Nabubrush
Nightlife Mingus
VIP
Philippe is standing on it
Tiny cans of Dr Pepper: 444
Offline
Gender:
Posts: 8781
The cat wonders if the camera is a foodstuff.
Re: MPEG4 to MP3
«
Reply #4 on:
December 21, 2010, 10:36:34 PM »
I'm either going to have to re-import or ship them as data files, because that's absurd.
Logged
Never feel that you're out of the loop, because the loop is you. -
Platon
jaydub
VIP
Mom-Mom's Weepin' Eye
Tiny cans of Dr Pepper: 1362
Offline
Gender:
Posts: 3833
Arrant pedantry
Re: MPEG4 to MP3
«
Reply #5 on:
January 06, 2011, 05:02:14 AM »
I'm pretty sure I've seen vlc used in a command line mode (.bat file for Windows types). You should be able to nose through the documentation to figure out how to pass the filenames to the program and set the appropriate parameters. I remember seeing a clever script from the summer that used vlc to assemble all the ROV feeds from the Deepwater Horizons thing.
I found a wiki with an example describing the use of the command line to convert .asf video files to mp2 .mpg files.
vlc "C:\Movies\Your File.asf" :sout='#transcode{vcodec=mp2v,vb=4096,acodec=mp2a,ab=192,scale=1,channels=2,deinterlace,audio-sync}:std{access=file, mux=ps,dst="C:\Movies\Your File Output.ps.mpg"}'
vlc "C:\Movies\Your File2.asf" :sout='#transcode{vcodec=mp2v,vb=4096,acodec=mp2a,ab=192,scale=1,channels=2,deinterlace,audio-sync}:std{access=file, mux=ps,dst="C:\Movies\Your File2 Output.ps.mpg"}'
No doubt, there's a lot of devils in the details, but hopefully you get the idea.
«
Last Edit: January 06, 2011, 05:39:16 AM by jaydub
»
Logged
If you desire peace, work for justice.
CortJstr
Mod Squad
Philippe is standing on it
Tiny cans of Dr Pepper: 312
Offline
Gender:
Posts: 9506
Which gives us AN EXCUSE TO DRINK!
Re: MPEG4 to MP3
«
Reply #6 on:
January 06, 2011, 02:27:14 PM »
Quote from: jaydub on January 06, 2011, 05:02:14 AM
I'm pretty sure I've seen vlc used in a command line mode (.bat file for Windows types). You should be able to nose through the documentation to figure out how to pass the filenames to the program and set the appropriate parameters. I remember seeing a clever script from the summer that used vlc to assemble all the ROV feeds from the Deepwater Horizons thing.
I found a wiki with an example describing the use of the command line to convert .asf video files to mp2 .mpg files.
vlc "C:\Movies\Your File.asf" :sout='#transcode{vcodec=mp2v,vb=4096,acodec=mp2a,ab=192,scale=1,channels=2,deinterlace,audio-sync}:std{access=file, mux=ps,dst="C:\Movies\Your File Output.ps.mpg"}'
vlc "C:\Movies\Your File2.asf" :sout='#transcode{vcodec=mp2v,vb=4096,acodec=mp2a,ab=192,scale=1,channels=2,deinterlace,audio-sync}:std{access=file, mux=ps,dst="C:\Movies\Your File2 Output.ps.mpg"}'
No doubt, there's a lot of devils in the details, but hopefully you get the idea.
He's a witch!
Logged
Nabubrush
Nightlife Mingus
VIP
Philippe is standing on it
Tiny cans of Dr Pepper: 444
Offline
Gender:
Posts: 8781
The cat wonders if the camera is a foodstuff.
Re: MPEG4 to MP3
«
Reply #7 on:
January 06, 2011, 04:13:35 PM »
Dude, seriously. Is that something the average person is now expected to understand? All kidding aside, I'm not that fuck*ng good with computers, and I kinda don't want to be. I'm busy making cheese sandwiches and reading comic books and things like that.
Logged
Never feel that you're out of the loop, because the loop is you. -
Platon
Choop
Mod Squad
Mom-Mom's Weepin' Eye
Tiny cans of Dr Pepper: 401
Offline
Gender:
Posts: 3665
Team Jack McDavid
Re: MPEG4 to MP3
«
Reply #8 on:
January 06, 2011, 04:26:32 PM »
yeah dude you're calling vlc with the movie you're trying to convert, and specifying the output as a transcoded version of the same movie with the new codec and properties, and you have to say where to save it, i mean it's not that hard is it
Logged
Anything short of charcoal ain't even true grillin'.
CortJstr
Mod Squad
Philippe is standing on it
Tiny cans of Dr Pepper: 312
Offline
Gender:
Posts: 9506
Which gives us AN EXCUSE TO DRINK!
Re: MPEG4 to MP3
«
Reply #9 on:
January 06, 2011, 06:04:38 PM »
It's the arguments. I mean, I still create mp3s from a command line (LAME, of course) but those arguments still look like voodoo witchcraft to me.
Logged
AugustWest
Over Easy
Moderator
Philippe is standing on it
Tiny cans of Dr Pepper: 589
Offline
Gender:
Posts: 9183
Bulbous, also tapered.
Re: MPEG4 to MP3
«
Reply #10 on:
January 06, 2011, 08:06:11 PM »
CHING CHONG WING WONG
Logged
Infinitely vast, infinitely detailed.
Choop
Mod Squad
Mom-Mom's Weepin' Eye
Tiny cans of Dr Pepper: 401
Offline
Gender:
Posts: 3665
Team Jack McDavid
Re: MPEG4 to MP3
«
Reply #11 on:
January 06, 2011, 08:09:11 PM »
pope on a rope, fellas, just use the api docs and sandbox it in a vm for testing before you commit your changes and hardwire the overwrite for uploading
Logged
Anything short of charcoal ain't even true grillin'.
Nabubrush
Nightlife Mingus
VIP
Philippe is standing on it
Tiny cans of Dr Pepper: 444
Offline
Gender:
Posts: 8781
The cat wonders if the camera is a foodstuff.
Re: MPEG4 to MP3
«
Reply #12 on:
January 06, 2011, 09:47:20 PM »
QUIT fuck*ng WITH ME
Logged
Never feel that you're out of the loop, because the loop is you. -
Platon
Choop
Mod Squad
Mom-Mom's Weepin' Eye
Tiny cans of Dr Pepper: 401
Offline
Gender:
Posts: 3665
Team Jack McDavid
Re: MPEG4 to MP3
«
Reply #13 on:
January 07, 2011, 05:40:46 AM »
Quote from: Nabubrush on January 06, 2011, 09:47:20 PM
QUIT fuck*ng WITH ME
What do you think I wake up for every day
Logged
Anything short of charcoal ain't even true grillin'.
Nabubrush
Nightlife Mingus
VIP
Philippe is standing on it
Tiny cans of Dr Pepper: 444
Offline
Gender:
Posts: 8781
The cat wonders if the camera is a foodstuff.
Re: MPEG4 to MP3
«
Reply #14 on:
January 07, 2011, 04:47:34 PM »
In that case. In the case that I give someone a reason to live. Continue.
Logged
Never feel that you're out of the loop, because the loop is you. -
Platon
Pages:
[
1
]
The OFFICIAL Unofficial Achewood Message Board
|
Trivial Pursuits
|
Arts & Entertainment
(Moderators:
slink
,
AugustWest
,
pmcd9
) | Topic:
MPEG4 to MP3
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Achewood
-----------------------------
=> Achewood
===> 2005 Touambies
===> 2009 Touambies
-----------------------------
The Wide World of Webcomics
-----------------------------
=> Daisy Owl
=> Not Daisy Owl
-----------------------------
Trivial Pursuits
-----------------------------
=> People & Places
=> Arts & Entertainment
=> History
=> Science & Nature
=> Sports & Leisure
=> Wild Card