View mpeg2.log
Config: | |
Video path: /dev/video0 | |
Media path: /dev/media0 | |
DRM path: /dev/dri/card0 | |
DRM driver: sun4i-drm | |
Slices path: data/bbb-mpeg2 | |
Slices filename format: slice-%d.dump | |
FPS: 0 | |
Preset: |
View mpeg4.log
Config: | |
Video path: /dev/video0 | |
Media path: /dev/media0 | |
DRM path: /dev/dri/card0 | |
DRM driver: sun4i-drm | |
Slices path: data/bbb-h264-32 | |
Slices filename format: slice-%d.dump | |
FPS: 0 | |
Preset: |
View vlc.log
-- logger module started -- | |
main debug: VLC media player - 3.0.8 Vetinari | |
main debug: Copyright © 1996-2019 the VideoLAN team | |
main debug: revision 3.0.8-0-gf350b6b5a7 | |
main debug: configured with ./configure '--prefix=/usr' '--sysconfdir=/etc' '--with-kde-solid=/usr/share/solid/actions/' '--disable-rpath' '--enable-gles2' '--enable-nls' '--enable-archive' '--enable-live555' '--enable-dc1394' '--enable-dv1394' '--enable-dvdread' '--enable-dvdnav' '--enable-bluray' '--disable-opencv' '--enable-smbclient' '--enable-sftp' '--enable-nfs' '--enable-realrtsp' '--enable-dvbpsi' '--enable-gme' '--enable-ogg' '--enable-shout' '--enable-matroska' '--enable-mod' '--enable-mpc' '--enable-mad' '--enable-mpg123' '--enable-gst-decode' '--enable-avcodec' '--enable-libva' '--enable-avformat' '--enable-postproc' '--enable-faad' '--enable-vpx' '--enable-twolame' '--disable-fdkaac' '--enable-a52' '--enable-dca' '--enable-flac' '--enable-libmpeg2' '--enable-vorbis' '--enable-speex' '--enable-opus' '--enable-oggspots' '--disable-sc |
View bstidy.py
from ebooklib.plugins.base import BasePlugin | |
from bs4 import BeautifulSoup | |
def tidy_cleanup(content): | |
return BeautifulSoup(content, "html.parser", from_encoding="UTF-8").prettify() | |
class TidyPlugin(BasePlugin): | |
NAME = 'Tidy HTML using BeautifulSoup4' |
View avrdude_buspirate_error.log
C:\Users\Choryu\Desktop\avrdude-6.3-mingw32>avrdude.exe -c buspirate -P COM10 -p m128 -U flash:r:flash.bin:r -v > buspirate_log.log | |
avrdude.exe: Version 6.3, compiled on Feb 17 2016 at 09:25:53 | |
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
Copyright (c) 2007-2014 Joerg Wunsch | |
System wide configuration file is "C:\Users\Choryu\Desktop\avrdude-6.3-mingw32\avrdude.conf" | |
Using Port : COM10 | |
Using Programmer : buspirate |