Links to the problematic media resources

Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Links to the problematic media resources

Post by Eugene »

In this topic you can tell about film, music, Internet resources, which are not played through the server using transcoding. For movies, music files, you must specify a reference to a public resource download (torrent, emule, rapidshare) and profile name to use transcoding, for Internet resources - publicly linking to the resource. I will try to suggest a solution.
DEvil HUnter
Posts: 23
Joined: Sun Dec 20, 2009 12:54 am

Re: Links to the problematic media resources

Post by DEvil HUnter »

hi, problem with a video file...
specialy with the audio part:
wild media server tells me the codec is: PCMS16LE
vlc tells me: araw

(video part is mpeg4 (xvid) - no problem with that)

ps: very very nice tool
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

DEvil HUnter wrote:hi, problem with a video file...
specialy with the audio part:
wild media server tells me the codec is: PCMS16LE
vlc tells me: araw

(video part is mpeg4 (xvid) - no problem with that)

ps: very very nice tool
Hi,
What is the problem? When transcoding?
DEvil HUnter
Posts: 23
Joined: Sun Dec 20, 2009 12:54 am

Re: Links to the problematic media resources

Post by DEvil HUnter »

the console is opening..
printing some lines of text (about 10 i think).
than exiting..
(about 5times)

seams like an error occures before the real transcoding is starting.
something like can't read audio coding or so. i will try to get a screenshot of it.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

DEvil HUnter wrote:the console is opening..
printing some lines of text (about 10 i think).
than exiting..
(about 5times)

seams like an error occures before the real transcoding is starting.
something like can't read audio coding or so. i will try to get a screenshot of it.
You can use the test transcoding
testtrans.JPG
testtrans.JPG (37.87 KiB) Viewed 18178 times
DEvil HUnter
Posts: 23
Joined: Sun Dec 20, 2009 12:54 am

Re: Links to the problematic media resources

Post by DEvil HUnter »

seams like the problem is a character encoding problem...
the file has a 'ü' in its name...
(german umlaut)...

so it can't find the file because it interpretes the character in an other way...
maybe depending on the transcoder programm..
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

DEvil HUnter wrote:seams like the problem is a character encoding problem...
the file has a 'ü' in its name...
(german umlaut)...

so it can't find the file because it interpretes the character in an other way...
maybe depending on the transcoder programm..
May be help to use short file name, in the beginning transcoding profile

Code: Select all

begin
  InputFileName := ExtractShortPathName(InputFileName);  
DEvil HUnter
Posts: 23
Joined: Sun Dec 20, 2009 12:54 am

Re: Links to the problematic media resources

Post by DEvil HUnter »

nope - this is not fixing the prob
result string is empty
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

DEvil HUnter wrote:nope - this is not fixing the prob
result string is empty
Probably off the creation of short names - http://support.microsoft.com/kb/121007/en-us
DEvil HUnter
Posts: 23
Joined: Sun Dec 20, 2009 12:54 am

Re: Links to the problematic media resources

Post by DEvil HUnter »

the key has the value 2..
tryed the value 0 - no effect...

(have win 7 pro)

the path i have problem with is:
i think the problem is the ü as before..

Code: Select all

D:\Musik\christina stürmer\videos\Christina Stürmer - Mehr Waffen Video.avi
Post Reply