Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
steve_s_htpc [2017/02/05 19:05] beandogsteve_s_htpc [2017/02/05 21:27] (current) beandog
Line 31: Line 31:
 My xinit config: My xinit config:
  
-Use ''feh'' to set a nice background from ''x11-themes/gentoo-artwork''. Use [[https://github.com/aktau/hhpc|hhpc]] to definitively kill the mouse pointer.+Use ''feh'' to set a nice background from ''x11-themes/gentoo-artwork'', ''xset'' to disable screen blanking, and  [[https://github.com/aktau/hhpc|hhpc]] to definitively kill the mouse pointer. 
 + 
 +tinywm is the coolest tiny window manager evar. :D
  
 <code> <code>
Line 38: Line 40:
 /usr/local/bin/hhpc /usr/local/bin/hhpc
 exec /usr/local/bin/tinywm exec /usr/local/bin/tinywm
 +</code>
 +
 +=== HandBrake ===
 +
 +Sample command, audio and subtitle tracks are going to need attention.
 +
 +<code>
 +HandBrakeCLI '--markers' '--decomb' '--detelecine' '--optimize' --title '3' --encoder 'x264' --quality '23' --encoder-profile 'high' --encoder-level '4.1' --encoder-preset 'medium' --encoder-tune 'film' --audio '1' --aencoder 'fdk_aac' --subtitle '1' --format 'av_mkv' --input '/dev/dvd' --output 'movie.mkv'
 +</code>
 +
 +=== mpv ===
 +
 +<code>
 +audio-spdif=ac3,dts,dts-hd
 +audio-device='alsa/hdmi:CARD=HDMI,DEV=0'
 +fullscreen=yes
 +hwdec=vaapi
 +alang=eng,en
 +slang=en,
 +write-filename-in-watch-later-config=yes
 +save-position-on-quit=yes
 </code> </code>

Navigation