search for: mp3

Displaying 20 results from an estimated 5167 matches for "mp3".

2005 Mar 09
0
Illegal filenames produced by rename
...filenames, but perhaps there's no way for it to know. So is this a bug? If so, I'll file a report. Regardless, is there any way I can rename the files to something proper? Here's what I did to cause the mangled names: [psy@port-3108:/mnt/M/Tappi T?karrass/Miranda]$ ls (01) Miranda.mp3 (05) Tjet.mp3 (09) Hritibjorn.mp3 (13) Myrinandar.mp3 (02) Skrid.mp3 (06) Laekning.mp3 (10) Sokkar.mp3 (03) Krid.mp3 (07) Drek Lek.mp3 (11) Med Tek.mp3 (04) Iprottir.mp3 (08) Beri Beri.mp3 (12) Getekkisofid.mp3 [p...
2020 Mar 16
6
Zero listeners on icecast stats
...one, PC or historical archive 24/7, our listening mount point always show zero listeners. But we have listeners there, and they are listening our stream, and everything works fine. Any hint about this? Server is icecast 2. we stream using mixxx from an Imac, darkice from PC and liquidsoap for our mp3 archive, streaming 24/7. Our fallback section setup is as follow: <!-- historical 24/7 mp3 streaming --> <mount> <mount-name>/radiocybernet-archive.mp3</mount-name> <hidden>0</hidden> </mount> <!-- live mountpoint streaming from a PC b...
2013 Jul 15
2
Asterisk offline compiling with get_mp3_source.sh
I need to make a Asterisk 18.0's offline compiling, SVN mp3 support sources downloading does't particulary works cause my asterisk is in an isolated network with NO network access whatsoever, I ve read this thread ( http://lists.digium.com/pipermail/asterisk-users/2013-June/279298.html) but I 'm not understading one thing, because I download the fil...
2011 Sep 13
1
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi, Can someone please comment about the below issue [root at host0040 kaushal]# file obd-demo.mp3 obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural [root at host0040 kaushal]# sox obd-demo.mp3 -e stat sox: Failed reading obd-demo.mp3: Do not understand format type: mp3 [root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw sox: Failed reading ob...
2004 Sep 10
2
Re: FLAC to mp3 batch converter?
Christian, Sorry I don't think I was so clear with my explaination of what I am doing. Your requirement flac -> mp3 is really a special case of ripping, if you think of the entire chain.... normal ripping: CD -> wav -> mp3 Your case is [CD -> wav ->] flac -> wav -> mp3 Which is equivalent to: flac -> wav -> mp3 I need this too and am proposing to use a ripping tool and simply replace...
2004 Aug 06
2
icecast/ices
...m/icecast/ It's not as nice as http://www.6809.org.uk/kja3/ices2-howto.shtml, but I'm working to make it better as I become more familiar. Hope it helps. The ices2 program is designed for .ogg streaming while icecast-1.3.12 and related streamers, MuSE, liveice and DarkIce will still stream .mp3 quite nicely. I use icecast-1.3.13, LAME and MuSE for KSL radio. Have uptimes in the hundreds of days. KJ <p>On Sat, 2003-02-01 at 04:45, marco chrappan wrote: > hi everybody. > first thanks for you support. it was so helpful. > > secondly, I need to find a howto for ices/icecas...
2010 May 24
7
Icecast2 Station with multiple scheduled DJs?
...ying with Icecast only for a couple of days, and I am trying to figure out how to do something. I want a listener to have to only deal with one stream, but I want to be able to switch the source of that stream between multiple sources (DJs). The core idea is that the listener only deals with /live.mp3 while in the background I can problematically switch between a series of live sources (DJs) or an "Auto DJ Playlist" source - all based on a schedule for 24/7 content. The total amount of DJs is currently unknown (4+), as this is just the planing stages. So far I only have two ideas, nei...
2020 Mar 16
2
Zero listeners on icecast stats
...always show zero listeners. >> But we have listeners there, and they are listening our stream, and >> everything works fine. >> >> Any hint about this? >> >> Server is icecast 2. we stream using mixxx from an Imac, darkice from >> PC and liquidsoap for our mp3 archive, streaming 24/7. >> >> Our fallback section setup is as follow: >> >> <!-- historical 24/7 mp3 streaming --> >> <mount> >> <mount-name>/radiocybernet-archive.mp3</mount-name> >> <hidden>0</hidden>...
2009 May 20
3
ffmpeg + mp3 convert
Hi all, I am using paperclip plugin to upload mp3''s. Before I save the mp3 I would like to convert it to a smaller size. I am using ffmpeg library and in my Track model I am calling: before_save :convert_mp3 def convert_mp3 system("ffmpeg -i #{mp3.to_file.path} -vn -ar 44100 -ac 2 -ab 64 -f mp3 #{mp3.to_file.path}") e...
2017 Sep 28
5
rename multiple files by file.rename or other functions
Hi, I have 50 files whose names are XYZW01Genesis_ABC.mp3 XYZW02Genesis_ABC.mp3 ....... XYZW50Genesis_ABC.mp3 As you can tell, the only difference across the files are 01, 02, 03,....50. I would like to rename them to 01Gen01.mp3 01Gen02.mp3 ....... 01Gen50.mp3 If I store them in one folder and write an R code in that folder, how can it be done...
2014 Jan 03
2
Question about --files-from= and folder structure
I'm writing a script to sync some mp3 files. Due to a limitation in the number of destination files that can be read from my thumb drive, I'm not looking to preserve the original file structure (actually, I'm looking to sync *only the files* to the new destination directory). The source files are all subfolders under /backu...
2017 Jan 11
2
bug with strptime, %OS, and "."
...lbuettel wrote: > > On 10 January 2017 at 17:48, frederik at ofb.net wrote: > | Hi R Devel, > | > | I just ran into a corner case with 'strptime'. Recall that the "%OS" > | conversion accepts fractional seconds: > | > | > strptime("17_35_14.01234.mp3","%H_%M_%OS.mp3")$sec > | [1] 14.01234 > | > | Unfortunately for my application it seems to be "greedy", in that it > | tries to parse a decimal point which might belong to the rest of the > | format: > | > | > strptime("17_35_14.mp3",&qu...
2004 Aug 06
4
Streaming MP3 and OGG with one Ices
Hello. I understand that ices 0.3 is capable of streaming mp3 to an Icecast 2 server, and that ices 2 is capable of streaming ogg to an Icecast 2 server, but what I'm really after is a single version of ices that can stream mp3 and ogg to an Icecast 2 server. Does such a thing exist? Currently 90% of my audio files are mp3, but I am starting to use ogg i...
2010 Sep 25
1
Icecast2 Station with multiple scheduled DJs?
...and I am >> trying to figure out how to do something. >> >> I want a listener to have to only deal with one stream, but I want to be >> able to switch the source of that stream between multiple sources (DJs). >> The core idea is that the listener only deals with /live.mp3 while in the >> background I can problematically switch between a series of live sources >> (DJs) or an "Auto DJ Playlist" source - all based on a schedule for 24/7 >> content. The total amount of DJs is currently unknown (4+), as this is >> just the planing stages...
2019 Nov 03
4
Recent inability to view long filenames stored with scp via samba mount
...es 188.67 bytes/sec total size is 1,467,438 speedup is 5,185.29 sending incremental file list Alfred Brendel/ Alfred Brendel/Beethoven Piano Sonatas Vol I/ Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 01 - Piano Sonata No. 29 in B-flat major, op. 106 "Hammerklavier": I. Allegro.mp3 12,279,216 100% 13.53MB/s 0:00:00 (xfr#1, ir-chk=1025/1221) Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 02 - Piano Sonata No. 29 in B-flat major, op. 106 "Hammerklavier": II. Scherzo.mp3 2,795,290 100% 2.43MB/s 0:00:01 (xfr#2, ir-chk=1024/1221) Alfred Bre...
2004 Sep 20
4
Playlist containing both MP3 and OGG
Hello, I have both MP3 and OGG in my hard drive, since I used to use MP3 encoding and now I'm trying to move to OGG vorbis. I am wondering if there's a way to stream a playlist containing both MP3 and OGG files. As far as I understand from reading the doc, Ices-0.4 and Ices2 can only stream MP3 and OGG files...
2006 Mar 25
2
static file streaming
Sorry! The links I tried are: http://my.server.hu:8000/try.mp3 <http://my.server.hu/try.mp3> http://my.server.hu <http://my.server.hu/try.mp3.m3u><http://my.server.hu/try.mp3.m3u> :8000 <http://my.server.hu/try.mp3>/try.mp3.m3u<http://my.server.hu/try.mp3.m3u> http://my.server.hu <http://my.server.hu/list.m3u><http://my.s...
2008 Mar 28
2
swfdex-extract tool extracts mp3 files as wav files.
Hello. I'm running the swfdec-extract tool built from the 0.6.0 source tarball under gentoo and I'm finding that it's not able to rip the MP3s from the SWF file. I'm getting this: SWFDEC: ERROR: swfdec_codec_gst.c(269): swfdec_gst_decoder_init: failed to create decoder It manages to save the file as a WAV file, but I'd prefer the MP3 to get at the ID3 info in the file. Which libs does swfdec require to pull the MP3 stuff prop...
2004 Sep 10
2
FLAC to mp3 batch converter?
I'm just wondering if someone wrote a perl script to convert a directory with flac files into mp3 and preserving the id3 tag from flac to mp3? I have two harddrives where I keep my favorite CDs in flac and others in mp3 but when I get tired of them, I move them into mp3 and rather than popping the original CD in, it might be easier to just convert from flac to mp3 directly. Please cc me on...
2009 Apr 23
3
Record in mp3
Somebody knows if I can save files in mp3 with the Record command on Asterisk? I try to recompile sox to suport mp3 but Asterisk return the folowing message when I use the Record command: - Executing [*40 at liberado15:15] Record("SIP/1201-083453c8", "/var/spool/asterisk/alarme/alarme-1201-200905121212:mp3") in new sta...