Cinerella: Difference between revisions

From Halfface
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
yum -y install libiec61883
Install binaries.
yum -y install libiec61883-utils
yum -y install libiec61883
yum -y install libiec61883-utils


  #> ./test-mpeg2 DestinationFile.ts
  #> ./test-mpeg2 DestinationFile.ts

Revision as of 07:15, 15 December 2007

Install binaries.

yum -y install libiec61883
yum -y install libiec61883-utils
#> ./test-mpeg2 DestinationFile.ts

If you get Failed to get libraw1394 handle you should try either to change your permissions under /dev/ or use sudo/root, a quick ’sudo chmod 777 /dev/raw1394′ will work. Rebuild mpeg2 files

To make your new capture files work under Cinelerra you will need to create table of contents of your mpeg2 file. This can easy be done with mpeg3toc.

#> mpeg3toc SourceFile DestinationFile

next way

plugctl -n 0 oPCR[0].n_p2p_connections=1
test-mpeg2 -r 0 > CaptureFile.m2t