New answers tagged command
Score of 0
0
votes
(python 3) Auto-Conversion from .h264 to .mp4
This Python code convert .h264 video and .mp4a audio to mp4 file without MP4Box nor FFMPEG.
import struct
import sys
from typing import Dict, List, Optional, Tuple
class TrackParser:
def __init__(...
Score of -1
-1
votes
How to limit accepted SSL/TLS versions when using Sim800
For SIM800L the latest supported TSL is 1.0.
I couldn't find online firmware that support modern TSL encryption. cause of hardware version limitation.
You can use server/proxy the receives TSL1.0 and ...
Top 50 recent answers are included
Related Tags
command × 10607linux × 1346
shell × 1207
python × 947
bash × 889
windows × 722
batch-file × 703
wpf × 689
java × 651
c# × 643
command-line × 598
terminal × 507
unix × 490
cmd × 468
php × 436
mvvm × 326
powershell × 293
macos × 241
prompt × 224
line × 220
c × 198
javascript × 194
discord × 190
android × 189
laravel × 175