Sarlic Wrote:Hi Davilla -- sorry.... What is the name of the editor? Man DD? (totally new to this, sorry for the stupid question.)
If your using Linux, you could enter something such as this in terminal:
Code:
dd if=IronMan.mkv of=Test.mkv bs=1024 count=125000This would give you a 125 Mb clip named "Test.mkv" from IronMan.mkv (as an example).
If you type "man dd" in terminal, it will give you more explanation as to how dd works, and other options you can use.

Search
Help