Adrian Perello Marin (12021-04-28): > I receive about 100 videos, with a CSV file containing the credits of > the video; and I have to convert the text in each of the videos to > play at the beginning or at the end of the video. Is it possible to do > this by command line so that it reads the content of the CSV (video > name and credits text) and processes them in a "more or less" > automatic way?
Not with FFmpeg directly. But FFmpeg is a command-line tool, it plays well with other command-line tools. You just need to learn how to use them. -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
