조회 수 4603 추천 수 0 댓글 2
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

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.

Facebook Twitter Pinterest Kakao
  • ?
    JKyle 2018.07.17 11:28

    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:

     

    ffmpeg.exe -i input_video_file_name -ss 00:00:03.21 -to 00:01:12.45 -map 0 -c copy 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.

     

  • ?
    chessset5 2018.07.18 12:19
    thanks

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수 추천 수
공지 ShanaEncoder Translation 8 Rina 2021.04.28 45133 0
공지 This board is for users of the ShanaEncoder international version 7 Rina 2019.07.24 49622 1
54 Simplified Chinese 在进行转码时,cpu频率固定在一个值 yangxuheng 2023.11.15 1624 0
53 Simplified Chinese 处理速率用的是时间平均值,能否改成当前实时速率。 1 小樱 2022.11.21 10926 0
52 Simplified Chinese 复制视频音频会多出标签和全局标签 sz 2021.07.09 12704 0
51 Simplified Chinese 多个ass字幕文件同时支持 file 小樱 2019.08.11 22238 0
50 Simplified Chinese 如何使用固定码率,而不是平均码率?我想固定1700kbps 2 小樱 2015.03.03 20952 0
49 Simplified Chinese 如何把多个视频时长合并到一个文件,shana视乎只能做分割? 小樱 2015.12.26 21650 0
48 Simplified Chinese 如何永久的设置ShanaEncoder.sha CPU相关性,所使用的CPU核心。 3 file 小樱 2018.03.14 25807 0
47 Simplified Chinese 如何添加一个ASS字幕到视频内,并且不会被软件提取保存出来,MKV它是不可靠的 小樱 2015.02.26 23232 0
46 Simplified Chinese 如何设置才能取得更好的画质。preset? 小樱 2015.03.07 22370 0
45 Simplified Chinese 如何进行把两个或者多个视频进行合并成一个视频 小樱 2015.03.06 22095 0
44 Simplified Chinese 字幕这能否显示详细一些? 小樱 2015.03.14 20882 0
43 Simplified Chinese 希望可以出个docker版本 1 jjjj 2022.03.27 8524 1
42 Simplified Chinese 希望可以增加字幕整体放大功能 1 M 2021.07.30 15872 0
41 Simplified Chinese 希望可以考虑下使用NVEncC,QSVEncC,VCEncC来进行加速编码 1 贝蒂 2020.08.09 29521 0
40 Simplified Chinese 希望在视频编解码器 复制 里也能压制字幕 8 yangxuheng 2023.11.16 1579 0
39 Simplified Chinese 希望增加文件名后缀功能Hope to add file name suffix function 2 dixuanaoyi 2022.10.08 10870 0
38 Simplified Chinese 希望增加更完善的暂停功能 三水稻田 2023.11.23 1453 0
37 Simplified Chinese 希望增加能取消音频压制的选项 3 mjlissa 2023.11.29 1921 0
36 Simplified Chinese 希望提高多线程的支持 4 小妖 2020.05.23 25946 0
35 Simplified Chinese 建议在尺寸设置中X和Y能等比例调整,再加入百分比缩放的选项 2 file valman 2022.07.29 9874 0
Board Pagination Prev 1 ... 3 4 5 6 7 8 9 10 Next
/ 10