Help for converting in command line
Posted: 30 Jun 2018 19:25
Hi,
I'm tring to run this, and it resist to my will since hours... Realy, i read all that english and i'm probable verry close now
Starting form a sucessufull GUI conversion from ram to mp3, i take in GUI verbose message:
And try to run it in powershell... that the best prototype... according to -h..
Or, maybe this one? it look realy better to autocoloration....
I realy try so many variation i got no more imagination ( ",',/,\,--,-,:, ...) . I shake them of course, put the imput at begining, at end... I' faill!
Please explicite my mistake or give me the graal.
Thanks
I'm tring to run this, and it resist to my will since hours... Realy, i read all that english and i'm probable verry close now
Starting form a sucessufull GUI conversion from ram to mp3, i take in GUI verbose message:
Code: Select all
qt4 debug: Transcode MRL: sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file{no-overwrite},mux=mp3,dst='A\Egregore.mp3'}
Code: Select all
.\vlc --intf dummy A:\Egregore.ram --sout-transcode-vcodec none --sout-transcode-acodec mp3 --sout-transcode-ab 128 --sout-transcode-channels 2 --sout-transcode-samplerate 44100 --sout-standard-access file{no-overwrite} --sout-standard-mux mp3 --sout-standard-dst a:\Egregore.mp3
Code: Select all
.\vlc -I dummy -vvv C:\Users\Daron\Downloads\Egregore.ram -sout-transcode-vcodec none -sout-transcode-acodec mp3 -sout-transcode-ab 128 -sout-transcode-channels 2 -sout-transcode-samplerate 44100 -sout-standard-access file{no-overwrite} -sout-standard-mux mp3 -sout-standard-dst c:\Users\Daron\Downloads\Egregore.mp3
I realy try so many variation i got no more imagination ( ",',/,\,--,-,:, ...) . I shake them of course, put the imput at begining, at end... I' faill!
Please explicite my mistake or give me the graal.
Thanks