Skip to content

Instantly share code, notes, and snippets.

@noobed
noobed / convert.cpp
Created November 7, 2013 11:57
convert.cpp is used to get raw audio date and save it in file : "myOutputTest"
#ifdef __cplusplus
#define __STDC_CONSTANT_MACROS
#ifdef _STDINT_H
#undef _STDINT_H
#endif
@noobed
noobed / terminal's output
Created November 7, 2013 09:18
output of ffprobe on my output raw audio
vasko@vasil-MS-7392:~/Projects/downloader2013$ ffprobe myOutputTest.mp3
ffprobe version git-2013-08-15-60e9b85 Copyright (c) 2007-2013 the FFmpeg developers
built on Aug 16 2013 00:24:40 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --prefix=/home/vasko/ffmpeg_build --extra-cflags=-I/home/vasko/ffmpeg_build/include --extra-ldflags=-L/home/vasko/ffmpeg_build/lib --bindir=/home/vasko/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
libavutil 52. 42.100 / 52. 42.100
libavcodec 55. 28.100 / 55. 28.100
libavformat 55. 13.102 / 55. 13.102
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 82.100 / 3. 82.100
libswscale 2. 4.100 / 2. 4.100