Aggiungi tag a un file Ogg Opus


10

Di solito taggo i file Ogg Vorbis con EasyTAG 2.1.7.

Ora, voglio produrre file Ogg Opus e non sono in grado di scrivere tag nel file. EasyTAG sostiene che il file Ogg non ha un flusso Vorbis o Speex.

Un altro strumento, come lltag, sputa messaggi come "Saltare questo file con un tipo sconosciuto".

Qualche consiglio? Grazie.

Risposte:


3

I tempi sono cambiati da quando questa domanda è stata posta per la prima volta e poi ha risposto! Ora, nell'ottobre 2017, i file Ogg Opus sono diventati molto più mainstream e ci sono molte buone scelte in Ubuntu per consentire la codifica dei tuoi file Ogg Opus.

Descrivo in dettaglio 3 metodi di seguito che consiglierei personalmente:

1. EasyTag

Una versione moderna di EasyTag può taggare i file Ogg Opus.

Modifica : come è stato sottolineato, questa è meno una buona idea in quanto c'è un problema irrisolto con la tagging rotta dei file Ogg Vorbis . Nella mia esperienza, la versione sicura di EasyTag per Ogg Vorbis è la 2.4.2 e questa versione non mi ha dato personalmente problemi.

Prima installazione EasyTag:

sudo apt-get install easytag

Quindi apri il tuo file Ogg Opus con EasyTag per la modifica dei tag! Uno screenshot dal mio sistema visto di seguito:

inserisci qui la descrizione dell'immagine

Altre buone scelte potrebbero essere PuddleTag o Kid3 ...

2. Creazione di tag durante la codifica con Opusenc:

Se si preferisce la riga di comando, è possibile creare i tag durante la codifica dei file mediante opusenc. Installare questa utility eseguendo quanto segue:

sudo apt-get install opus-tools

La riga di comando che ho usato per creare il mio file di test è la seguente:

opusenc --bitrate 128 \
        --artist "Jody Marie Gnant" \
        --title "Lucky Night" \
        --date "1995" \
        --album "Treasure Quest Soundtrack" \
        --genre "Soundtrack" \
        luckynight.wav luckynight.opus

Sono disponibili altri tag da aggiungere alla sintassi sopra e tutti possono essere visualizzati eseguendo opusenc -hdalla riga di comando.

3. Copia di CD audio in Ogg Opus + tag

Ancora una volta, se sei appassionato di riga di comando e stai creando i tuoi file audio Ogg Opus da CD audio con le versioni più recenti di Ubuntu puoi usare abcdeper strappare, convertire e tag con un singolo comando. Installa abcde come segue:

sudo apt-get install abcde opus-tools

Quindi inserire il seguente file di configurazione in ~/.abcde.conf:

# -----------------$HOME/.abcde.conf----------------- #
# 
# A sample configuration file to convert music cds to 
#       Opus using abcde version 2.7.2
# 
# http://andrews-corner.org/linux/abcde/index.html
# -------------------------------------------------- #

# Encode tracks immediately after reading. Saves disk space, gives
# better reading of 'scratchy' disks and better troubleshooting of
# encoding process but slows the operation of abcde quite a bit:
LOWDISK=y

# Specify the method to use to retrieve the track information,
# I give the default below but consider setting 'musicbrainz'
# instead, which is my own preferred option:
CDDBMETHOD=cddb

# Make a local cache of cddb entries and then volunteer to use 
# these entries when and if they match the cd:
CDDBCOPYLOCAL="y"
CDDBLOCALDIR="$HOME/.cddb"
CDDBLOCALRECURSIVE="y"
CDDBUSELOCAL="y"

# Specify the encoder to use for Opus. In this case
# the only choice is opusenc.
OPUSENCODER=opusenc

# Specify the path to the selected encoder. In most cases the encoder
# should be in your $PATH as I illustrate below, otherwise you will 
# need to specify the full path. For example: /usr/bin/opusenc
OPUSENC=opusenc

# Specify your required encoding options here. Multiple options can
# be selected as '--preset standard --another-option' etc.
# In vbr mode the bitrate setting allows for a range of bitrates, use
# --cvbr or --hard-cbr for exact bitrate control. See all of the options
# by running ;opusenc -h' from the command line...
OPUSENCOPTS="--vbr --bitrate 128"

# Output type for opus.
OUTPUTTYPE="opus"

# The cd ripping program to use. There are a few choices here: cdda2wav,
# dagrab, cddafs (Mac OS X only) and flac. New to abcde 2.7 is 'libcdio'.
CDROMREADERSYNTAX=cdparanoia            

# Give the location of the ripping program and pass any extra options,
# if using libcdio set 'CD_PARANOIA=cd-paranoia'.
CDPARANOIA=cdparanoia  
CDPARANOIAOPTS="--never-skip=40"

# Give the location of the CD identification program:       
CDDISCID=cd-discid            

# Give the base location here for the encoded music files.
OUTPUTDIR="$HOME/Music"               

