Page 1 of 1
transcoding TRP files

Posted:
Mon Jul 11, 2011 1:23 pm
by jacobel
Hi,
Can some one advise me HOW TO transcode TRP files.
The TRP file is the recording output (PVR) from a Clarke-tech 3100HD satellite Decorder.
thanks.
Re: transcoding TRP files

Posted:
Mon Jul 11, 2011 1:39 pm
by zip
post ffmpeg -i of a file
Re: transcoding TRP files

Posted:
Mon Jul 11, 2011 5:34 pm
by jacobel
C:\Program Files\Serviio\lib>ffmpeg.exe -i 'D:/NED3HD.TRP'
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
'D:/NED3HD.TRP': Invalid data found when processing input
Details from other program - AVS Video Converter 8-
VideoCodec : H.264/AVC
Frame 1920x1080 pixels
Bitrate 8275 Kbps
fps 25
AudioCodec : AC3
Sample : 48 Kc 16 bits
Bitrate : 384 Kbps
Kanalen : 6
Will this help?
Re: transcoding TRP files

Posted:
Tue Jul 12, 2011 8:22 am
by zip
looks like ffmpeg doesn't recognize it so won't be able to support this file, sorry
Re: transcoding TRP files

Posted:
Tue Jul 12, 2011 9:44 am
by jacobel
OK. But is this then the END of the story?
Re: transcoding TRP files

Posted:
Tue Jul 12, 2011 10:01 am
by zip
You could ask at ffmpeg mailinglist. Otherwise transcode the files manually into a 'normal' format using a tool that supports it and then play as the other files.
Re: transcoding TRP files

Posted:
Tue Jul 12, 2011 10:24 am
by Illico
zip wrote:You could ask at ffmpeg mailinglist. Otherwise transcode the files manually into a 'normal' format using a tool that supports it and then play as the other files.
Or check if the latest
ffmpeg release support this format, in this case in the next serviio release that will be ok.
Re: transcoding TRP files

Posted:
Tue Jul 12, 2011 11:15 am
by jacobel
OK, Thanks.
Re: transcoding TRP files

Posted:
Tue Jul 12, 2011 12:03 pm
by jacobel
Hi,
I did some homework at the ffmpeg site and it seems to me that I need to build the ffmpeg with the external libx264 LIBRARY. Has the Serviio implementation such a possibility?
jacobel
Re: transcoding TRP files

Posted:
Tue Jul 12, 2011 12:08 pm
by zip
you only need the library if you want to encode h264, so it's not needed for Serviio. Just download a latest WIndows build.
Re: transcoding TRP files

Posted:
Tue Jul 12, 2011 12:13 pm
by Illico