本文列出了适用于Windows 11/10免费便携式视频编辑器软件(free portable video editor software)。便携式软件不需要安装,可以在旅途中使用。因此(Hence),这些视频编辑器无需安装在您的 PC 上即可运行。您可以双击程序 (exe) 文件来打开和使用这些视频编辑器。此外,您可以将这些视频编辑器放在USB(USB)闪存驱动器等便携式存储设备中,并在需要时简单地即插即用。
适用于Windows 11/10的免费便携式视频编辑器(Portable Video Editors)
这些是适用于Windows 11/10 PC 的便携式视频编辑器免费软件:
- 镜头切
- 维迪奥
- XMedia 重新编码
- 虚拟配音
- FFmpeg
让我们详细看看这些便携式视频编辑器!
1] 截图
Shotcut是适用于(Shotcut)Windows 10的免费、开源和便携式视频编辑器软件。它是此列表中最好的之一,可为您提供各种高级功能。您可以从其官方网站获取其便携式版本。或者,此视频编辑器还提供安装程序包。
在 Shotcut 中,您可以通过合并两个或多个视频和其他媒体文件来执行视频合成。(video compositing)您还可以在其中找到色彩校正和分级工具(color correction and grading tools),包括Mids、Shadows和Highlights。还提供了几个视频过滤器(video filters),例如色度键、alpha、键溢出、旧胶片(chroma key, alpha, key spill, old film,)等。去隔行(Deinterlacing)、白平衡滴管、速度效果(speed effects)、推子控制、轨道控制、覆盖、波纹删除和各种混合模式是它的另一个特征。除此之外,您还可以使用标准的视频编辑工具,如修剪、( trim,) 分割(split)、裁剪(crop)和视频转换(video transitions)。
Shotcut提供了一些高级功能,例如4k 支持、音频录制( 4k support, audio recording,)和网络摄像头录制(webcam recording)。它适用于许多视频文件格式,包括MP4、AVI、MPEG、WMV、MKV等。
2]白痴
Vidiot是适用于Windows 10的免费便携式视频编辑器。它是一款轻量级的非线性视频编辑软件。您可以在其中找到各种标准视频编辑功能。它的一些工具包括修剪、裁剪、不透明度、旋转、缩放、位置、音量、推子、平衡、视频关键帧(Trim, Crop, Opacity, Rotation, Scaling, Position, Volume, Fader, Balance, Video keyframes,)和音频关键帧(Audio keyframes)。您还可以使用其速度( Speed)功能更改视频播放速度。它使您可以为视频添加不同的音频。
只需(Simply)将视频文件拖放到其界面上,然后使用时间轴(Timeline)开始编辑视频。它允许您导入和导出不同文件格式的视频,包括MP4、AVI、MOV、3GP、WebM、MPEG等。
3] XMedia 重新编码
XMedia Recode是一款适用于(Recode)Windows 10的免费便携式批量视频转换器和处理实用软件。除了转换之外,您还可以在其中找到许多不错的视频编辑功能。它提供了Color Curves, Color Correction, Denoise, Flip, Rotate, Resize, Crop, Smart Blur, Box Blur, Hue/Saturation, Painting Effect, Watermark, Draw a box, Sharpness, Vignette, Grayscale, Clip Speed, Mirror,Filters/ Preview选项卡中找到这些以及更多视频编辑工具。
由于它是一个批处理器,您可以使用它一次批量编辑多个视频。(batch edit multiple videos at once)只需(Just)添加输入视频文件,转到Filters/ Preview选项卡,添加所需的编辑过滤器,设置输出视频配置,然后使用其Add to queue > Encode选项一次处理它们。它支持的输入输出视频格式包括MP4、MKV、AVI、FLV、 3GP 、MPEG、MOV等。
4]虚拟配音
VirtualDub是另一款适用于(VirtualDub)Windows 10的便携式视频编辑软件。它不是具有很多功能的高级视频编辑器。但是,您可以在其中获得一些标准编辑选项来编辑视频以用于一般目的。它的一些功能包括帧速率、颜色深度、视频压缩、添加音频、音频过滤器(frame rate, color depth, video compression, add audio, audio filter,)和修剪(trim)。
它提供了许多有用的视频过滤器来应用于视频,如模糊、框模糊、bob doubler、浮雕、去隔行、填充、反转、灰度、旋转、调整大小、翻转、锐化、平滑(blur, box blur, bob doubler, emboss, deinterlace, fill, invert, grayscale, rotate, resize, flip, sharpen, smoother)等。要保存您编辑的视频,它支持AVI、原始视频、动画 GIF、Adobe Filmstrip(AVI, Raw video, Animated GIF, Adobe Filmstrip,)和图像序列(Image Sequence) 文件格式。
它提供了一些附加功能,包括捕获视频、创建测试视频、基准重采样器、十六进制编辑器、运行视频分析通道、动态编译(Capture Video, Create Test Video, Benchmark Resampler, Hex Editor, Run video analysis pass, Dynamic compilation,)等。
5]FFmpeg
FFmpeg是一个基于命令的(FFmpeg)Windows视频处理软件。它是完全免费的、开源的和可移植的。使用此命令行工具,您可以执行许多视频编辑任务。例如,您可以调整视频大小(resize a video)、旋转视频、编辑视频元数据(edit video metadata)、裁剪视频等。以下是一些可用于使用 FFmpeg 编辑视频的命令:
要裁剪视频,请使用以下命令:
ffmpeg -i [input-video] -filter_complex "[0:v]crop=width:height:x:y[cropped]" -map "[cropped]" [output-video]
在上述命令中,提供视频的裁剪部分来代替width:height
. 并且,x:y
用于输入像素位置以从左 (x) 和顶部 (y) 边缘裁剪视频。
要剪切视频,您需要输入以下命令:
ffmpeg -ss 00:00:05 -i [InputVideo] -to 00:00:10 -c:v copy -c:a copy [OutputVideo]
上述命令将从原始视频的第 5 秒到第 10 秒修剪视频。
要合并两个视频,请使用以下命令:
(echo file 'first-file.mp4' & echo file 'second-file.mp4' )>list.txt
ffmpeg -safe 0 -f concat -i list.txt -c copy output.mp4
同样,还有多个其他命令可以使用FFmpeg编辑视频。打开FFmpeg 文件夹中的命令提示符,(Command Prompt in FFmpeg folder)只需输入相应的命令即可执行视频编辑任务。检查ffmpeg.org以探索其视频编辑命令和其他文档。
因此,这些是免费的便携式视频编辑软件,您无需在 Windows 11/10 PC 上安装即可使用。如果您不介意安装主题,这些免费的视频编辑软件(free video editoring software) 可能会让您感兴趣。
Best Free Portable Video Editors for Windows 11/10
This аrticle lists down free portable video editor software for Windows 11/10. A portable software requires no installation and can be used on the go. Hence, these video editors don’t need to be installed on your PC to run. You can double-click on the program (exe) file to open and use these video editors. Additionally, you can carry these video editors in a portable storage device like a USB flash drive and simply plug-and-play whenever required.
Free Portable Video Editors for Windows 11/10
These are portable video editor freeware available for Windows 11/10 PC:
- Shotcut
- Vidiot
- XMedia Recode
- VirtualDub
- FFmpeg
Let’s check out these portable video editors in detail!
1] Shotcut
Shotcut is a free, open-source, and portable video editor software for Windows 10. It is one of the best from this list that provides you various advanced features. You can get its portable version from its official website. Alternately, an installer package is also available for this video editor.
In Shotcut, you can perform video compositing by merging two or more videos and other media files. You can also find color correction and grading tools in it including Mids, Shadows, and Highlights. Several video filters are also available, such as chroma key, alpha, key spill, old film, etc. Deinterlacing, eyedropper for white balance, speed effects, fader controls, track controls, overwrite, ripple delete, and various blending modes are its other features. Apart from that, you can also use standard video editing tools like trim, split, crop, and video transitions.
Shotcut offers few advanced features like 4k support, audio recording, and webcam recording. It works well with a lot of video file formats including MP4, AVI, MPEG, WMV, MKV, etc.
2] Vidiot
Vidiot is a free and portable video editor for Windows 10. It is a lightweight and non-linear video editing software. You can find various standard video editing features in it. Some of its tools include Trim, Crop, Opacity, Rotation, Scaling, Position, Volume, Fader, Balance, Video keyframes, and Audio keyframes. You can also change video playback speed using its Speed feature. It lets you add different audio to your video.
Simply drag and drop video files onto its interface and start editing the videos using the Timeline. It lets you import and export videos in different file formats including MP4, AVI, MOV, 3GP, WebM, MPEG, etc.
3] XMedia Recode
XMedia Recode is a free and portable batch video converter and processing utility software for Windows 10. Apart from conversion, you can find a lot of nice video editing features in it. It offers tools like Color Curves, Color Correction, Denoise, Flip, Rotate, Resize, Crop, Smart Blur, Box Blur, Hue/Saturation, Painting Effect, Watermark, Draw a box, Sharpness, Vignette, Grayscale, Clip Speed, Mirror, etc. You can find these and many more video editing tools in its Filters/ Preview tab.
As it is a batch processor, you can batch edit multiple videos at once using it. Just add the input video files, go to the Filters/ Preview tab, add desired editing filters, set up output video configurations, and then process them all at once using its Add to queue > Encode option. The input and output video formats supported by it include MP4, MKV, AVI, FLV, 3GP, MPEG, MOV, etc.
4] VirtualDub
VirtualDub is another portable video editing software for Windows 10. It is not an advanced video editor with a lot of features. However, you get some standard editing options in it to edit videos for general purposes. Some of its features include frame rate, color depth, video compression, add audio, audio filter, and trim.
It offers a lot of useful video filters to apply to videos such as blur, box blur, bob doubler, emboss, deinterlace, fill, invert, grayscale, rotate, resize, flip, sharpen, smoother, etc. To save your edited videos, it supports AVI, Raw video, Animated GIF, Adobe Filmstrip, and Image Sequence file formats.
Some additional features are provided in it that include Capture Video, Create Test Video, Benchmark Resampler, Hex Editor, Run video analysis pass, Dynamic compilation, and more.
5] FFmpeg
FFmpeg is a command-based video processing software for Windows. It is completely free, open-source, and portable. Using this command-line tool, you can perform a lot of video editing tasks. For example, you can resize a video, rotate a video, edit video metadata, crop a video, etc. Here are some commands that you can use to edit videos using FFmpeg:
To crop a video, use the following command:
ffmpeg -i [input-video] -filter_complex "[0:v]crop=width:height:x:y[cropped]" -map "[cropped]" [output-video]
In the above command, provide a cropped portion of the video in place of width:height
. And, x:y
is used to enter pixel position to crop video from left (x) and top (y) edges.
To cut a video, you need to enter the below command:
ffmpeg -ss 00:00:05 -i [InputVideo] -to 00:00:10 -c:v copy -c:a copy [OutputVideo]
The above command will trim a video from the 5th second to the 10th second of the original video.
To merge two videos, use the below command:
(echo file 'first-file.mp4' & echo file 'second-file.mp4' )>list.txt
ffmpeg -safe 0 -f concat -i list.txt -c copy output.mp4
Similarly, there are multiple other commands to edit videos with FFmpeg. Open Command Prompt in FFmpeg folder and simply enter the respective command to perform a video editing task. Check ffmpeg.org to explore its video editing commands and other documentations.
So, these are the free portable video editing software that you can use without installing them on your Windows 11/10 PC. If you don’t mind installing the theme, these free video editoring software may interest you.