Announcement

Collapse
No announcement yet.

Flac files, amarok et al

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Flac files, amarok et al

    I have decided to look into lossless audio files, at least for archival, and FLAC seems to be the way to go. (Other opinions?)

    I'm running Karmic with the default Amarok 2.2.0. Amarok plays the flac files, but it does not want to allow me to edit the tags.

    Also, I created a merged file with "shntool join *flac", then soundconvertered the resulting file from wav to flac. Now, if I add the file to the playlist, amarok lists it several times.

    Is use of flac files so traumatic for everyone?
    'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

    #2
    Re: Flac files, amarok et al

    FLAC is a great format. But historically I've had some trouble encoding it correctly. I have not experienced your problems in Amarok; FLAC files have always been smooth.

    Do you have all the necessary FLAC codecs and packages installed on your machine? If I'm not mistaken, if you run the FLAC encoder from the terminal, the tags should be controlled through that.

    Are you ripping CDs and encoding in FLAC? If so, KAudioCreator is adpet at QDDB-retrieval and proper tagging.

    As for your merged file, problem, I'm no help. I don't know what you're talking about.
    Home: Kubuntu 12.04-amd64; Intel i7-860 on Intel DH55PJ; Nvidia 9500GT; 6GB RAM
    Network Slave: Xubuntu 11.10-x86; Intel P4-Prescott on MSI; 2GB RAM; Nvidia FX5200
    Portable: Xubuntu 11.10-amd64; Asus EeePC 1015PEM

    Comment


      #3
      Re: Flac files, amarok et al

      Originally posted by rfakhrai
      FLAC is a great format. But historically I've had some trouble encoding it correctly. I have not experienced your problems in Amarok; FLAC files have always been smooth.

      Do you have all the necessary FLAC codecs and packages installed on your machine? If I'm not mistaken, if you run the FLAC encoder from the terminal, the tags should be controlled through that.
      I ran flac, just like that. It printed some stuff without complaints. Does that mean it is ok?

      $ flac
      ================================================== ============
      flac - Command-line FLAC encoder/decoder version 1.2.1 ...
      This is the short help; for all options use 'flac --help'; for even more
      instructions use 'flac --explain'

      To encode:
      flac [-#] [INPUTFILE [...]]

      -# is -0 (fastest compression) to -8 (highest compression); -5 is the default

      To decode:
      flac -d [INPUTFILE [...]]

      To test:
      flac -t [INPUTFILE [...]]


      Are you ripping CDs and encoding in FLAC? If so, KAudioCreator is adpet at QDDB-retrieval and proper tagging.
      I too loved Kaudiocreator. But it is apparently not available any more with this version of Kubuntu and KDE. Too bad. So I have to use K3b.

      As for your merged file, problem, I'm no help. I don't know what you're talking about.
      Well, operas are often separated into tracks for different arias. I want to concatenate them to get just one file and I want to do it in a way which avoids having a hiccup where the point of concatenation is. In principle, shntool does that, but gives the problem I mentioned -- at least, with amarok. Kaffeine, smplayer and others don't play it at all. Vlc plays everything, but lacks amarok's great cataloguing and playlists.

      Thanks anyway for your suggestions.
      'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

      Comment


        #4
        Re: Flac files, amarok et al

        I understand what you're doing with the operas; I did the same thing with my catalog of classical works. For that project, I always used something graphical such as Audacity. You can import the various wav files and make sure they line up perfectly with no glitch. Then, you can export the overall file as a wav and convert that to flac. I don't see why Amarok would have a problem with that.

        I've heard some good things about a tag-manager called ExFalso. It's available in the repositories. I believe I'm wrong about the flac program controlling the tags.

        Hope this is some help.
        Home: Kubuntu 12.04-amd64; Intel i7-860 on Intel DH55PJ; Nvidia 9500GT; 6GB RAM
        Network Slave: Xubuntu 11.10-x86; Intel P4-Prescott on MSI; 2GB RAM; Nvidia FX5200
        Portable: Xubuntu 11.10-amd64; Asus EeePC 1015PEM

        Comment


          #5
          Re: Flac files, amarok et al

          Originally posted by rfakhrai
          I understand what you're doing with the operas; I did the same thing with my catalog of classical works. For that project, I always used something graphical such as Audacity. You can import the various wav files and make sure they line up perfectly with no glitch. Then, you can export the overall file as a wav and convert that to flac. I don't see why Amarok would have a problem with that.
          Guess I'll have to try that. I did that with my classical mp3 files and it got pretty boring before I had finished, so I was hoping to avoid it with flac files.

          I'll look into ExFalso. Many thanks.
          'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

          Comment


            #6
            Re: Flac files, amarok et al

            The best ripper for Linux is Rubyripper, its similar to EAC (Exact Audio Copy).

            http://wiki.hydrogenaudio.org/index....tle=Rubyripper
            http://code.google.com/p/rubyripper/
            Main system: Dell Studio XPS 8100 with Kubuntu 10.04<br />Main system: Dell Inspiron 1720 with Ubuntu 10.04<br />Second system: Acer Aspire 1500 with Ubuntu 10.04<br />Third system: Dell Dimension Desktop with Kubuntu 10.04 and Windows Vista<br />Fourth system: Dell Inspiron with Ubuntu 10.04 and Windows Vista

            Comment


              #7
              Re: Flac files, amarok et al

              I am trying to install rubyripper, but it keeps telling me:

              $ rrip_gui
              ruby-gettext is not found. Translations are disabled!
              The ruby-gtk2 library could not be found. Is it installed?

              I can not find ruby-gtk2 with "apt-cache search". Apparently it is not in the Karmic release set. What to do? What translations?

              Thanks in advance.
              'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

              Comment


                #8
                Re: Flac files, amarok et al

                http://wiki.hydrogenaudio.org/index....tion_on_Ubuntu seems to have all of the necessary dependencies explained. Try installing all of those packages including ruby-gnome2, gettext, and libgettext-ruby.

                Should work!
                Home: Kubuntu 12.04-amd64; Intel i7-860 on Intel DH55PJ; Nvidia 9500GT; 6GB RAM
                Network Slave: Xubuntu 11.10-x86; Intel P4-Prescott on MSI; 2GB RAM; Nvidia FX5200
                Portable: Xubuntu 11.10-amd64; Asus EeePC 1015PEM

                Comment

                Working...
                X