Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 72
View file
ffxvid-1.5.3.tar.gz/ffxvid
Changed
@@ -648,6 +648,17 @@ ;; esac +printf "Set the VBV Maxrate/Buffer Size? [y/N]: " +read vbv +if [ "$vbv" = "y" -o "$vbv" = "Y" ]; then + printf "Specify the VBV Maxrate in kbps [press 'Enter' to skip]: " + read vbv_max + test ! -z "$vbv_max" && ffvbv_maxrate="-maxrate ${vbv_max}k" + printf "Specify the VBV Buffer Size in kbps [press 'Enter' to skip]: " + read vbv_buf + test ! -z "$vbv_buf" && ffvbv_bufsize="-bufsize ${vbv_buf}k" +fi + video_denoise_func() { printf "Denoise the Input File? [y/N]: " read dn @@ -3226,7 +3237,7 @@ test ! -z "$COMMENT" && METACOMMENT="-metadata comment=\"$COMMENT\"" encoder_func() { - VIDOPTS="${EXTSUBS[*]} $vidmap -disposition:v:0 default $aspect $ofps $METADATA $CHAPS $METATITLE $METAGENRE $METAYEAR $METACOMMENT $vfilters $coloroptions" + VIDOPTS="${EXTSUBS[*]} $vidmap -disposition:v:0 default $aspect $ofps $METADATA $CHAPS $METATITLE $METAGENRE $METAYEAR $METACOMMENT $ffvbv_maxrate $ffvbv_bufsize $vfilters $coloroptions" case "$1" in 1p|cq) test "$encmode" = "1p" && passone="-b:v $vbitrate" || passone="-q:v $CQ"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.