Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
virtualisation:media-portal [2018/02/27 12:08]
buettner
virtualisation:media-portal [2018/02/27 15:03]
buettner
Line 87: Line 87:
 </​code>​ </​code>​
 which contains the following: which contains the following:
-<konsole>+<code c ffmpeg>
 #!/bin/bash #!/bin/bash
 if [ "​$USER"​ != "​emby"​ ]; then if [ "​$USER"​ != "​emby"​ ]; then
Line 97: Line 97:
  ln -- "​$source"​ "​$target"​  ln -- "​$source"​ "​$target"​
 fi fi
-</konsole>+</code>
  
 The best video codec that almost every web browser on the most clients can play directly is h.264. The best video codec that almost every web browser on the most clients can play directly is h.264.