Sandbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
__NUMBEREDHEADINGS__ | __NUMBEREDHEADINGS__ | ||
Line 4: | Line 5: | ||
{{Bc|<nowiki>HandBrakeCLI -i /Volumes/B-R -t 51 -o Movie.mkv -e x264 --x264-preset slow --x264-profile high -x level=4.1 -q 16 -a 4 -E copy -w 1280 --loose-anamorphic -f libmkv</nowiki>}} | {{Bc|<nowiki>HandBrakeCLI -i /Volumes/B-R -t 51 -o Movie.mkv -e x264 --x264-preset slow --x264-profile high -x level=4.1 -q 16 -a 4 -E copy -w 1280 --loose-anamorphic -f libmkv</nowiki>}} | ||
[[Jenkins & Gerrit under Tomcat 8]] | |||
== Introducing: Sandbox == | == Introducing: Sandbox == |
Revision as of 16:18, 8 August 2014
__NUMBEREDHEADINGS__
Videokoda med HandbrakeCLI:
HandBrakeCLI -i /Volumes/B-R -t 51 -o Movie.mkv -e x264 --x264-preset slow --x264-profile high -x level=4.1 -q 16 -a 4 -E copy -w 1280 --loose-anamorphic -f libmkv
Jenkins & Gerrit under Tomcat 8
Introducing: Sandbox
Indented text.
This is the place to experiment with the MediaWiki markup and markup, or non-markup.
Ett Gentoo emerge kommando:
A box with code or any other pre-formatted text
Lite PHP kod:
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>