I want to cut a clip from a video that is 12 minutes long, I want to cut 4:00-5:00 out without re-encoding it. The video file has 6 audio tracks, all of which I want so I can't use an editing software like Priemere Pro. I also don't want the bitrate of the video or audio changed, or the frame rate, or audio sample rate changed as well.
I just want the video to be cut. Is there any way to do this with Shanaencoder 4.9 or other shana Products? (or any other software)
ps I am also looking for an audio/video stitching software for windows if anyone knows of any.
English
2018.07.16 13:19
I want to clip a video file how do I do that with ShanaEncoder?
조회 수 11574 추천 수 0 댓글 2
-
ShanaEncoder Translation
-
This board is for users of the ShanaEncoder international version
-
Can Shanaencoder use DebugFrameSever?
-
关于无损剪切HEVC的问题请教下是怎么回事?
-
I think output file of first pass of 2pass encoding is unnecessary.
-
placebo中,处理速率不精准,23.976fps显示0.28X,导致预计编码剩余时间错误
-
Select Audio Stream for Multiple Files
-
Frame bar (Feature request)
-
UTF-8 encoding value for subtitlle style
-
Consider increasing the value for the 'analyzeduration' and 'probesize' opti 报错这个
-
FFmpeg 4.1 正式发布,支持 AV1 编码 MP4,shanaencoder会更新吗?
-
Re-Encode to folder with same basename
-
AAC Bit rates.
-
Shana Encoder and Panasonic GH5 files
-
bdmv m2ts 3d资源播放出来怎么是2D的,没有加载SSIF信息?如何压制同时保留3D效果。
-
shana frame back to Set segmet / crop (Q)
-
mkv附件ass字幕样式丢失
-
I want to clip a video file how do I do that with ShanaEncoder?
-
Window 10 Program Files Folder glitch.
-
Dropping files into Shana v4.9.0.1
-
如何永久的设置ShanaEncoder.sha CPU相关性,所使用的CPU核心。
-
HEVC MP4 container hvc1 codec output option?
I'm not sure if Shana can cut a video with multiple audio tracks. But basically if you want to preserve all the video and audio properties and cut out the beginning and ending segments of the file, always select the 'stream copy' options in the video and audio codec options in Shana.
That said, I'd like to recommend the apps specialized in cutting/joining video clips when you deal with multiple audio tracks. Bandicut and SolveigMM Video Splitter are two of the kind that come to my mind now. Although they're not free, you can download free trial versions and check out if they serve your purpose.
Another method I'd like to recommend is to install a pre-compiled FFmpeg binary file from the Zeranoe FFmpeg site and execute ffmpeg.exe in the command window. In this approach, you need to first pick the start time and end time of your desired clip on Shana's Set segment/Crop window by right-clicking the file in the list. Suppose you find out that your desired clip starts at 3.21 seconds and ends at 1 min 12.45 seconds. You can run the following command in the Windows command window to get your segment as output.mkv:
'-map 0' ensures all the input streams (video and audio tracks along with subtitle tracks) of the input video file are put in the output file and '-c copy' ensures all the streams are copied, not re-encoded. For other options, see FFmpeg documents.