User Tools

Site Tools


ffmpeg:video:resize:basic_resize_a_video

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ffmpeg:video:resize:basic_resize_a_video [2025/01/29 22:04] – created peterffmpeg:video:resize:basic_resize_a_video [2025/01/29 22:06] (current) – removed peter
Line 1: Line 1:
-====== ffmpeg - Video - Resize - Basic resize a video ====== 
- 
-<code bash> 
-ffmpeg -i input.mp4 -vf "scale=1920:1080" -c:a copy output.mp4 
-</code> 
- 
-<WRAP info> 
-**NOTE:** 
- 
-  * **-i input.mp4**: Specifies the input video file. 
-  * **-vf "scale=1920:1080"**: Applies the scale filter to resize the video to 1920x1080 pixels. 
-  * **-c:a copy**: Copies the media streams without re-encoding. 
-  * **output.mp4**: Name of the output file. 
- 
-</WRAP> 
  
ffmpeg/video/resize/basic_resize_a_video.1738188284.txt.gz · Last modified: 2025/01/29 22:04 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki