Changes between Version 2 and Version 3 of Ticket #10800


Ignore:
Timestamp:
Jan 16, 2024, 2:12:33 PM (3 years ago)
Author:
Bachir Bendrissou
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10800 – Description

    v2 v3  
    1616}}}
    1717
    18 Run the following command:
     18Next, prepare a log file, which is required by the ffmpeg two-pass video encoding command:
     19{{{#!bash
     20touch ffmpeg2pass-0.log
     21}}}
     22
     23Run the ffmpeg command:
    1924{{{#!bash
    2025./ffmpeg_g -y -v 9 -loglevel 99 -i small_movie.mp4 -pass 2 small_movie_out.mp4