Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
encoding_specifications [2014/07/19 14:39]
beandog [dlna-usb-1 (created 2014-07-19)]
encoding_specifications [2018/03/19 13:52]
beandog
Line 1: Line 1:
 ====== Encoding Specifications ====== ====== Encoding Specifications ======
  
-like to have specifications for encoding content so that I have a snapshot of settings that I used at the time.  Doing this, it allows me to verify that everything works across all devices, and expectations and bugs are noted.+Here's the specs use to encode my DVDs:
  
-==== dlna-usb-1 (created 2014-07-19====+  * HandBrake 1.0.2 
 +  * Matroska 
 +  * H.264 
 +    * Level 4.1 (what Blu-rays use) 
 +    * High Profile 
 +  * x264 
 +    * slow, slower, veryslow, or placebo preset (slow by default) 
 +    * animation, film, grayscale tuning 
 +    * smpte170m color matrix 
 +    * CRF 23 to 18 (as desired) 
 +  * Video 
 +    * detelecine or decomb as-needed 
 +    * 30 or 60 constant frames per second 
 +  * Audio 
 +    * AC3 re-encode or FDK AAC encode depending on desired quality 
 +  * VOBSUB or Closed Captioning as available 
 +  * Chapter markers
  
-encoding specificationsdlna-usb-1 (2014-07-19)+Or, a sample encode:
  
-Compatability:​ +<​code>​HandBrakeCLI --markers --cfr --title 10 --encoder x264 --quality 14 --rate 60 --encoder-profile ​high --encoder-level 4.1 --encoder-preset ​slow --encoder-tune animation ​--encopts colorprim=smpte170m:transfer=smpte170m:colormatrix=smpte170m --audio ​--aencoder ac3 --subtitle 1 --input ​/home/steve/​Media/​Laundry-Basket/​1.665.2017.TNTGO.iso --output 1.665.2017.17212.TNTGO.mkv<​/code>
-  * DLNA streamable (both Sony BDPs) +
-  * USB compatible (both Sony BDPs) +
-  * keyint 30 for good seeking in files +
-  * proper H.264 profile ​and level for DVDs +
- +
-Software: +
- +
-  * Gentoo Linux +
-  * HandBrake 0.9.9 +
-  * mkvtoolnix 6.7.0 +
-  * libebml 1.3.0 +
-  * libmatroska 1.4.1 +
-  * x264: 0.138.x +
- +
-Handbrake:​ +
- +
-  * chapters +
-  * decomb +
-  * detelecine +
-  * two-pass +
-  * turbo +
-  * audio encoder: fdk_aac +
-  * audio bitrate: 96k +
-  * video bitrate: 1024k +
-  * fallback: copy +
- +
-x264: +
- +
-  * preset: medium +
-  * tuneanimation ​or film +
-  * keyint30 +
- +
-H.264: +
- +
-  * profile: high +
-  * level: 3.1 +
- +
-mkvtoolnix:​ +
- +
-  * See [[https://trac.bunkus.org/wiki/FAQ%3AImprovingPlaybackCompatibilityWithPlayers]] +
-  * no_cue_duration,​ no_cue_relative_position (Sony BDP 2, seeking)+
  
 +Latest revision: 2018-03-19

Navigation