Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > High Efficiency Video Coding (HEVC)

Reply
 
Thread Tools Search this Thread Display Modes
Old 23rd June 2016, 17:01   #1  |  Link
bonkabonk
Registered User
 
bonkabonk's Avatar
 
Join Date: Jan 2007
Location: Sweden
Posts: 23
How to transcode, "edit" and or cut clips out of HEVC videos?

I've downloaded some videos with HEVC. Normally, for XVID or mp4 etc. I could use VirtualDub or AviDemux to cut out the parts I liked.

But these tools don't seem to work because the vids are encoded with HEVC.
Vdub won't even play the file, it gives me an error:
Unsupported ftyp major_brand: 'iso4'

I've used MKVtoolnix, and it does cut out clips out of the video ... sort off. It's doesn't work like VirtualDub or AviDemux where you can set a beginning and an end and then choose to which codec you wanna transcode it all into.

For example, if I wanna cut a clip out of a 2 hour video from 40m25 to 41m53s, how would I do that:
- with MKVToolnix?
- with VirtualDub?
- with Avidemux?
__________________
"Anchovis, anchovis, you're so delicious,
I like you more than all the other fishes"


- Dawn Summers
bonkabonk is offline   Reply With Quote
Old 23rd June 2016, 18:15   #2  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
ffmpeg maybe
Code:
ffmpeg -i input.mp4 -ss 00:01:45.480 -to 00:01:46.606 (video,audio codec parameters here) part.mp4
smok3 is offline   Reply With Quote
Old 23rd June 2016, 19:06   #3  |  Link
filler56789
SuperVirus
 
filler56789's Avatar
 
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,351
VirtualDub + Avisynth + FFMS2. Example:

Code:
LoadCPlugin("B:\AVSplugins\FFMS2\c\ffms2.dll")
FFVideoSource("video.mkv", fpsnum=30000, fpsden=1001)
filler56789 is offline   Reply With Quote
Old 24th June 2016, 10:46   #4  |  Link
Leo 69
Registered User
 
Join Date: Nov 2004
Posts: 227
This will solve your issue:
https://sourceforge.net/projects/vir...eginputplugin/
Leo 69 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:19.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.