Merge pull request #107 from BrianPetkovsek/Fix-encoding-problem

Fixed encoding problem
This commit is contained in:
K4YT3X
2019-06-18 14:28:20 +00:00
committed by GitHub
8 changed files with 16 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Video2X Exceptions
Dev: K4YT3X

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: FFMPEG Class
Author: K4YT3X

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Video2X Image Cleaner
Author: BrianPetkovsek

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Video2X Upscaler
Author: K4YT3X

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
__ __ _ _ ___ __ __

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Name: Video2X Setup Script
Author: K4YT3X

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Waifu2x Caffe Driver
Author: K4YT3X

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: future_fstrings -*-
"""
Name: Waifu2x Converter CPP Driver
Author: K4YT3X