Changes between Version 56 and Version 57 of FilteringGuide


Ignore:
Timestamp:
Dec 28, 2023, 10:50:21 PM (2 years ago)
Author:
soundflix
Comment:

missing quote character

Legend:

Unmodified
Added
Removed
Modified
  • FilteringGuide

    v56 v57  
    338338codec="-vcodec libx264  -pix_fmt yuv420p -b:v 700k -r 25 -maxrate 700k -bufsize 5097k"
    339339
    340 command_line=(ffmpeg -i "$in_file" -vf "$filter" "$codec" -an $out_file")
     340command_line=(ffmpeg -i "$in_file" -vf "$filter" "$codec" -an "$out_file")
    341341
    342342echo "${command_line[@]}"