오홍 이걸 해봐야겠네 ㅋㅋ


[링크 : https://www.facebook.com/video.php?v=85053334014]

[링크 : http://kodi.wiki/view/HOW-TO:Enable_Hardware_Accelerated_Decoding_via_DXVA2_in_XBMC_for_Windows]


+

smi 한글 자막등의 이유로 인해

xbmc korea에서 한글버전을 받아보는 것도 방법인듯

[링크 : http://xbmc-korea.com/]


[링크 : http://xbmc.tistory.com/5]

[링크 : http://xbmc.tistory.com/12]

[링크 : https://code.google.com/p/xbmc-korea-addons/]


일단 우분투 14.04 LTS에서 실험해본 결과

한글 자막은 전멸

한글 디렉토리 명 / 파일명도 전멸

720p까지는 재생이 가능하지만 1080p는 무리 -_ㅠ

Nvidia ION 이라서 그나마 720p 까지는 가속이 가능한 것 일듯?



iOS용 공식 어플로 해보니..

via HTTP 옵션을 통해서 제어가 가능했지만 이래저래 조금은 불편.

머.. 그래도 키보드, 마우스 오가는거 보다는 나은것 같다.


[링크 : https://itunes.apple.com/kr/app/official-xbmc-remote/id520480364?mt=8]


우분투에서 xbmc로 자동시작

[링크 : http://askubuntu.com/questions/209650/autostart-xbmc-at-boot]

[링크 : http://kodi.wiki/view/HOW-TO:Autostart_Kodi_for_Linux]



귀찮으니 그냥 Atom 330 ion 을 xbmc 머신으로 만들어 버릴까도 했는데..

1080이 안되니까 이거참.. 미묘하네.. 우짤스까 -_-



+

ripple mini 에서

2GB 인데.. 너무 많이 주기 싫어서 32MB 부터 조금씩 늘려 보는데..

256MB는 줘야 우분투가 정상 기동한다.

아무래도 GLX 가속으로 인해 CUDA를 사용하는게 아닐까 싶기도 하고

둘다 메모리는 잡아 먹으니 64MB정도로는 어림도 없었던게 아닐까 싶다.


+

한글 설정은 잘 되네 -_-b

먼저 폰트를 바꾸고 "Arial based"


언어를 한국어로 바꾸어 준다! 그럼 완성!


[링크 : http://echo.tistory.com/39]


'프로그램 사용 > kodi(xbmc)' 카테고리의 다른 글

openELEC 8.0 관련  (0) 2017.05.16
kodi, openELEC / smb2 미지원?  (0) 2017.05.15
kodi remote  (0) 2015.04.07
xbmc on winXP / IrDA 실패  (0) 2015.04.01
openELEC / kodi / xbmc  (0) 2015.02.27
Posted by 구차니

db를 복구하려는데 에러발생!


$ ll

▒հ▒ 341564

drwx-----x  2 minimonk user      4096 2012-05-06 21:10 m

-rw-r--r--  1 minimonk user 294814223 2015-02-03 11:33 minimonk.sql

-rw-r--r--  1 minimonk user  54933995 2015-03-02 17:30 minimonk.sql.zip

drwx-----x 15 minimonk user      4096 2012-07-18 20:14 www


$ mysql -uusername -p dbname < mediawiki.sql

Enter password:

ERROR 1153 (08S01) at line 18575: 'max_allowed_packet'▒▒▒▒ ▒▒ū ▒▒Ŷ▒ ▒޾ҽ▒ϴ▒.


그래서 한번 검색은 해보고 따라해봤지만

mysql> show variables like 'max_allowed_packet';

+--------------------+---------+

| Variable_name      | Value   |

+--------------------+---------+

| max_allowed_packet | r|

+--------------------+---------+

1 row in set (0.00 sec)

mysql> set global net_buffer_length=1000000;
ERROR 1227 (42000): Access denied; you need the SUPER privilege for this operation
mysql> set global max_allowed_packet=1000000000;
ERROR 1227 (42000): Access denied; you need the SUPER privilege for this operation 


너님 권한없음 ㄴㄴ 외치는 mysql -_-


[링크 : http://stackoverflow.com/.../mysql-error-1153-got-a-packet-bigger-than-max-allowed-packet-bytes]

[링크 : http://www.jquery.kr/...search_keyword=&origin_target=]


max_allowed_packet은 업로드 하는 파일의 용량이고, 네트워크 패킷과는 상관이 없는 값

그런데.. 저 값만 단순하게 보면 1MB 정도이려나?(바이트 라면 1024 * 1024 = 1048576)


[링크 : http://blackbull.tistory.com/12]


+

2015.03.03

저기요 -_- 쉽지 않으니까 유료 서비스 이용하면서 문의하죠 아오 -_-


즐거운 하루 되세요, 우비 입니다.
해당 오류는 해당 DB 테이블에 문제가 발생되어 오류가 호출되고 있는 부분입니다.
오류 해결은 간단하게 해결되지 때문에 해당 부분을 도움드리기 어렵습니다.
해당 테이블을 점검해서 확인 해 보시기 바랍니다.
이용 해 주셔서 감사합니다.

내참.. 드러워서 내가 서버 돌려서 올리고 다시 내려 받고 또 올리던가
그냥 내 서버에서 돌리던가 해야지 에잇 -_-

2015.03.10 추가
서버측에서 설정해야지 mysql client로 한다고 해서 달라지는건 없는 듯. -_-


Posted by 구차니

openELEC는 xbmc를 기반으로 하는 배포판(?)인데

일단 ARMv6와 ARMv7 용으로 커널이 달라서

별도로 배포하는 듯


업데이트를 지원은 하는데

[링크 : http://wiki.openelec.tv/index.php?title=Raspberry_Pi_FAQ#How_can_I_update_a_Pi1_sdcard_to_work_on_Pi2]


걍 여기서 2용으로 버전 맞춰서 받는게 나을듯 하다.

[링크 : http://openelec.tv/get-openelec]



+ openELEC에서

xbmc 기본값이 네트워크 수동 연결이라 좀 헤매는 불쌍한(?) 어린양이 있었음

'프로그램 사용 > kodi(xbmc)' 카테고리의 다른 글

openELEC 8.0 관련  (0) 2017.05.16
kodi, openELEC / smb2 미지원?  (0) 2017.05.15
kodi remote  (0) 2015.04.07
xbmc on winXP / IrDA 실패  (0) 2015.04.01
ubuntu + xbmc + ion(nvidia)  (0) 2015.03.22
Posted by 구차니
프로그램 사용/clang2015. 2. 21. 10:22

오픈소스 정적분석 툴

llvm이 본체(?)고 clang은 llvm을 위한 front-end

그리고 cppcheck는 eclipse와 통합!


어느게 나으려나?



[링크 : http://llvm.org]

[링크 : http://clang.llvm.orgfrontenf for llvm

[링크 : http://ko.wikipedia.org/wiki/LLVMlow level virtual machine

[링크 : http://en.wikipedia.org/wiki/LLVM]


[링크 : http://cppcheck.sourceforge.net]

'프로그램 사용 > clang' 카테고리의 다른 글

semgrep  (0) 2023.04.17
cppcheck 사용  (0) 2023.04.17
clang 으로 컴파일  (0) 2015.08.03
clang on ubnutu  (0) 2015.08.03
Posted by 구차니

$ ffmpeg -i filename -f alsa hw:0

$ mplayer -ao alsa:device=hw:0.0


ffmpeg이 좀더 심플하구만 -_-


2014/09/29 - [프로그램 사용/ffmpeg / ffserver] - ASLA 입출력 - mplayer / ffmpeg


'프로그램 사용 > ffmpeg & ffserver' 카테고리의 다른 글

ffmpeg huffyuv  (0) 2017.02.28
ffmpeg으로 컨테이너 변경하기  (0) 2016.12.01
Mplayer/ffmpeg 크로스 컴파일 하기  (0) 2015.01.27
ffmpeg arm 아키텍쳐별 최적화 코덱  (0) 2015.01.26
mplayer status line  (0) 2015.01.26
Posted by 구차니
프로그램 사용/nfs2015. 2. 10. 10:36

zedboard에서 nfs 마운트 하는데

svc: failed to register lockdv1 RPC service (errno 111).

요따구 에러 발생 -_-


다른건 필요 없고 nolock만 해주니 큰 문제 없이 접속이 되는 것으로 보인다.


# mount -o port=2049,nolock,proto=tcp -t nfs 192.168.100.110:/home/kalantari  /mnt

[링크 : http://forums.xilinx.com/t5/Embedded-Linux/nfs-mount-problem-on-microblaze/td-p/153272]

'프로그램 사용 > nfs' 카테고리의 다른 글

rootfs 와 nfs-server  (0) 2019.07.17
nfs version 과 sparse file  (0) 2019.02.22
nfs mount 시 옵션들  (0) 2012.12.11
mount.nfs: access denied by server while mounting  (0) 2012.06.08
showmount  (0) 2012.06.08
Posted by 구차니

include/configs 의 헤더 파일에서 찾으면 됨 -_-a


#define CONFIG_EXTRA_ENV_SETTINGS                                       \

                "netdev=eth0\0"                                         \

                "ethprime=FEC0\0"                                       \

                "uboot_addr=0xa0000000\0"                               \

                "uboot=u-boot.bin\0"                    \

                "kernel=uImage\0"                               \

                "bootargs_base=setenv bootargs console=ttymxc0,115200\0"\

                "bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs "\

                        "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\

                "bootcmd=run bootcmd_mmc\0"                             \

                "bootcmd_net=run bootargs_base bootargs_nfs; "          \

                        "tftpboot ${loadaddr} ${kernel}; bootm\0"       \

                "load_uboot=tftpboot ${loadaddr} ${uboot}\0"            \ 


imx515는 기본값이 네트워크 부팅이구나 -_-


'프로그램 사용 > u-boot' 카테고리의 다른 글

tftpd-hpa  (0) 2016.11.08
ubuntu 12.04 xinetd/tftpd 느린 이유  (0) 2016.11.08
uboot 메모리 관련 명령어  (0) 2015.01.08
u-boot 포팅 가이드  (0) 2013.08.31
u-boot 설명서  (0) 2013.06.21
Posted by 구차니

콘솔에서 보려니 까매서.. 눈에 안보이는 까막눈...



$ svn diff | view -

빔: 표준입력에서 읽는 중...


$ whereis view

view: /usr/bin/view /usr/share/man/man1/view.1.gz

$ ll /usr/bin/view

lrwxrwxrwx 1 root root 22 2014-08-25 16:42 /usr/bin/view -> /etc/alternatives/view*

$ ll /etc/alternatives/view

lrwxrwxrwx 1 root root 18 2014-08-25 16:42 /etc/alternatives/view -> /usr/bin/vim.gnome*


[링크 : http://www.commandlinefu.com/commands/view/2420/colored-svn-diff]

Posted by 구차니

될지 안될진 모르겠다..

역시나 안되네 -_-

ffmpeg 만 컴파일은 되지만.. mplayer와 연동은 안된다.


Mplayer-1.1


$ ./configure --help

Usage: configure [options]

Options: [defaults in brackets after descriptions]


Help options:

  --help                   print this message

  --list-decoders          show all available decoders

  --list-encoders          show all available encoders

  --list-hwaccels          show all available hardware accelerators

  --list-demuxers          show all available demuxers

  --list-muxers            show all available muxers

  --list-parsers           show all available parsers

  --list-protocols         show all available protocols

  --list-bsfs              show all available bitstream filters

  --list-indevs            show all available input devices

  --list-outdevs           show all available output devices

  --list-filters           show all available filters


Standard options:

  --logfile=FILE           log tests and output to FILE [config.log]

  --disable-logging        do not log configure debug information

  --prefix=PREFIX          install in PREFIX []

  --bindir=DIR             install binaries in DIR [PREFIX/bin]

  --datadir=DIR            install data files in DIR [PREFIX/share/ffmpeg]

  --libdir=DIR             install libs in DIR [PREFIX/lib]

  --shlibdir=DIR           install shared libs in DIR [PREFIX/lib]

  --incdir=DIR             install includes in DIR [PREFIX/include]

  --mandir=DIR             install man page in DIR [PREFIX/share/man]


Licensing options:

  --enable-gpl             allow use of GPL code, the resulting libs

                           and binaries will be under GPL [no]

  --enable-version3        upgrade (L)GPL to version 3 [no]

  --enable-nonfree         allow use of nonfree code, the resulting libs

                           and binaries will be unredistributable [no]


Configuration options:

  --disable-static         do not build static libraries [no]

  --enable-shared          build shared libraries [no]

  --enable-small           optimize for size instead of speed

  --enable-runtime-cpudetect detect cpu capabilities at runtime (bigger binary)

  --enable-gray            enable full grayscale support (slower color)

  --disable-swscale-alpha  disable alpha channel support in swscale


Component options:

  --disable-doc            do not build documentation

  --disable-ffmpeg         disable ffmpeg build

  --disable-ffplay         disable ffplay build

  --disable-ffprobe        disable ffprobe build

  --disable-ffserver       disable ffserver build

  --disable-avdevice       disable libavdevice build

  --disable-avcodec        disable libavcodec build

  --disable-avformat       disable libavformat build

  --disable-swresample     disable libswresample build

  --disable-swscale        disable libswscale build

  --disable-postproc       disable libpostproc build

  --disable-avfilter       disable video filter support [no]

  --enable-avresample      enable libavresample build [no]

  --disable-pthreads       disable pthreads [auto]

  --disable-w32threads     disable Win32 threads [auto]

  --disable-os2threads     disable OS/2 threads [auto]

  --enable-x11grab         enable X11 grabbing [no]

  --disable-network        disable network support [no]

  --disable-dct            disable DCT code

  --disable-mdct           disable MDCT code

  --disable-rdft           disable RDFT code

  --disable-fft            disable FFT code

  --enable-dxva2           enable DXVA2 code

  --enable-vaapi           enable VAAPI code [autodetect]

  --enable-vda             enable VDA code   [autodetect]

  --enable-vdpau           enable VDPAU code [autodetect]


Individual component options:

  --disable-everything     disable all components listed below

  --disable-encoder=NAME   disable encoder NAME

  --enable-encoder=NAME    enable encoder NAME

  --disable-encoders       disable all encoders

  --disable-decoder=NAME   disable decoder NAME

  --enable-decoder=NAME    enable decoder NAME

  --disable-decoders       disable all decoders

  --disable-hwaccel=NAME   disable hwaccel NAME

  --enable-hwaccel=NAME    enable hwaccel NAME

  --disable-hwaccels       disable all hwaccels

  --disable-muxer=NAME     disable muxer NAME

  --enable-muxer=NAME      enable muxer NAME

  --disable-muxers         disable all muxers

  --disable-demuxer=NAME   disable demuxer NAME

  --enable-demuxer=NAME    enable demuxer NAME

  --disable-demuxers       disable all demuxers

  --enable-parser=NAME     enable parser NAME

  --disable-parser=NAME    disable parser NAME

  --disable-parsers        disable all parsers

  --enable-bsf=NAME        enable bitstream filter NAME

  --disable-bsf=NAME       disable bitstream filter NAME

  --disable-bsfs           disable all bitstream filters

  --enable-protocol=NAME   enable protocol NAME

  --disable-protocol=NAME  disable protocol NAME

  --disable-protocols      disable all protocols

  --enable-indev=NAME      enable input device NAME

  --disable-indev=NAME     disable input device NAME

  --disable-indevs         disable input devices

  --enable-outdev=NAME     enable output device NAME

  --disable-outdev=NAME    disable output device NAME

  --disable-outdevs        disable output devices

  --disable-devices        disable all devices

  --enable-filter=NAME     enable filter NAME

  --disable-filter=NAME    disable filter NAME

  --disable-filters        disable all filters


External library support:

  --enable-avisynth        enable reading of AVISynth script files [no]

  --enable-bzlib           enable bzlib [autodetect]

  --enable-fontconfig      enable fontconfig

  --enable-frei0r          enable frei0r video filtering

  --enable-gnutls          enable gnutls [no]

  --enable-libaacplus      enable AAC+ encoding via libaacplus [no]

  --enable-libass          enable libass subtitles rendering [no]

  --enable-libbluray       enable BluRay reading using libbluray [no]

  --enable-libcelt         enable CELT decoding via libcelt [no]

  --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no]

  --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no]

  --enable-libopencv       enable video filtering via libopencv [no]

  --enable-libcdio         enable audio CD grabbing with libcdio

  --enable-libdc1394       enable IIDC-1394 grabbing using libdc1394

                           and libraw1394 [no]

  --enable-libfaac         enable FAAC support via libfaac [no]

  --enable-libfreetype     enable libfreetype [no]

  --enable-libgsm          enable GSM support via libgsm [no]

  --enable-libmodplug      enable ModPlug via libmodplug [no]

  --enable-libmp3lame      enable MP3 encoding via libmp3lame [no]

  --enable-libnut          enable NUT (de)muxing via libnut,

                           native (de)muxer exists [no]

  --enable-libopenjpeg     enable JPEG 2000 encoding/decoding via OpenJPEG [no]

  --enable-libpulse        enable Pulseaudio input via libpulse [no]

  --enable-librtmp         enable RTMP[E] support via librtmp [no]

  --enable-libschroedinger enable Dirac support via libschroedinger [no]

  --enable-libspeex        enable Speex support via libspeex [no]

  --enable-libstagefright-h264  enable H.264 decoding via libstagefright [no]

  --enable-libtheora       enable Theora encoding via libtheora [no]

  --enable-libutvideo      enable Ut Video encoding and decoding via libutvideo [no]

  --enable-libv4l2         enable libv4l2/v4l-utils [no]

  --enable-libvo-aacenc    enable AAC encoding via libvo-aacenc [no]

  --enable-libvo-amrwbenc  enable AMR-WB encoding via libvo-amrwbenc [no]

  --enable-libvorbis       enable Vorbis en/decoding via libvorbis,

                           native implementation exists [no]

  --enable-libvpx          enable VP8 support via libvpx [no]

  --enable-libx264         enable H.264 encoding via x264 [no]

  --enable-libxavs         enable AVS encoding via xavs [no]

  --enable-libxvid         enable Xvid encoding via xvidcore,

                           native MPEG-4/Xvid encoder exists [no]

  --enable-openal          enable OpenAL 1.1 capture support [no]

  --enable-openssl         enable openssl [no]

  --enable-zlib            enable zlib [autodetect]


Advanced options (experts only):

  --cross-prefix=PREFIX    use PREFIX for compilation tools []

  --enable-cross-compile   assume a cross-compiler is used

  --sysroot=PATH           root of cross-build tree

  --sysinclude=PATH        location of cross-build system headers

  --target-os=OS           compiler targets OS []

  --target-exec=CMD        command to run executables on target

  --target-path=DIR        path to view of build directory on target

  --nm=NM                  use nm tool NM [nm]

  --ar=AR                  use archive tool AR [ar]

  --as=AS                  use assembler AS []

  --yasmexe=EXE            use yasm-compatible assembler EXE [yasm]

  --cc=CC                  use C compiler CC [gcc]

  --cxx=CXX                use C compiler CXX [g++]

  --ld=LD                  use linker LD []

  --host-cc=HOSTCC         use host C compiler HOSTCC

  --host-cflags=HCFLAGS    use HCFLAGS when compiling for host

  --host-ldflags=HLDFLAGS  use HLDFLAGS when linking for host

  --host-libs=HLIBS        use libs HLIBS when linking for host

  --extra-cflags=ECFLAGS   add ECFLAGS to CFLAGS []

  --extra-cxxflags=ECFLAGS add ECFLAGS to CXXFLAGS []

  --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS []

  --extra-libs=ELIBS       add ELIBS []

  --extra-version=STRING   version string suffix []

  --optflags               override optimization-related compiler flags

  --build-suffix=SUFFIX    library name suffix []

  --malloc-prefix=PREFIX   prefix malloc and related names with PREFIX

  --progs-suffix=SUFFIX    program name suffix []

  --arch=ARCH              select architecture []

  --cpu=CPU                select the minimum required CPU (affects

                           instruction selection, may crash on older CPUs)

  --enable-pic             build position-independent code

  --enable-sram            allow use of on-chip SRAM

  --disable-symver         disable symbol versioning

  --disable-fastdiv        disable table-based division

  --enable-hardcoded-tables use hardcoded tables instead of runtime generation

  --disable-safe-bitstream-reader

                           disable buffer boundary checking in bitreaders

                           (faster, but may crash)

  --enable-memalign-hack   emulate memalign, interferes with memory debuggers


Optimization options (experts only):

  --disable-asm            disable all assembler optimizations

  --disable-altivec        disable AltiVec optimizations

  --disable-amd3dnow       disable 3DNow! optimizations

  --disable-amd3dnowext    disable 3DNow! extended optimizations

  --disable-mmx            disable MMX optimizations

  --disable-mmx2           disable MMX2 optimizations

  --disable-sse            disable SSE optimizations

  --disable-ssse3          disable SSSE3 optimizations

  --disable-avx            disable AVX optimizations

  --disable-armv5te        disable armv5te optimizations

  --disable-armv6          disable armv6 optimizations

  --disable-armv6t2        disable armv6t2 optimizations

  --disable-armvfp         disable ARM VFP optimizations

  --disable-mmi            disable MMI optimizations

  --disable-neon           disable NEON optimizations

  --disable-vis            disable VIS optimizations

  --disable-yasm           disable use of yasm assembler

  --postproc-version=V     build libpostproc version V.

                           Where V can be '51.2.101' or 'current'. [current]


Developer options (useful when working on FFmpeg itself):

  --enable-coverage        build with test coverage instrumentation

  --disable-debug          disable debugging symbols

  --enable-debug=LEVEL     set the debug level []

  --disable-optimizations  disable compiler optimizations

  --enable-extra-warnings  enable more compiler warnings

  --disable-stripping      disable stripping of executables and shared libraries

  --assert-level=level     0(default), 1 or 2, amount of assertion testing,

                           2 causes a slowdown at runtime.

  --valgrind=VALGRIND      run "make fate" tests through valgrind to detect memory

                           leaks and errors, using the specified valgrind binary.

                           Cannot be combined with --target-exec

  --samples=PATH           location of test samples for FATE, if not set use

                           $FATE_SAMPLES at make invocation time.

  --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;

                           should be used only for debugging purposes)


NOTE: Object files are built at the place where configure is launched. 


mplayer에게는 --enable 등으로 옵션을 제공하고

ffmpeg 에게는 --extra 로 붙은 옵션으로 제공하게 되는 것으로 보인다.

./configure --prefix=${ROOTFS}/usr --target=arm-linux --enable-cross-compile --cc=${CROSS_COMPILE}gcc --enable-alsa

--extra-cflags="-march=armv7-a -mfpu=neon -mfloat-abi=softfp -I../live.2011.12.23/liveMedia/include -I../live.2011.12.23/UsageEnvironment/include -I../live.2011.12.23/groupsock/include -I../live.2011.12.23/BasicUsageEnvironment/include -I${ROOTFS}/usr/include"

--extra-ldflags="-L../live.2011.12.23/liveMedia -L../live.2011.12.23/UsageEnvironment -L../live.2011.12.23/groupsock -L../live.2011.12.23/BasicUsageEnvironment -L${ROOTFS}/usr/lib" 

--extra-libs="-lliveMedia -lUsageEnvironment  -lgroupsock -lBasicUsageEnvironment"

--disable-gui --disable-tv --disable-vcd --disable-bluray --disable-dvdnav --disable-dvdread --disable-dvdread-internal --disable-v4l2 --disable-x11 --disable-fbdev --disable-yuv4mpeg --disable-tga --disable-pnm --disable-md5sum --disable-corevideo --disable-quartz --disable-ftp --disable-sortsub --disable-ossaudio --disable-freetype

--enable-live

--enable-neon --enable-armvfp --disable-armv5te --disable-armv6 --disable-armv6t2



ffmpeg만 컴파일

$ ./configure --enable-cross-compile --cross-prefix=arm-none-linux-gnueabi- --target-os=linux --arch=arm --cpu=cortex-a8 --enable-neon --enable-armvfp --extra-cflags=" -mfpu=neon -mfloat-abi=softfp" --disable-armv6 --disable-armv6t2  --disable-armv5te

install prefix            /usr/local

source path               .

C compiler                arm-none-linux-gnueabi-gcc

ARCH                      arm (cortex-a8)

big-endian                no

runtime cpu detection     no

ARMv5TE enabled           no

ARMv6 enabled             no

ARMv6T2 enabled           no

ARM VFP enabled           yes

NEON enabled              yes

debug symbols             yes

strip symbols             yes

optimize for size         no

optimizations             yes

static                    yes

shared                    no

postprocessing support    no

new filter support        yes

network support           yes

threading support         pthreads

safe bitstream reader     yes

SDL support               no

libdxva2 enabled          no

libva enabled             no

libvdpau enabled          no

AVISynth enabled          no

frei0r enabled            no

gnutls enabled            no

libaacplus enabled        no

libass enabled            no

libcdio support           no

libcelt enabled           no

libdc1394 support         no

libfaac enabled           no

libgsm enabled            no

libmodplug enabled        no

libmp3lame enabled        no

libnut enabled            no

libopencore-amrnb support no

libopencore-amrwb support no

libopencv support         no

libopenjpeg enabled       no

libpulse enabled          no

librtmp enabled           no

libschroedinger enabled   no

libspeex enabled          no

libstagefright-h264 enabled    no

libtheora enabled         no

libutvideo enabled        no

libv4l2 enabled           no

libvo-aacenc support      no

libvo-amrwbenc support    no

libvorbis enabled         no

libvpx enabled            no

libx264 enabled           no

libxavs enabled           no

libxvid enabled           no

openal enabled            no

openssl enabled           no

zlib enabled              no

bzlib enabled             no


Enabled decoders:

aac                     cinepak                 mace3

aac_latm                cljr                    mace6

aasc                    cook                    mdec

ac3                     cscd                    microdvd

adpcm_4xm               cyuv                    mimic

adpcm_adx               dca                     mjpeg

adpcm_ct                dfa                     mjpegb

adpcm_ea                dirac                   mlp

adpcm_ea_maxis_xa       dnxhd                   mmvideo

adpcm_ea_r1             dpx                     motionpixels

adpcm_ea_r2             dsicinaudio             mp1

adpcm_ea_r3             dsicinvideo             mp1float

adpcm_ea_xas            dvbsub                  mp2

adpcm_g722              dvdsub                  mp2float

adpcm_g726              dvvideo                 mp3

adpcm_ima_amv           dxtory                  mp3adu

adpcm_ima_apc           eac3                    mp3adufloat

adpcm_ima_dk3           eacmv                   mp3float

adpcm_ima_dk4           eamad                   mp3on4

adpcm_ima_ea_eacs       eatgq                   mp3on4float

adpcm_ima_ea_sead       eatgv                   mpc7

adpcm_ima_iss           eatqi                   mpc8

adpcm_ima_qt            eightbps                mpeg1video

adpcm_ima_smjpeg        eightsvx_exp            mpeg2video

adpcm_ima_wav           eightsvx_fib            mpeg4

adpcm_ima_ws            escape124               mpegvideo

adpcm_ms                escape130               msmpeg4v1

adpcm_sbpro_2           exr                     msmpeg4v2

adpcm_sbpro_3           ffv1                    msmpeg4v3

adpcm_sbpro_4           ffvhuff                 msrle

adpcm_swf               ffwavesynth             msvideo1

adpcm_thp               flac                    mszh

adpcm_xa                flic                    mxpeg

adpcm_yamaha            flv                     nellymoser

alac                    fourxm                  nuv

als                     fraps                   pam

amrnb                   frwu                    pbm

amrwb                   g723_1                  pcm_alaw

amv                     g729                    pcm_bluray

anm                     gif                     pcm_dvd

ansi                    gsm                     pcm_f32be

ape                     gsm_ms                  pcm_f32le

ass                     h261                    pcm_f64be

asv1                    h263                    pcm_f64le

asv2                    h263i                   pcm_lxf

atrac1                  h264                    pcm_mulaw

atrac3                  huffyuv                 pcm_s16be

aura                    idcin                   pcm_s16le

aura2                   idf                     pcm_s16le_planar

avrp                    iff_byterun1            pcm_s24be

avs                     iff_ilbm                pcm_s24daud

avui                    imc                     pcm_s24le

ayuv                    indeo2                  pcm_s32be

bethsoftvid             indeo3                  pcm_s32le

bfi                     indeo4                  pcm_s8

bink                    indeo5                  pcm_s8_planar

binkaudio_dct           interplay_dpcm          pcm_u16be

binkaudio_rdft          interplay_video         pcm_u16le

bintext                 jacosub                 pcm_u24be

bmp                     jpeg2000                pcm_u24le

bmv_audio               jpegls                  pcm_u32be

bmv_video               jv                      pcm_u32le

c93                     kgv1                    pcm_u8

cavs                    kmvc                    pcm_zork

cdgraphics              lagarith                pcx

cdxl                    loco                    pgm

pgmyuv                  sol_dpcm                vmdvideo

pgssub                  sonic                   vmnc

pictor                  sp5x                    vorbis

ppm                     srt                     vp3

prores                  sunrast                 vp5

prores_lgpl             svq1                    vp6

ptx                     svq3                    vp6a

qcelp                   targa                   vp6f

qdm2                    theora                  vp8

qdraw                   thp                     vqa

qpeg                    tiertexseqvideo         wavpack

qtrle                   tiff                    wmalossless

r10k                    tmv                     wmapro

r210                    truehd                  wmav1

ra_144                  truemotion1             wmav2

ra_288                  truemotion2             wmavoice

ralf                    truespeech              wmv1

rawvideo                tta                     wmv2

rl2                     twinvq                  wmv3

roq                     txd                     wmv3image

roq_dpcm                ulti                    wnv1

rpza                    utvideo                 ws_snd1

rv10                    v210                    xan_dpcm

rv20                    v210x                   xan_wc3

rv30                    v308                    xan_wc4

rv40                    v408                    xbin

s302m                   v410                    xbm

sgi                     vb                      xl

shorten                 vble                    xsub

sipr                    vc1                     xwd

smackaud                vc1image                y41p

smacker                 vcr1                    yop

smc                     vmdaudio                yuv4

snow


Enabled encoders:

a64multi                h263p                   pgm

a64multi5               huffyuv                 pgmyuv

aac                     jpeg2000                ppm

ac3                     jpegls                  prores

ac3_fixed               ljpeg                   prores_anatoliy

adpcm_adx               mjpeg                   prores_kostya

adpcm_g722              mp2                     qtrle

adpcm_g726              mpeg1video              r10k

adpcm_ima_qt            mpeg2video              r210

adpcm_ima_wav           mpeg4                   ra_144

adpcm_ms                msmpeg4v2               rawvideo

adpcm_swf               msmpeg4v3               roq

adpcm_yamaha            msvideo1                roq_dpcm

alac                    nellymoser              rv10

amv                     pam                     rv20

ass                     pbm                     sgi

asv1                    pcm_alaw                snow

asv2                    pcm_f32be               sonic

avrp                    pcm_f32le               sonic_ls

avui                    pcm_f64be               srt

ayuv                    pcm_f64le               sunrast

bmp                     pcm_mulaw               svq1

cljr                    pcm_s16be               targa

dca                     pcm_s16le               tiff

dnxhd                   pcm_s24be               v210

dpx                     pcm_s24daud             v308

dvbsub                  pcm_s24le               v408

dvdsub                  pcm_s32be               v410

dvvideo                 pcm_s32le               vorbis

eac3                    pcm_s8                  wmav1

ffv1                    pcm_u16be               wmav2

ffvhuff                 pcm_u16le               wmv1

flac                    pcm_u24be               wmv2

flv                     pcm_u24le               xbm

g723_1                  pcm_u32be               xsub

gif                     pcm_u32le               xwd

h261                    pcm_u8                  y41p

h263                    pcx                     yuv4


Enabled hwaccels:


Enabled parsers:

aac                     dvdsub                  mpegvideo

aac_latm                flac                    png

ac3                     gsm                     pnm

adx                     h261                    rv30

cavsvideo               h263                    rv40

cook                    h264                    vc1

dca                     mjpeg                   vorbis

dirac                   mlp                     vp3

dnxhd                   mpeg4video              vp8

dvbsub                  mpegaudio


Enabled demuxers:

aac                     iff                     pcm_u24be

ac3                     image2                  pcm_u24le

act                     image2pipe              pcm_u32be

adf                     ingenient               pcm_u32le

adx                     ipmovie                 pcm_u8

aea                     iss                     pmp

aiff                    iv8                     pva

amr                     ivf                     qcp

anm                     jacosub                 r3d

apc                     jv                      rawvideo

ape                     latm                    rl2

asf                     lmlm4                   rm

ass                     loas                    roq

au                      lxf                     rpl

avi                     m4v                     rso

avs                     matroska                rtp

bethsoftvid             mgsts                   rtsp

bfi                     microdvd                sap

bink                    mjpeg                   sbg

bintext                 mlp                     sdp

bit                     mm                      segafilm

bmv                     mmf                     shorten

c93                     mov                     siff

caf                     mp3                     smacker

cavsvideo               mpc                     smjpeg

cdg                     mpc8                    sol

cdxl                    mpegps                  sox

daud                    mpegts                  spdif

dfa                     mpegtsraw               srt

dirac                   mpegvideo               str

dnxhd                   msnwc_tcp               swf

dsicin                  mtv                     thp

dts                     mvi                     tiertexseq

dv                      mxf                     tmv

dxa                     mxg                     truehd

ea                      nc                      tta

ea_cdata                nsv                     tty

eac3                    nut                     txd

ffm                     nuv                     vc1

ffmetadata              ogg                     vc1t

filmstrip               oma                     vmd

flac                    pcm_alaw                voc

flic                    pcm_f32be               vqf

flv                     pcm_f32le               w64

fourxm                  pcm_f64be               wav

g722                    pcm_f64le               wc3

g723_1                  pcm_mulaw               wsaud

g729                    pcm_s16be               wsvqa

gsm                     pcm_s16le               wtv

gxf                     pcm_s24be               wv

h261                    pcm_s24le               xa

h263                    pcm_s32be               xbin

h264                    pcm_s32le               xmv

hls                     pcm_s8                  xwma

ico                     pcm_u16be               yop

idcin                   pcm_u16le               yuv4mpegpipe

idf


Enabled muxers:

a64                     ipod                    pcm_mulaw

ac3                     ismv                    pcm_s16be

adts                    ivf                     pcm_s16le

adx                     jacosub                 pcm_s24be

aiff                    latm                    pcm_s24le

amr                     m4v                     pcm_s32be

asf                     matroska                pcm_s32le

asf_stream              matroska_audio          pcm_s8

ass                     md5                     pcm_u16be

au                      microdvd                pcm_u16le

avi                     mjpeg                   pcm_u24be

avm2                    mkvtimestamp_v2         pcm_u24le

bit                     mlp                     pcm_u32be

caf                     mmf                     pcm_u32le

cavsvideo               mov                     pcm_u8

crc                     mp2                     psp

daud                    mp3                     rawvideo

dirac                   mp4                     rm

dnxhd                   mpeg1system             roq

dts                     mpeg1vcd                rso

dv                      mpeg1video              rtp

eac3                    mpeg2dvd                rtsp

ffm                     mpeg2svcd               sap

ffmetadata              mpeg2video              segment

filmstrip               mpeg2vob                smjpeg

flac                    mpegts                  sox

flv                     mpjpeg                  spdif

framecrc                mxf                     srt

framemd5                mxf_d10                 swf

g722                    null                    tg2

g723_1                  nut                     tgp

gif                     ogg                     truehd

gxf                     oma                     vc1t

h261                    pcm_alaw                voc

h263                    pcm_f32be               wav

h264                    pcm_f32le               webm

image2                  pcm_f64be               wtv

image2pipe              pcm_f64le               yuv4mpegpipe


Enabled protocols:

applehttp               hls                     pipe

cache                   http                    rtmp

concat                  httpproxy               rtp

crypto                  md5                     tcp

file                    mmsh                    udp

gopher                  mmst


Enabled filters:

abuffersink             earwax                  pan

aconvert                fade                    pixdesctest

aevalsrc                fieldorder              removelogo

aformat                 fifo                    rgbtestsrc

amerge                  format                  select

amix                    fps                     setdar

amovie                  gradfun                 setfield

anull                   hflip                   setpts

anullsink               idet                    setsar

anullsrc                life                    settb

aresample               lut                     showinfo

ashowinfo               lutrgb                  silencedetect

asplit                  lutyuv                  slicify

astreamsync             mandelbrot              split

bbox                    movie                   swapuv

blackdetect             negate                  testsrc

buffersink              noformat                thumbnail

cellauto                null                    tile

color                   nullsink                transpose

copy                    nullsrc                 unsharp

crop                    overlay                 vflip

deshake                 pad                     volume

drawbox


Enabled bsfs:

aac_adtstoasc           mjpeg2jpeg              mp3_header_decompress

chomp                   mjpega_dump_header      noise

dump_extradata          mov2textsub             remove_extradata

h264_mp4toannexb        mp3_header_compress     text2movsub

imx_dump_header


Enabled indevs:

dv1394                  lavfi                   v4l2

fbdev                   oss


Enabled outdevs:

oss


License: LGPL version 2.1 or later

Creating config.mak and config.h...

libavutil/avconfig.h is unchanged


WARNING: arm-none-linux-gnueabi-pkg-config not found, library detection may fail.

WARNING: Compiler does not indicate floating-point ABI, guessing soft.


[링크 :
https://vec.io/posts/how-to-build-ffmpeg-with-android-ndk]


Anyway, you need to pass -mfpu=neon -mfloat-abi=softfp to the compiler.

[링크 : http://lists.busybox.net/pipermail/buildroot/2012-October/059536.html]


크아아아앙

AAC file format detected.

==========================================================================

Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders

libavcodec version 54.23.100 (internal)



MPlayer interrupted by signal 11 in module: init_audio_codec

- MPlayer crashed by bad usage of CPU/FPU/RAM.

  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and

  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.

- MPlayer crashed. This shouldn't happen.

  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your

  gcc version. If you think it's MPlayer's fault, please read

  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and

  won't help unless you provide this information when reporting a possible bug.


+ 2014.1.28

아마도 커널에서 NEON 지원이 되지 않은 상태라

해당 하드웨어를 쓰려는 상황이 오자 에러가 발생한게 아닐까 추측된다.

'프로그램 사용 > ffmpeg & ffserver' 카테고리의 다른 글

ffmpeg으로 컨테이너 변경하기  (0) 2016.12.01
ffmpeg 으로 파일 재생하기  (0) 2015.02.10
ffmpeg arm 아키텍쳐별 최적화 코덱  (0) 2015.01.26
mplayer status line  (0) 2015.01.26
FAAD / FAAC  (0) 2015.01.23
Posted by 구차니

맞을지 틀릴지 모르겠지만..

FFMPEG 옵션을 줘서 ARMv5 계열에서 득본게 MP3뿐인데..

IDCT 에서 영향을 받은건지 MPEGVIDEO에서 본건지 알수는 없어서 대충 기재 ㅠㅠ


ARMv5 

ARMv6 

ARMv7(NEON) 



mpegvideo/mp3






ac3


mpegaudio




vp7

vp8

ac3

h.264

mpegvideo

vc1

vorbis

vp6

vp7

vp8




# ARMv5 optimizations

# subsystems

ARMV5TE-OBJS-$(CONFIG_IDCTDSP)

ARMV5TE-OBJS-$(CONFIG_MPEGVIDEO)

ARMV5TE-OBJS-$(CONFIG_VIDEODSP)


# decoders/encoders

ARMV5TE-OBJS-$(CONFIG_MLP_DECODER)



# ARMv6 optimizations

# subsystems

ARMV6-OBJS-$(CONFIG_AC3DSP)

ARMV6-OBJS-$(CONFIG_HPELDSP)

ARMV6-OBJS-$(CONFIG_IDCTDSP)

ARMV6-OBJS-$(CONFIG_ME_CMP)

ARMV6-OBJS-$(CONFIG_MPEGAUDIODSP)

ARMV6-OBJS-$(CONFIG_MPEGVIDEOENC)

ARMV6-OBJS-$(CONFIG_PIXBLOCKDSP)


# decoders/encoders

ARMV6-OBJS-$(CONFIG_MLP_DECODER)

ARMV6-OBJS-$(CONFIG_STARTCODE)

ARMV6-OBJS-$(CONFIG_VP7_DECODER)

ARMV6-OBJS-$(CONFIG_VP8_DECODER)



# VFP optimizations

VFP-OBJS


# subsystems

VFP-OBJS-$(CONFIG_FFT)

VFP-OBJS-$(CONFIG_MDCT)

VFP-OBJS-$(HAVE_ARMV6)


# decoders/encoders

VFP-OBJS-$(CONFIG_DCA_DECODER)



# NEON optimizations

NEON-OBJS


# subsystems

NEON-OBJS-$(CONFIG_AC3DSP)

NEON-OBJS-$(CONFIG_AUDIODSP)

NEON-OBJS-$(CONFIG_BLOCKDSP)

NEON-OBJS-$(CONFIG_FFT)

NEON-OBJS-$(CONFIG_H264CHROMA)

NEON-OBJS-$(CONFIG_H264DSP)

NEON-OBJS-$(CONFIG_H264PRED)

NEON-OBJS-$(CONFIG_H264QPEL)

NEON-OBJS-$(CONFIG_HPELDSP)

NEON-OBJS-$(CONFIG_IDCTDSP)

NEON-OBJS-$(CONFIG_MDCT)

NEON-OBJS-$(CONFIG_MPEGVIDEO)

NEON-OBJS-$(CONFIG_RDFT)

NEON-OBJS-$(CONFIG_VP3DSP)


# decoders/encoders

NEON-OBJS-$(CONFIG_AAC_DECODER)

NEON-OBJS-$(CONFIG_LLAUDDSP)

NEON-OBJS-$(CONFIG_DCA_DECODER)

NEON-OBJS-$(CONFIG_RV30_DECODER)

NEON-OBJS-$(CONFIG_RV40_DECODER)

NEON-OBJS-$(CONFIG_VC1_DECODER)

NEON-OBJS-$(CONFIG_VORBIS_DECODER)

NEON-OBJS-$(CONFIG_VP6_DECODER)

NEON-OBJS-$(CONFIG_VP7_DECODER)

NEON-OBJS-$(CONFIG_VP8_DECODER)


[링크 : http://git.videolan.org/?p=ffmpeg.git...;hb=HEAD]

'프로그램 사용 > ffmpeg & ffserver' 카테고리의 다른 글

ffmpeg 으로 파일 재생하기  (0) 2015.02.10
Mplayer/ffmpeg 크로스 컴파일 하기  (0) 2015.01.27
mplayer status line  (0) 2015.01.26
FAAD / FAAC  (0) 2015.01.23
pulseaudio / ffmpeg esd protocol  (0) 2014.11.18
Posted by 구차니