February 3rd, 2014, 9:52
February 3rd, 2014, 11:27
February 3rd, 2014, 12:33
falther wrote:Hi,
I am asking for advice how to solve following problem of one of my customers:
He has a full 1TB HD (perfectly working!) with recorded films out of this Panasonic
flat screen TV and wants to use it on a different TV from LG.
Looks like the recording from Panasonic is proprietory and I dont see files in
either Windows - nor with any the typical recovery software packages (R-Studio)
Has anyone delt with such "conversion" or can suggest a way ?
Thank you
+++
February 3rd, 2014, 13:03
February 3rd, 2014, 13:08
February 4th, 2014, 3:06
Working stages:
1-Fix de partition type
2-Mount the file system
3-Copy files into external system
4-See media files into Media Player
1-Fix de partition type:
System files are UFS2 used in FreeBSD. See them with Gparted (Ubuntu)
2-Mount the file system:
You can mount the file system from Ubuntu, using de command line (in graphic mode doesn't work):
sudo mount -t ufs -o ro,ufstype=ufs2 /dev/<partition> /media/<folder> (then you need to change file permissions.
In my case I activated a root account and I mounted:
mount -t ufs -o ro,ufstype=ufs2 /dev/sdb1 /media (see with GParted disk USB name, in my case sdb1)
3-Copy files in a external system:
Now you can work in graphic mode, You will find de mounted file system in /media, in a folder called "private", inside this folder are all files used by Panasonic. You can use Administrator files to change access permissions and copy them to everywhere you like.
For each recording will find four files with extensions: chp,aid,tts and vid.
Audio and video are in tts file.
4-See media files in a Media Player:
I STILL CAN'T PLAY MEDIA FILES. Only VCL Media Player recognize tts files, but don't find video. It would be some encryption, or I don't have correct codec
February 4th, 2014, 4:27
February 4th, 2014, 6:51
Powered by phpBB © phpBB Group.