Changes between Version 12 and Version 13 of Null


Ignore:
Timestamp:
Nov 26, 2021, 10:38:23 AM (5 years ago)
Author:
Pascal S
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Null

    v12 v13  
    88* creating a blank video "canvas" for filtering
    99* making silent audio
     10* fixing TV media player issues
    1011
    1112----
     
    7677The [https://ffmpeg.org/ffmpeg-filters.html#null null] video filter will pass the video source unchanged to the output.
    7778
     79See also [[HowToFixTvPlaybackIssues|How to fix TV media player issues]]
     80
    7881== anullsrc ==
    7982
     
    9396
    9497Note the `-t 1` input option: you do not need to match this duration value with the associated video stream. It only needs to be shorter as the concat filter will pad the remaining duration with additional silence.
     98
     99Windows users should replace "\" by "^".
     100
     101See also [[HowToFixTvPlaybackIssues|How to fix TV media player issues]]
    95102
    96103== nullsrc ==