Skip to content

Instantly share code, notes, and snippets.

@dmvictor
dmvictor / x264_fullhelp.txt
Last active June 7, 2021 09:40
x264_fullhelp
x264 core:163 r3M 537ff6e
Syntax: x264 [options] -o outfile infile
Infile can be raw (in which case resolution is required),
or YUV4MPEG (*.y4m),
or Avisynth if compiled with support (yes).
or libav* formats if compiled with lavf support (yes) or ffms support (no).
Outfile type is selected by filename:
.264 -> Raw bytestream
.mkv -> Matroska
input: "data"
input_shape {
dim: 1
dim: 3
dim: 224
dim: 224
}
layer {
name: "caffe.SpatialConvolution_0"
type: "Convolution"
@dmvictor
dmvictor / tsn_resnet200_rgb_train_val.prototxt
Created February 6, 2020 11:40
Resnet200 training prototxt
name: "BN-Inception"
layer {
name: "data"
type: "VideoData"
top: "data"
top: "label"
video_data_param {
source: "data/ucf101_rgb_train_split_1.txt"
batch_size: 8
new_length: 1