조회 수 4602 추천 수 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

  1. ShanaEncoder Translation 8

  2. This board is for users of the ShanaEncoder international version 7

  3. 关于无损剪切HEVC的问题请教下是怎么回事? 4

  4. 建议增加SVT-AV1软编和QSV-av1硬编 0

  5. Support of the aom av01 codec 0

  6. 缺少scale_cuda滤镜 0

  7. ass滚动特效失效,输出的MP4视频无法特效 0

  8. win7在软件设置时随机死机 0

  9. 265什么时候能支持GPU加速 2

  10. I found a windows file explorer bug. 2

  11. shana frame back to Set segmet / crop (Q) 1

  12. shana预览一些BDMV会有严重的交错,如何在预览的时候使用反交错? 0

  13. ass的一个老问题,3.1并没有解决 0

  14. 多个ass字幕文件同时支持 0

  15. Please take a look at the big guy and see what went wrong 0

  16. german Language 2

  17. Window 10 Program Files Folder glitch. 1

  18. I want to clip a video file how do I do that with ShanaEncoder? 2

  19. When to add GPU 2PSS qsv 2pass 1

  20. mkv附件ass字幕样式丢失 0

  21. placebo中,处理速率不精准,23.976fps显示0.28X,导致预计编码剩余时间错误 0

  22. 设置了intel硬件解码器QSV没有效果,并没有进行硬件解码 0

Board Pagination Prev 1 ... 3 4 5 6 7 8 9 10 Next
/ 10