diff options
Diffstat (limited to 'tools/process-video')
-rw-r--r-- | tools/process-video | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/process-video b/tools/process-video index c80c4f7..150fbf7 100644 --- a/tools/process-video +++ b/tools/process-video @@ -22,11 +22,11 @@ if [ "${?}" == "1" ] ; then exit 1 fi -##./audio_channels_diff $1 -##if [ "${?}" == "3" ] ; then -## echo "should run ./merge_audio_stereo_track $1...neh.." +./audio_channels_diff $1 +if [ "${?}" == "3" ] ; then +# echo "should run ./merge_audio_stereo_track $1...neh.." # #./merge_audio_stereo_track $1 -##fi +fi ## ./audio_check_silence |