James Brundage

Results 990 issues of James Brundage
trafficstars

### Extends Edit-Media, Show-Media ### Synopsis Shuffle the Planes in a Stream ### Description Shuffles the planes in a video stream ### Example _No response_ ### Links https://ffmpeg.org/ffmpeg-filters.html#shuffleplanes

enhancement

### Extends Edit-Media, Show-Media ### Synopsis Pseudocolor extension ### Description Make pseudocolored video frames. ### Example _No response_ ### Links https://ffmpeg.org/ffmpeg-filters.html#pseudocolor

enhancement

Various scenarios prefer a FrameCount over a Timespan

enhancement

### Extends Edit-Media, Show-Media ### Synopsis Shuffle the Pixels in a Stream ### Description Shuffle the Pixels in a Video Stream ### Example _No response_ ### Links https://ffmpeg.org/ffmpeg-filters.html#shufflepixels

enhancement

### Description Later builds have begun to complain about this, and it might represent subtle pixel formatting issues. ### Reproducable Steps _No response_ ### Links _No response_

bug

### Description The mirror filter overquotes ### Reproducable Steps _No response_ ### Links _No response_

bug

### Description The Pixelate filter currently overquotes ### Reproducable Steps _No response_ ### Links _No response_

bug

While offsetting a unique stream is wanted, so is offsetting all of the streams in a media file. https://trac.ffmpeg.org/wiki/UnderstandingItsoffset

enhancement

### Extends Convert-Media, Edit-Media ### Synopsis Offset Video Stream ### Description Offset the video stream by a timespan ### Example ```PowerShell Edit-Media -InputPath ".\AVideo.MP4" -OffsetVideo '00:00:00.12' | ii ``` ###...

enhancement

### Extends Convert-Media, Edit-Media ### Synopsis Offset Audio Stream ### Description This should offset the audio stream by a timespan ### Example ```PowerShell Edit-Media -InputPath ".\AVideo.mp4" -OffsetAudio '-00:00:00.33' ``` ###...

enhancement