Menu

#36 Pair of fixes to lav2mpeg

closed-accepted
None
5
2006-06-16
2006-06-15
Anonymous
No

There were of couple of glitches in the lav2mpeg script
when I tried to run it. These modifications let me run
the script w/o any problems.

--- /usr/bin/lav2mpeg 2006-06-12 10:38:22.000000000 -0600
+++ ./lav2mpeg 2006-06-14 23:34:17.000000000 -0600
@@ -253,7 +253,7 @@
esac
done
let MOPTIND=OPTIND-LAVRC_COUNT
-shift `expr $MOPTIND-1`
+shift `expr $MOPTIND - 1`

if [ "${QUIETLOG}" != "" ]; then
logfile=${QUIETLOG}
@@ -401,7 +401,7 @@
fi
fi

-if [ $video_inter -eq 1 ]; then
+if [ "$video_inter" == "1" ]; then
yuvdenoise_flags="$yuvdenoise_flags -F"
fi

Discussion

  • Bernhard Praschinger

    Logged In: YES
    user_id=155293

    The patch has gon into the CVS.

     
  • Bernhard Praschinger

    • assigned_to: nobody --> waldviertler
    • status: open --> closed-accepted
     

Log in to post a comment.