Page 1 of 1

stream chain failed for `standard...

Posted: 11 Jan 2021 18:12
by ruzboutou
Hello,
While transcoding with a Command Line under W10 i get the following error message:

main error: stream chain failed for `standard{mux="",access="'#transcode{acodec=s16l}",dst="standard{access=file,mux=wav,dst=C:\tmp\tmp.mp3}'"}'

my Line is:
--sout='#transcode{acodec=s16l}:standard{access=file,mux=wav,dst="C:\tmp\tmp.mp3"}'

I don't find my error.
Could you hep me?
Much thanks

("C:\Program Files\VideoLAN\VLC\vlc.exe" --no-repeat --no-loop -vv "D:\Sonhaton\Musique_Enregistree\mp3\Tangos_20_20Track_2023.mp3" --sout='#transcode{acodec=s16l}:standard{access=file,mux=wav,dst="C:\tmp\tmp.mp3"}')

Re: stream chain failed for `standard...

Posted: 11 Jan 2021 21:34
by Rémi Denis-Courmont
bad quoting

Re: stream chain failed for `standard...

Posted: 12 Jan 2021 11:50
by ruzboutou
... Thanks Rémi but could you tell me a litte bit more...

worry about quotes i had copy/paste from Windows section in
https://wiki.videolan.org/Transcode/#Co ... ity_issues
but it does not match.

The new line below with ` replacing ' raise the following error:
stream_out_standard error: no mux specified or found by extension

"C:\Program Files\VideoLAN\VLC\vlc.exe" --no-repeat --no-loop -vv "D:\Sonhaton\Musique_Enregistree\mp3\Tangos_20_20Track_2023.mp3" --sout=`#transcode{acodec=s16l}:standard{access=file,mux=wav,dst="C:\tmp\tmp.wav"}`

Could you hep me?
Much thanks

Re: stream chain failed for `standard...

Posted: 12 Jan 2021 20:57
by ruzboutou
... the right syntax is in:
https://wiki.videolan.org/WAVE/
the trap is
https://wiki.videolan.org/Transcode/#Windows

Good bye