VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. I am using FFMPEG to add text to video but am not managing how to skip lines/ add line breaks. I am looking forward to adding a text to the video but not all the text within the same as it is right now (all text in one single line). Can someone give me a command line hit about how to do this? Thanks for your attention.
    Quote Quote  
  2. In Windows, the line break is the "^" caret symbol

    eg.

    Code:
    ffmpeg -i input.mp4 ^
    -c:v libx264 ^
    -crf 18 ^
    -an ^
    output.mp4
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!