Encode an mp3 from a flac file

i like flac...but mp3 seems to be the most commonly used format (ogg is a closing second)
all the songs on my system are in flac (thanks to the recomendation of a fellow archlinux user from #archlinux)
now to make an mp3 from those files
:: ahem ::
fSlash='/'
function notAForwardSlash
if [[ $1 != $fSlash ]]
then
return 0
else
return 1
fi
### end notAForwardSlash ###
function getFileName
STRING="${1}"
LENGTH=${#STRING}
# echo "${STRING}: is ${LENGTH} long"
for ((n=0;n <= $LENGTH; n++))
do
CHAR=${STRING:$n:1}
if notAForwardSlash $CHAR
then
FileName="${FileName}${CHAR}"
else
FileName=""
fi
# echo "${FileName}"
done
### end getFileName ###
# call like
# encode_mp3 "/music/flac/Smile Empty Soul/Shadow Zone/Monster.flac" "/music/mp3/Smile Empty Soul/Shadow Zone"
function encode_mp3
old_file="${1}"
new_dir="${2}"
getFileName "${old_file}"
new_file="${FileName:0:${#FileName}-5}.mp3"
# this is the important part of this script
# the actual encoding
# the rest is just stuff to make it easier and less tedious
flac -d -o - "${old_file}" | lame -b 320 -h - > "${new_dir}/${new_file}"
i wrote more about this here
you can see this inside my whole script here
hope this helps someone out there

It's even more simple, install gst-plugins-flac and gst-plugins-lame and then use this:
gst-launch filesrc location=music.flac ! decodebin ! lame ! filesink location=music.mp3

Similar Messages

  • Encoding for Encore from Premiere Pro - File Size

    I'm working on a Blu-ray project that contains four separate tutorials, each with several individual clips.  I exported each clip (chapter) out of After Effects CS6 using the standard H264 preset.  The tutorials range from 2 to 5 hours each.  After all was said and done, the total file size of all H264 video clips was just under 25GB, perfect for a Blu-ray burn.
    I created four sequences in Premiere Pro, one for each tutorial.  All of the H264 video files were brought into Premiere Pro, chapter markers were added, ready to rock.
    When I attempted to export each sequence using the H264 Blu-ray preset, I found that using that preset would result in a grand total of about 75GB worth of data.  So I selected the MPEG2 Blu-ray preset, and it was almost the same.  I manually adjusted target bitrate settings, dropped quality to as low as it would go, and still the estimated file size far exceeded the 25GB I had available.
    All tutorials total about 15 hours of 1280x720 30p content.  I realize that's a ton of data, but AE exported all of this content using H264 and the grand total file size was under 25GB.  But bringing those very same video clips into Premiere Pro, assembling them, and exporting them results in much, much larger files.  I even attempted to import the AE exports directly into Encore to avoid having to re-encode anything, and still it estimated that the project's file size exceeded 75GB, even though the source footage of H264 video was less than 25GB.
    Right now I'm down-rezzing all of the footage to 720x480 and the file sizes are smaller, although I'll still need to decrease the bit rates significant if I have any shot of dumping all of this onto a single 25GB Blu-ray.
    I do realize that 15 hours is a lot for a single disc, but what I don't understand is how I can have 15 hours of H264 exported out of AE result in less than 25GB, but using that exact same footage in PPro/Encore results in over 75GB of footage.
    Any insight would be appreciated.
    Windows 7 64-bit
    Adobe Creative Suite Production Premium CS6
    (After Effects/Premiere Pro/Encore)

    The thing is, the AE exports look just fine.  (The tutorials are just a bunch of screen capture/software stuff.)  I didn't mess with any of the default preset settings for H264 out of AE, but yeah, they must've been encoded at pretty low bitrates.
    I wasn't aware that BD specifications have minimum bitrate requirements, so that would explain why I'm unable to decrease the bitrates within PPro or Encore.  Thanks for the info on that.  I just figured as long as the footage was at least 720P with square pixel ratio encoded in H264 or MPEG2 I'd be fine, but apparently not!
    The tutorials are for my own personal use, so I'm not too concerned about decreased resolution if I am able to make the SD content fit.  Otherwise, yeah, burning multiple discs is my only option.
    Thanks for the prompt feedback.

  • How do you extract an .MP3 from an .MP4 file using iTunes?

    I have figured out how to import a home video into iTunes (video taken with my iPhone 5S), and have figured out how to use iTunes to convert the video (recorded in Quicktime) to .MP4 format ... but I cannot then use iTunes to "Create a New Version" and have it allow me to select .MP3 as a choice.  It's on the list, but it's greyed-out.  Apparently, on a MAC, if you hold down the "Option" key, it will then allow you to select the .MP3 format, but pressing "ALT " (generally the PC equivalent) only closes the drop-down menu on me.  So ... what do I do here?
    I really don't want to have to download a different program to do this, especially since it seems that iTunes can ... I just need to know how.

    THANK YOU.
    I tried all manner of other keys ... but didn't think to try Shift.  Or if I did, I didn't hold it down BEFORE clicking on File.
    (For anyone else reading this ... it's important that you hold down the Shift key before clicking on File because iTunes won't allow you to choose .MP3 as an option if you try to hold down the Shift key after the File menu is already open.)

  • [SOLVED] unable to play mp3 or flac files in mpd, .dts files play fine

    I had a perfect running mpd setup before I tried to fiddle around with some dependancies to get xbmc-svn to compile without errors. I installed some AUR packages (ffmpeg-svn, x264-git, libva-sds, libvpx, libid3tag).
    After that I started to experience trouble with mpd, it start fine and says it plays audio files just fine but whenever i play a mp3 or flac file the progress bar just looks like it's playing the file but I hear no sound. Whenever I play a .dts file i hear the sound correct.
    I'm very curious to why this happends.
    I rolled back the packages mentioned above but the issue remains unsolved.
    My setup: pc is connected to receiver by hdmi cable using the latest alsa version with digital passthrough over hdmi, currently using mpd-git from AUR
    mpd -v --no-daemon shows the following:
    # mpd -v --no-daemon /etc/mpd.conf
    config: loading file /etc/mpd.conf
    listen: binding to address for 192.168.1.3
    listen: binding to socket address 192.168.1.3:6600
    path: path_set_fs_charset: fs charset is: UTF-8
    database: reading DB
    disabling the last.fm playlist plugin because account is not configured
    daemon: opening pid file
    daemon: writing pid file
    snippet from mpd.log:
    Jun 28 00:54 : client: [0] process command "playlistfind filename "Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3""
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : client: [0] process command "addid "Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3""
    Jun 28 00:54 : add to playlist: Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3
    Jun 28 00:54 : database: get song: Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : client: [0] process command "playid "7""
    Jun 28 00:54 : playlist: play 7:"Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3"
    Jun 28 00:54 : decoder_thread: clearing mixramp tags
    Jun 28 00:54 : decoder_control: mixramp_start = NULL
    Jun 28 00:54 : decoder_control: mixramp_prev_end = NULL
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : client: [0] process command "status"
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : client: [0] process command "idle"
    Jun 28 00:54 : client: [0] command returned 1
    Jun 28 00:54 : client: [0] process command "playlistid "7""
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : mad: detected LAME version 3.97 ("LAME3.97 ")
    Jun 28 00:54 : mad: LAME peak found: 0.000000
    Jun 28 00:54 : mad: LAME track gain found: -5.000000
    Jun 28 00:54 : mad: encoder delay is 576, encoder padding is 1818
    Jun 28 00:54 : decoder: audio_format=44100:24:2, seekable=true
    Jun 28 00:54 : alsa: default period_time = buffer_time/4 = 185759/4 = 46439
    Jun 28 00:54 : client: [0] process command "plchangesposid "2""
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : alsa: buffer_size=8192 period_size=2048
    Jun 28 00:54 : output: opened plugin=alsa name="My ALSA Device" audio_format=44100:32:2
    Jun 28 00:54 : output: converting from 44100:24:2
    Jun 28 00:54 : Failed to open mixer for 'My ALSA Device': no such mixer control: PCM
    mpd.conf:
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "/media/media9/Muziek/"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "/var/lib/mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "/var/lib/mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "/var/log/mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "/var/run/mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "/var/lib/mpd/mpdstate"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    #sticker_file "~/.mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "mpd"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    #group "nogroup"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "192.168.1.3"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    log_level "verbose"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # #music_directory "path_to_your_music_collection"
    auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    #auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured #music_directory "path_to_your_music_collection"
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured #music_directory "path_to_your_music_collection"
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    device "hw:0,3" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "default" # optional
    ## mixer_control "Master" # optional
    ## mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album" or "track". See <http://www.replaygain.org>
    # for more details. This setting is off by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"
    Whenever I run xbmc using the hdmi digital output it just plays mp3 and flac files without problems.
    Anyone any clues on how to solve this issue?
    TIA, dafart
    Since
    Last edited by dafart (2010-07-01 00:38:09)

    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Which correspondents fine with the
    device "hw:0,3"
    in my mpd.conf alsa section.
    Also sound worked fine withh this config before I started installing ffmpeg-svn and alikes
    hokasch:
    I tried changing the mixer to "Master" but that did not change much.

  • HT3847 How is the best way to separate copied MP3 from AIFF files in my library?

    How is the best way to separate duplicate MP3 from AIFF files in my library?

    Zice wrote:
    I want higher resolution then afforded in the original download.
    Then why are you converting iTunes purchases?
    You cannot get higher resolution by converting  the original. This goes for converting anything, not just iTunes purchases.
    Creating an AIFF will simply make the file 10 time as large with zero increase in quality.
    Don't really want to debate value of creating the new version.
    Agreed.
    You are simply wasting time and drive space converting iTunes purchases to AIFF.

  • How to play flac files from a Maxtor external hard drive

    Trying to use an old mac mini PPC to play music from a Maxtor external hard drive. Files are flac format. Would like to move files to iTunes library individually or by album or ideally only when I want to play them. Am not that accustomed to using a Mac, just finding my way around...flac file conversion
    is possible for this old mac or do I need to download some freeware?

    If you want to convert your FLAC files (I would recommend to Apple Lossless format) then have a look at the free XLD software.
    See http://tmkk.pv.land.to/xld/index_e.html
    Apple Lossless format is the same exact quality as FLAC, roughly the same file size but works natively in iTunes and on Apple's iPod/iPhone/iPad devices. It can also be played in most Windows applications including Windows Media Player if you add the right plugins or codecs. Apple Lossless is a free open-source format now, just like FLAC.

  • How to remove a click from a sequence file mp4 or mp3, and make it only sequence left and right in GarageBand?

    How to remove a click from a sequence file mp4 or mp3, and make it only sequence left and right in GarageBand?

    "adrianTNT" <[email protected]> wrote in message
    news:e6aitv$hkm$[email protected]..
    >
    quote:
    Originally posted by:
    kglad
    > you're welcome. with your solution loading another mp3,
    are you sure it stops
    > the download of the first mp3?
    > Yes, it seems to work fine, it loads another sound in
    same sound (my_sound)
    > and it seems to replace loaded progress with the empty
    sound I gave and stops
    > previous loading.
    > I look at traffic icons on task bar and I see that there
    is no network traffic
    > after I click "stop" before this I could see continuous
    traffic while sound was
    > loading in background.
    Yeah, I remember someone posted that solution a long time
    ago. It seems if you load a file with the same name the cache
    doesn't
    know any better and adjusts the download size to the smaller
    one. Maybe it's a good way to do it! Could it be a way to remove an
    mp3 from someone's cache after it plays? hmmmm Will have to
    do more testing.
    tralfaz

  • HT1353 How do I transfer files from my itune files to a MP3 player (It is aH2OMan for swimming)?

    How do I transfer files from my itune files to a MP3 player (It is aH2OMan for swimming)?

    How do I transfer files from my itune files to a MP3 player (It is aH2OMan for swimming)?

  • Amarok 1.4.10 from AUR plays flac files with errors

    amarok 1.4.10 from AUR plays flac files with errors and i mean that it plays flac files but with strange behavior and of course the result is awful is there any chance to fix that problem. i have compile it with xine engine, can i use a different engine in PKGBUILD and how. i should write that i don't known much from configure a PKGBUILD by my own. with exaile and totem i have no problem i also play flacs with 24bit and 96khz audio quality. tnks for your time

    Why not amarok 2.3 from extra?
    Found this but its for 2.3: forum.kde.org/viewtopic.php?f=116&t=85428
    looks like amarok just uses xine, which I don't know much about...
    the 2.3 version depends on kde4, so you can run kde4 system settings and switch the multimedia backend between xine, mplayer, and gstreamer (need the aur packages first). I know mplayer should use ffmpeg to playback though.
    Edit: looks like exaile and totem use gstreamer for playback
    Last edited by 1LordAnubis (2010-05-19 16:19:09)

  • I recently bought Macbook pro  and i don't how to download Mp3 from the internet browser. it's easy on PC as you how to clickright button on mouse and then chosse save link or file. any idea how to do this?

    Hi.
    I recenly bought Macbook and as I am new to Apple word I don't know anything about the OS.
    I was trying to download Mp3 from the internet today and I just could not. when I am using PC I just click the right button and save the link or file.
    Please help me. Any idea how to download MP3?

    I had been downloading from that site for many times but from PC. When I use the left button on mouse it will take me to the internet player on my PC but if I use the right button I have to choose 'save file as' and then I save it.
    But on MACbook when I use two fingers on my trackpad there is only few options like and one of them is 'save link as' but not 'save file as'

  • Media Encoder export a different font from the project file

    HI
    Media Encoder export a different font from the project file when I use a installed font
    The problem doesn't occur when exporting directly from Premiere 
    Any ides why?
    Thanks

    Hi! This also happened to me quite a few times with different fonts. Your fix worked, thank you. I don't think it's the font since, like I said, it happened with a few fonts, but just in case I was using Mf Young & Beautiful in TTF format.
    Are there any side effects to turning off "import sequences natively"?

  • No FLAC files recognized, from sd card?

    Sorry if this has already been discussed, etc. But I have searched and not found a solution. Any help?
    So all is well and this is not a HUGE problem, but curious.
    #1...I really wish we could just choose a Music folder, or something, without being stuck with Windows Media or Itunes.
    #2...In Link, it doesn't show the FLAC files that are located on my sd card.
    I love, both, my Q10 & my Z10. It seems that this shouldn't be?
    Thanks, in advance!

    Saxxman wrote:
    My complaint is not about playing the files. The built in player plays FLAC files just fine. I do use Neutron for lots of reasons. My complaint is that the files are not seen in Blackberry Link.
    What device(s) are you using to play the FLAC files?  I tried putting the FLAC files on my Z30 and PlayBook but I don't see them from my native music app.  If you're not able to see the files in the BlackBerry Link than how did you import the files to your device(s) and play them?

  • Using Compressor 4, How do you create a droplet to transcode from final cut files to mp4, mp3 and m4v formatting?

    Using Compressor 4, How do you create a droplet to transcode from final cut files to mp4, mp3 and m4v formatting?

    Take a look at this section; it's pretty clear.
    Compressor offers settings for each of the output formats you want. (For example, the m4v sttings for Apple Devices.)
    Good luck.
    Russ

  • How do I get FLAC files from a hard drive into my itunes

    I have a library of FLAC and shnf files on a hard drive.
    How do I get these files (grouped into hundreds of folders) into Itunes?

    iTunes cannot play FLAC files.  There are "plug-ins" that supposedly allow iTunes to handle FLAC, which you can investigate, but it would probably be better to convert the files to a format iTunes can handle, such as AAC. 
    As far as SHN files, there is not even a plug-in (the format is virtually unknown except Deadheads!) so conversion is the best answer.
    A conversion tool you can use is Switch.  You can use the newly converted files for your iTunes ibrary, and save the original FLAC and SHN files for when you use a more capable player.

  • .flac files won't play in mythmusic

    Hi all,
    I'm having trouble solving this one:  When I try to play a .flac file through mythmusic, it just skips straight to the next file in the list without playing it. If, for example, I have a whole album of .flac songs, the cursor just cycles repeatedly through the list at crazy speeds.
    The metadata has obviously been imported ok, as all albums/artists are sorted nicely. In the millisecond where it tries to play a song I can see that it knows how long it is too, so there's some info that it can see.
    Mp3s play successfully, and flac files play ok using mplayer and xine from the command line. I have no issues with video or tv playback, and all of my packages (mythtv, mythmusic, flac etc.) are up to date.  Output is set to ALSA:default and mixer is set to default.  The mythfrontend log don't show any errors that I can see.
    Anyone got any ideas? I'm running out of hair.
    cheers,
    -pointy

    ganlu:  I didn't, but I do now ... and unfortunately no difference.
    Interestingly, compiling the source version of mythmusic runs into problems with versions of flac after 1.1.2 (different header files, looks like the stream encoder/decoder changed quite a bit) ... perhaps it's having issues with library calls and dying quietly.
    Nobody else out there playing flac files on mythmusic?

Maybe you are looking for