Skip to content

Instantly share code, notes, and snippets.

View TinDang97's full-sized avatar
🌴
Get new challange

Tín Đặng TinDang97

🌴
Get new challange
  • Trustify Technology
  • Ho Chi Minh, Viet Nam
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0mivx7r" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="8.9.0">
<bpmn:collaboration id="Collaboration_0n4k5w8">
<bpmn:participant id="Participant_1a2hsx5" name="Trình tự và các bước phát sinh hợp đồng cho khách hàng" processRef="Process_0z6wwu1" />
<bpmn:group id="Group_1w4038j" categoryValueRef="CategoryValue_0c7cseu" />
</bpmn:collaboration>
<bpmn:process id="Process_0z6wwu1" isExecutable="false">
<bpmn:laneSet id="LaneSet_0hchk15">
<bpmn:lane id="Lane_1u38qkx">
<bpmn:flowNodeRef>StartEvent_19nmtwx</bpmn:flowNodeRef>
@TinDang97
TinDang97 / build_ffmpeg_cuda_debian
Last active May 9, 2024 07:12
Build FFMPEG script with full feature, include scale_cuda, scale_npp, vpx, libx,...
#!/bin/bash
# https://github.com/markus-perl/ffmpeg-build-script
PROGNAME=$(basename $0)
VERSION=1.18
CWD=$(pwd)
PACKAGES="$CWD/packages"
WORKSPACE="$CWD/workspace"
CFLAGS="-I$WORKSPACE/include"
@TinDang97
TinDang97 / gist:c90810fc4f087874ad6ad69bbb3c6404
Created September 10, 2020 10:31 — forked from tayvano/gist:6e2d456a9897f55025e25035478a3a50
complete list of ffmpeg flags / commands
Originall From: Posted 2015-05-29 http://ubwg.net/b/full-list-of-ffmpeg-flags-and-options
This is the complete list that’s outputted by ffmpeg when running ffmpeg -h full.
usage: ffmpeg [options] [[infile options] -i infile]… {[outfile options] outfile}…
Getting help:
-h — print basic options
-h long — print more options
-h full — print all options (including all format and codec specific options, very long)