I would like capture a MMS stream, transcode and save to MP3. Fine, clear so far:
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv mms://ier-w.latvijasradio.lv/pppy?20120716A235930000000 vlc://quit --sout "#transcode{acodec=mp3,ab=192}:duplicate{dst=display,dst=std{access=file,mux=raw,dst=e:\Downloads\selfInfo.mp3}}
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv mms://ier-w.latvijasradio.lv/pppy?20120716A235930000000 vlc://quit --sout "#transcode{acodec=mp3,ab=192}:duplicate{dst=display,dst=std{access=file,mux=raw,dst=e:\Downloads\selfInfo.mp3, title="My Title", artist="My Favourite Artist",album="My Album"}}
Metadata:
--meta-title=<string> Title metadata Allows you to specify a "title" metadata for an input.
--meta-author=<string> Author metadata Allows you to specify an "author" metadata for an input.
--meta-artist=<string> Artist metadata Allows you to specify an "artist" metadata for an input.
--meta-genre=<string> Genre metadata Allows you to specify a "genre" metadata for an input.
--meta-copyright=<string> Copyright metadata Allows you to specify a "copyright" metadata for an input.
--meta-description=<string> Description metadata Allows you to specify a "description" metadata for an input.
--meta-date=<string> Date metadata Allows you to specify a "date" metadata for an input.
--meta-url=<string> URL metadata Allows you to specify a "url" metadata for an input.
Now I must use a manual MP3Tag editor instead...
Is this possible in some similar way from command line, or shall this go to feature request?