Skip to content

Instantly share code, notes, and snippets.

@e-desouza
e-desouza / test_gist.md
Created November 9, 2021 23:39
test_gist.md

testing the girst

<?xml version="1.0" encoding="utf-8"?>
<Client name="Roku-7.x">
<!-- Author: Plex Inc. -->
<TranscodeTargets>
<VideoProfile protocol="hls" container="mkv,avi,mpegts" codec="h264,h265,hevc,mpeg2video,mpeg4,vc1" audioCodec="flac,aac,mp3,mp2,pcm,flac,alac" subtitleCodec="ass,dvb_subtitle,vobsub,eia_608,pgs,microdvd,movtext,ssa,srt">
<Setting name="BreakNonKeyframes" value="true" />
<Setting name="HlsElideExtXStart" value="true" />
</VideoProfile>
<VideoProfile protocol="http" container="mkv,avi,mpegts" codec="h264,h265,hevc,mpeg2video,mpeg4,vc1" audioCodec="aac,mp3,mp2,pcm,flac,alac" subtitleCodec="ass,dvb_subtitle,vobsub,eia_608,pgs,microdvd,movtext,ssa,srt" context="streaming" />
<MusicProfile container="mp3" codec="mp3" />
<?xml version="1.0" encoding="utf-8"?>
<Client name="Roku-7.x">
<!-- Author: Plex Inc. -->
<TranscodeTargets>
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,mp3,ac3" context="streaming">
<Setting name="BreakNonKeyframes" value="true" />
<Setting name="HlsElideExtXStart" value="true" />
</VideoProfile>
<VideoProfile protocol="http" container="mkv" codec="h264" audioCodec="aac,mp3,mp2,pcm,flac,alac" subtitleCodec="srt" context="streaming" />
<MusicProfile container="mp3" codec="mp3" />
@e-desouza
e-desouza / vlc-osx-delete.lua
Created August 23, 2020 04:12
Delete current file on disk and playlist in VLC (OSX only)
--[[
Copyright 2020 wizard
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.