WDTV translate profile

Post Reply
km123
Posts: 11
Joined: Sun Apr 04, 2010 12:52 am

WDTV translate profile

Post by km123 »

Hi Eugene,
Is it possible create 'translate profile'

Transcode is change or recode codec X to codec Y this is loosing CPU power and quality

in my meanning translate is only use VLC/mplayer/mencoder
dump shoutcast stream and create output in suitable file format without
transcoding

example mencoder -ovc copy -oac copy -of [mpeg or mp4] ... tml]source

when is based on ffmpeg there is acodec option also copy
is it possible use aenc=copy for this ?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: WDTV translate profile

Post by Eugene »

Hi,
km123 wrote: Is it possible create 'translate profile'

Transcode is change or recode codec X to codec Y this is loosing CPU power and quality

in my meanning translate is only use VLC/mplayer/mencoder
dump shoutcast stream and create output in suitable file format without
transcoding

example mencoder -ovc copy -oac copy -of [mpeg or mp4] ... tml]source

when is based on ffmpeg there is acodec option also copy
is it possible use aenc=copy for this ?
Settings-Transcoder-Profiles-Add
Name: Audio (remux)
Media resource type: Music
Mime-type: video/mpegts
Transcoding parameters:

Code: Select all

"<VLC>" -Idummy --language=en --sout=#duplicate{dst=std{access=file,mux=ts,dst="<OUTPUT FILE>"}} "<INPUT FILE>"
Choose a new profile for a media resource on the right mouse button. By default transcoding buffer for internet resources is not used (size = 0). Settings-Transcoder-Buffer-Internet

Another profile

Code: Select all

"<VLC>" -Idummy --language en --sout=#transcode{acodec=s16le,samplerate=44100}:duplicate{dst=std{access=file,mux=wav,dst="<OUTPUT FILE>"}} "<INPUT FILE>"
Mime-type: audio/x-wav
km123
Posts: 11
Joined: Sun Apr 04, 2010 12:52 am

Re: WDTV translate profile

Post by km123 »

this is not working for me now - vlc syntax is ok (Audio - remux profile)

VLC executed from cli is working but WDTVlive is not playing i-radio
only busy rotating cursor is on TV
km123
Posts: 11
Joined: Sun Apr 04, 2010 12:52 am

Re: WDTV translate profile

Post by km123 »

update on 0.73.4 version
but oroginal Music VLC -> WAV is producing this error

VLC- error log
File reading failed:
VLC could not open the file "Code:".
Your input can't be opened:
VLC is unable to open the MRL 'Code:'. Check the log for details.
File reading failed:
VLC could not open the file "E:\tmp\WmsTemp\Test_d2043da22032f15de979796021f70da4.wav".
Your input can't be opened:
VLC is unable to open the MRL 'E:\tmp\WmsTemp\Test_d2043da22032f15de979796021f70da4.wav'. Check the log for details.

Code: Select all


"\Program Files\VideoLAN\VLC\vlc.exe" Code: "E:\tmp\WmsTemp\Test_d2043da22032f
15de979796021f70da4.wav"

"\Program Files\Wild Media Server\wmsmpeg.exe" "D:\Program Files\VLCPortable\A
pp\vlc\vlc.exe" -Idummy --language en --sout=#transcode{acodec=s16le,samplerate=
44100}:duplicate{dst=std{access=file,mux=wav,dst="E:\tmp\WmsTemp\Test_d2043da220
32f15de979796021f70da4.wav"}} "http://94.23.8.96:8030"
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: WDTV translate profile

Post by Eugene »

I have no problems at WDTV Live with profile

Code: Select all

"<VLC>" -Idummy --language en --sout=#transcode{acodec=s16le,samplerate=44100}:duplicate{dst=std{access=file,mux=wav,dst="<OUTPUT FILE>"}} "<INPUT FILE>"
Mime-type: audio/x-wav

Perhaps you have a problem because of the use VLC Portable
km123
Posts: 11
Joined: Sun Apr 04, 2010 12:52 am

Re: WDTV translate profile

Post by km123 »

no VLCportable is removed and installed normal 1.0.5 Goldeneye VLC player
I am using last fw in WDTVlive player

if is possible add to "how to use WMS" also Music documentation

what is minetype (I know what is) but how minetype affecting playback
changing filename extension or minetype is part of XML packet which is sent to player

WDTV live is not using "file/magic" filetype for detection wrong
filename extension and supported codec in supported container is sometime problem
Post Reply