Hello everybody! I'm capturing video from /dev/video0 with php :
...some code.... $vid0=fread($handle0,1024); # get 1KB of data fwrite($min_file0,$vid0); # and save it ...some other code I'm creating 1 min long files... all files are playable with vlc, mplayer, windows media player (with extra codecs) but if I try to edit them, 50% of files could not be opened in adobe premiere... Probably because of cutting frame/header in the middle... If it's true then maybe I should get different size of packet (instead of 1024 byte maybe 64bytes) Can somebody help me? Regards Karol Zapolski _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
