gitignore updates4

This commit is contained in:
Andy Bunce 2021-10-23 21:14:51 +00:00
parent 2118c05b24
commit d53f55b554
198 changed files with 2797 additions and 2 deletions

View file

@ -0,0 +1,15 @@
{
"bit_rate": 0,
"crf": 28,
"deadline": 1,
"cpu-used": 8,
"tune": 0,
"deinterlace": false,
"height": 384,
"hwaccel": false,
"pix_fmt": -1,
"name": "webtv-vp8",
"description": "WEBTV codec VP8",
"codec_name": "libvpx",
"profile": 0
}

View file

@ -0,0 +1,11 @@
{
"qscale": 0,
"tracks": 1,
"sample_fmt": -1,
"sample_rate": 0,
"channel_layout": 0,
"name": "webtv-vorbis",
"description": "WEBTV codec Vorbis",
"codec_name": "vorbis",
"profile": 0
}

View file

@ -0,0 +1,12 @@
{
"bit_rate": 0,
"crf": 0,
"deinterlace": false,
"height": 384,
"hwaccel": false,
"pix_fmt": 0,
"name": "webtv-h264",
"description": "WEBTV codec H264",
"codec_name": "libx264",
"profile": 0
}

View file

@ -0,0 +1,12 @@
{
"bit_rate": 0,
"qscale": 0,
"tracks": 1,
"sample_fmt": -1,
"sample_rate": 0,
"channel_layout": 0,
"name": "webtv-aac",
"description": "WEBTV codec AAC",
"codec_name": "aac",
"profile": 0
}