Skip to content

Commit

Permalink
High resolution videos fix (terroo#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
FawkesOficial committed Oct 24, 2022
1 parent e652a2a commit 564936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallset
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ _video(){
mkdir -p "$_dir_vid/$a"

echo -e "${_lang[27]}...\r"
ffmpeg -y -ss 00:00 -i ${1} -t 10 "${_dir_vid}/${a}/filename%05d.jpg" > ${_dir_vid}/${a}/video.info 2>&1
ffmpeg -y -ss 00:00 -i ${1} -qscale:v 2 -t 10 "${_dir_vid}/${a}/filename%05d.jpg" > ${_dir_vid}/${a}/video.info 2>&1
t=$(ls ${_dir_vid}/${a}/* | wc -l)
let t=t-1
echo ${1} > ${_dir_vid}/${a}/video.info
Expand Down

0 comments on commit 564936b

Please sign in to comment.