# The default actions that abcde will take.
ACTIONS=cddb,playlist,read,encode,tag,move,clean

# Decide here how you want the tracks labelled for a standard 'single-artist',
# multi-track encode and also for a multi-track, 'various-artist' encode:
OUTPUTFORMAT='${OUTPUT}/${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
VAOUTPUTFORMAT='${OUTPUT}/Various-${ALBUMFILE}/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}'

# Decide here how you want the tracks labelled for a standard 'single-artist',
# single-track encode and also for a single-track 'various-artist' encode.
# (Create a single-track encode with 'abcde -1' from the commandline.)
ONETRACKOUTPUTFORMAT='${OUTPUT}/${ARTISTFILE}-${ALBUMFILE}/${ALBUMFILE}'
VAONETRACKOUTPUTFORMAT='${OUTPUT}/Various-${ALBUMFILE}/${ALBUMFILE}'

# Create playlists for single and various-artist encodes. I would suggest
# commenting these out for single-track encoding.
PLAYLISTFORMAT='${OUTPUT}/${ARTISTFILE}-${ALBUMFILE}/${ALBUMFILE}.m3u'
VAPLAYLISTFORMAT='${OUTPUT}/Various-${ALBUMFILE}/${ALBUMFILE}.m3u'

# This function takes out dots preceding the album name, and removes a grab
# bag of illegal characters. It allows spaces, if you do not wish spaces add
# in -e 's/ /_/g' after the first sed command.
mungefilename ()
{
  echo "$@" | sed -e 's/^\.*//' | tr -d ":><|*/\"'?[:cntrl:]"
}

# What extra options?
MAXPROCS=2                              # Run a few encoders simultaneously
PADTRACKS=y                             # Makes tracks 01 02 not 1 2
EXTRAVERBOSE=2                          # Useful for debugging
COMMENT='abcde version 2.7.2'           # Place a comment...
EJECTCD=y                               # Please eject cd when finished :-)

Quindi esegui semplicemente il comando:

abcde

per impostare il processo in esecuzione!

In conclusione:

Con una versione moderna di Ubuntu avrai l'imbarazzo della scelta nel taggare i tuoi file Ogg Opus con buone scelte sia dalla gui che dalla riga di comando ...


Risposta MOLTO accurata - ottimo lavoro e grazie!
DaimyoKirby,

Mi dispiace ragazzi, ma EasyTag è un no-go a causa di bugzilla.gnome.org/show_bug.cgi?id=776110 , che non ha ricevuto amore da un po 'di tempo. In breve, se usi EasyTag sui tuoi file Ogg / Opus, eliminerai le intestazioni e le rovinerai. Difficilmente "assolutamente nessun problema". NON USARE
tamester

@tamester Mi dispiace di essere stato molto lento con questo, ho aggiunto alcuni dettagli di questo bug nella risposta ...
andrew.46

2

Lo standard opus è abbastanza nuovo e non ha ancora ottenuto un buon supporto per gli strumenti. Il flusso di opus è generalmente avvolto in contenitori ogg; quando un programma che noi ignari di opus guarda allo stream dei container, cerca i codec dello stream che conosce (di solito vorbis o speex per l'audio).

Lo stato attuale del supporto è indicato sulla pagina Wikipedia di opus: https://en.wikipedia.org/wiki/Opus_(audio_format)#Support_in_software

La versione 2.04 di VLC dovrebbe ottenere il supporto per l'opus, ma non è ancora disponibile.

Uso wine con foobar2000 per taggare i file opus su Linux e funziona bene.


Grazie, una risposta molto istruttiva che espone lo stato attuale del supporto opus su Linux. Ormai tag i file con foobar2000 :)
Jorge Suárez de Lis,

L'unica cosa che mostra questa risposta è una scarsa comprensione della domanda reale. Foobar davvero. Un programma in grado di modificare i tag non deve essere in grado di decodificare i flussi nel contenitore. A proposito VLC 2.0.3-0ubuntu0.12.04.1 riproduce già contenuti Opus. VLC! = Pacchetto VLC in Ubuntu.
LiveWireBT,

1
Bene VLC 2.0.3-0ubuntu0.12.04.1( revision 2.0.2-93-g77aa89e) non riproduce né etichetta i file opus per me. Hai provato? Mi riferivo a http://trac.videolan.org/vlc/ticket/7185 . Dato che l'OP stava ovviamente cercando una soluzione semplice per taggare i file opus, stavo solo affermando che sto usando foobar per quello fino a quando le app native non ottengono un supporto migliore per quello. Non riesco molto a capire il motivo del sottotono negativo nel tuo commento.
phoibos,

Mi spiace, mi sono appena reso conto che i file oga che alcuni podcaster hanno iniziato a pubblicare sono i soliti file Vorbis e i file Opus reali non funzionano al momento in modo preciso. Sebbene ci fosse un po 'di confusione riguardo ai tipi e ai contenitori MIME e all'improvviso alcuni file di oga furono pubblicati in luoghi dove non me li sarei aspettato.
LiveWireBT
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.