Questions tagged [ogg]

Ogg is a free, open container format for multimedia and streaming content.

Ogg is a free, open container format for multimedia and streaming content, maintained by the Xiph.org foundation. Ogg-related RFCs are RFC 3533 and RFC 3534.

Some Ogg-related Links:

18 questions
10
votes
3 answers

Searching for a command line tagging tool for mp3 and ogg that supports pictures

I am searching a command-line tagging tool that supports ogg- and mp3-tagging and allows to add a picture to the tags. Currently I use lltag but that does not support pictures. dagger is the tool I use before but it is lacking picture support as…
ddeimeke
  • 4,517
  • 1
  • 19
  • 18
8
votes
4 answers

Trouble getting VLC to record from the webcam via command line

my ~/.bashrc contains the following function webcamrecord () { vlc v4l2:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/audio2" :v4l-norm=3 :v4l-frequency=-1 :v4l-caching=300 :v4l-chroma="" :v4l-fps=-1.000000 :v4l-samplerate=44100 :v4l-channel=0…
ixtmixilix
  • 13,040
  • 27
  • 82
  • 118
8
votes
2 answers

Search MP3/Ogg files by tags/parameters from the command line

Is there any utility to search MP3/Ogg files by tags (or other characteristics) from the command line? (e.g. finding all audio files longer than 10 minutes with genre set to 'Rock'). I found this, which suggests using mp3info, but it's only for MP3…
Renan
  • 16,976
  • 8
  • 69
  • 88
5
votes
1 answer

Using OGG/Vorbis, is there a way to continue to record to an existing audio file?

I am using Vorbis/ogg to record audio (using arecord and then pipping to oggenc). I have downloaded oggvideotools, which gave me oggCat, which will let me join two previously recorded audio files into one file. But, my problem is this: The device I…
Justin
  • 51
  • 1
4
votes
1 answer

How do I convert an OGG OPUS file to an Apple Core Audio container?

I've got some OPUS files I've created with FFMPEG on Linux (from MP3 originals I've deleted to save storage space). I'd like to make them playable on a Mac and, if possible, on an iPhone via iTunes. As far as I know Apple hardware and software (not…
Ivan
  • 17,368
  • 35
  • 93
  • 118
4
votes
2 answers

How do I embed a JPG thumbnail to a ogg/opus audio file with a script?

I am using youtube-dl to download ogg audio files with their respective thumbnail, but I am not sure how to embed the thumbnail into the audio file.
Hyrial
  • 143
  • 1
  • 4
3
votes
2 answers

How to get rid of ogg information in Linux?

How can I get this "something" out of the .ogg file? How can I clear comments/infos like this from the file? $ strings foo.ogg |grep -i SOMETHING ARTIST=SOMETHING $ OS: Scientific Linux 6.3
gasko peter
  • 5,434
  • 22
  • 83
  • 145
3
votes
2 answers

Batch convert (decode) audio into multiple formats with ffmpeg

I have a directory with a bunch of CD quality (16bit 44100Hz) wave-files. How can I batch decode those into different formats (lets say FLAC, OGG and MP3) using ffmpeg? Update: here are the commands one by one as suggested by @StephenHarris ffmpeg…
nath
  • 5,430
  • 9
  • 45
  • 87
3
votes
2 answers

How to add an audio file to a shell script

How can I add an audio file (OGG vorbis) into a shell script making the script as small as possible and at the same time being able to execute it on as most systems as possible? I want the audio file be played. I don’t want it to be uuencoded,…
erik
  • 16,959
  • 4
  • 32
  • 46
2
votes
0 answers

Add image (cover art) to Opus (ogg) audio file using ffmpeg

Question I have 2 files: audio.opus (extension also possible: .opus.ogg), cover.jpg. How can I use ffmpeg to put cover.jpg as an embedded "cover" image into audio.opus? Constraints I don't want to re-encode the audio (so unfortunately, opusenc…
Totor
  • 19,302
  • 17
  • 75
  • 102
2
votes
1 answer

How to make a static binary build of vorbis-tools ogg123?

In order to run ogg123 (for getting wav from ogg vorbis) I need to get (not found) or compile static build. I tried this on Amazon Linux (the same version as current AWS Lambda): ./configure --disable-shared --enable-static make LDFLAGS=-lm SHARED=0…
Vitaly Zdanevich
  • 359
  • 1
  • 2
  • 15
2
votes
1 answer

Converting files to OGG with FFMPEG produces an extremely large file

When trying to convert either an mp3 or flac file to ogg, the output ogg file is actually a flac file with a large file size. For instance: running for file in *.mp3; do ffmpeg -i "${file}" "${file/%mp3/ogg}"; done and then checking the file with…
user176001
2
votes
0 answers

Need a script for automation the convert a lot number audio files to another format

I have a lot number audio files in MP3 the proprietary format, I want to convert them to 'opus' the free and high quality format, with keep metadata also. My selection command-line programs are SoX (Sound eXchange) for convert MP3 files to 'AIFF'…
user138130
  • 23
  • 2
2
votes
2 answers

How to autoplay ogg stream at startup of Debian

I am programming a Rasberry to Pi to become a radio player. It is meant to be used to play the local college radio in the student union hangout. INPUT: Power is turn on. OUTPUT: Audio is played through the 3,5 mm jack. PROCESS: Device boot…
Eke
  • 21
  • 2
1
vote
2 answers

Clementine with GStreamer can't play OGG files

Starting recently, about 2-3 weeks ago, I believe after some update, Clementine stopped playing OGG files. All other formats that I have play without any issues. At the same time VLC can play these same OGG files. When it fails, Clementine pops an…
slybloty
  • 1,228
  • 3
  • 17
  • 38
1
2