From f78e5ae391b080678e2fcfc0082b8ab97398887e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 2 Nov 2014 00:13:20 +0300 Subject: [PATCH] Move outdated scripts to separate subdirectories --- video/{ => mplayer}/avi_comments.txt | 0 video/{ => mplayer}/m_catvideo | 0 video/{ => mplayer}/m_cropdetect | 0 video/{ => mplayer}/m_encode | 0 video/{ => mplayer}/m_encode_comments | 0 video/{ => mplayer}/m_encode_comments_a1 | 0 video/{ => mplayer}/m_encode_extract_a1 | 0 video/{ => mplayer}/m_extract_a1 | 0 video/{ => mplayer}/m_extract_a1_comments | 0 video/{ => mplayer}/m_fix-avi-index | 0 video/{ => mplayer}/m_read-vcd | 0 video/{ => mplayer}/m_recode2mp3 | 0 video/{ => mplayer}/m_split-avi | 0 video/{ => transcoding}/tc_add-comments | 0 video/{ => transcoding}/tc_calc_bitrate | 0 video/{ => transcoding}/tc_detectclipping | 0 video/{ => transcoding}/tc_encode | 0 video/{ => transcoding}/tc_encode_comments | 0 video/{ => transcoding}/tc_encode_comments_a1 | 0 video/{ => transcoding}/tc_encode_extract_a1 | 0 video/{ => transcoding}/tc_encode_x264 | 0 video/{ => transcoding}/tc_extract_a1 | 0 video/{ => transcoding}/tc_extract_a1_comments | 0 video/{tc-fix-avi-index => transcoding/tc_fix-avi-index} | 0 video/{ => transcoding}/tc_split | 0 video/{ => transcoding}/tc_split-avi-size | 0 video/{ => transcoding}/tc_split-avi-time | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename video/{ => mplayer}/avi_comments.txt (100%) rename video/{ => mplayer}/m_catvideo (100%) rename video/{ => mplayer}/m_cropdetect (100%) rename video/{ => mplayer}/m_encode (100%) rename video/{ => mplayer}/m_encode_comments (100%) rename video/{ => mplayer}/m_encode_comments_a1 (100%) rename video/{ => mplayer}/m_encode_extract_a1 (100%) rename video/{ => mplayer}/m_extract_a1 (100%) rename video/{ => mplayer}/m_extract_a1_comments (100%) rename video/{ => mplayer}/m_fix-avi-index (100%) rename video/{ => mplayer}/m_read-vcd (100%) rename video/{ => mplayer}/m_recode2mp3 (100%) rename video/{ => mplayer}/m_split-avi (100%) rename video/{ => transcoding}/tc_add-comments (100%) rename video/{ => transcoding}/tc_calc_bitrate (100%) rename video/{ => transcoding}/tc_detectclipping (100%) rename video/{ => transcoding}/tc_encode (100%) rename video/{ => transcoding}/tc_encode_comments (100%) rename video/{ => transcoding}/tc_encode_comments_a1 (100%) rename video/{ => transcoding}/tc_encode_extract_a1 (100%) rename video/{ => transcoding}/tc_encode_x264 (100%) rename video/{ => transcoding}/tc_extract_a1 (100%) rename video/{ => transcoding}/tc_extract_a1_comments (100%) rename video/{tc-fix-avi-index => transcoding/tc_fix-avi-index} (100%) rename video/{ => transcoding}/tc_split (100%) rename video/{ => transcoding}/tc_split-avi-size (100%) rename video/{ => transcoding}/tc_split-avi-time (100%) diff --git a/video/avi_comments.txt b/video/mplayer/avi_comments.txt similarity index 100% rename from video/avi_comments.txt rename to video/mplayer/avi_comments.txt diff --git a/video/m_catvideo b/video/mplayer/m_catvideo similarity index 100% rename from video/m_catvideo rename to video/mplayer/m_catvideo diff --git a/video/m_cropdetect b/video/mplayer/m_cropdetect similarity index 100% rename from video/m_cropdetect rename to video/mplayer/m_cropdetect diff --git a/video/m_encode b/video/mplayer/m_encode similarity index 100% rename from video/m_encode rename to video/mplayer/m_encode diff --git a/video/m_encode_comments b/video/mplayer/m_encode_comments similarity index 100% rename from video/m_encode_comments rename to video/mplayer/m_encode_comments diff --git a/video/m_encode_comments_a1 b/video/mplayer/m_encode_comments_a1 similarity index 100% rename from video/m_encode_comments_a1 rename to video/mplayer/m_encode_comments_a1 diff --git a/video/m_encode_extract_a1 b/video/mplayer/m_encode_extract_a1 similarity index 100% rename from video/m_encode_extract_a1 rename to video/mplayer/m_encode_extract_a1 diff --git a/video/m_extract_a1 b/video/mplayer/m_extract_a1 similarity index 100% rename from video/m_extract_a1 rename to video/mplayer/m_extract_a1 diff --git a/video/m_extract_a1_comments b/video/mplayer/m_extract_a1_comments similarity index 100% rename from video/m_extract_a1_comments rename to video/mplayer/m_extract_a1_comments diff --git a/video/m_fix-avi-index b/video/mplayer/m_fix-avi-index similarity index 100% rename from video/m_fix-avi-index rename to video/mplayer/m_fix-avi-index diff --git a/video/m_read-vcd b/video/mplayer/m_read-vcd similarity index 100% rename from video/m_read-vcd rename to video/mplayer/m_read-vcd diff --git a/video/m_recode2mp3 b/video/mplayer/m_recode2mp3 similarity index 100% rename from video/m_recode2mp3 rename to video/mplayer/m_recode2mp3 diff --git a/video/m_split-avi b/video/mplayer/m_split-avi similarity index 100% rename from video/m_split-avi rename to video/mplayer/m_split-avi diff --git a/video/tc_add-comments b/video/transcoding/tc_add-comments similarity index 100% rename from video/tc_add-comments rename to video/transcoding/tc_add-comments diff --git a/video/tc_calc_bitrate b/video/transcoding/tc_calc_bitrate similarity index 100% rename from video/tc_calc_bitrate rename to video/transcoding/tc_calc_bitrate diff --git a/video/tc_detectclipping b/video/transcoding/tc_detectclipping similarity index 100% rename from video/tc_detectclipping rename to video/transcoding/tc_detectclipping diff --git a/video/tc_encode b/video/transcoding/tc_encode similarity index 100% rename from video/tc_encode rename to video/transcoding/tc_encode diff --git a/video/tc_encode_comments b/video/transcoding/tc_encode_comments similarity index 100% rename from video/tc_encode_comments rename to video/transcoding/tc_encode_comments diff --git a/video/tc_encode_comments_a1 b/video/transcoding/tc_encode_comments_a1 similarity index 100% rename from video/tc_encode_comments_a1 rename to video/transcoding/tc_encode_comments_a1 diff --git a/video/tc_encode_extract_a1 b/video/transcoding/tc_encode_extract_a1 similarity index 100% rename from video/tc_encode_extract_a1 rename to video/transcoding/tc_encode_extract_a1 diff --git a/video/tc_encode_x264 b/video/transcoding/tc_encode_x264 similarity index 100% rename from video/tc_encode_x264 rename to video/transcoding/tc_encode_x264 diff --git a/video/tc_extract_a1 b/video/transcoding/tc_extract_a1 similarity index 100% rename from video/tc_extract_a1 rename to video/transcoding/tc_extract_a1 diff --git a/video/tc_extract_a1_comments b/video/transcoding/tc_extract_a1_comments similarity index 100% rename from video/tc_extract_a1_comments rename to video/transcoding/tc_extract_a1_comments diff --git a/video/tc-fix-avi-index b/video/transcoding/tc_fix-avi-index similarity index 100% rename from video/tc-fix-avi-index rename to video/transcoding/tc_fix-avi-index diff --git a/video/tc_split b/video/transcoding/tc_split similarity index 100% rename from video/tc_split rename to video/transcoding/tc_split diff --git a/video/tc_split-avi-size b/video/transcoding/tc_split-avi-size similarity index 100% rename from video/tc_split-avi-size rename to video/transcoding/tc_split-avi-size diff --git a/video/tc_split-avi-time b/video/transcoding/tc_split-avi-time similarity index 100% rename from video/tc_split-avi-time rename to video/transcoding/tc_split-avi-time -- 2.39.2