Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save emcodem/f7280d0284fc737bed239b8cca6b3735 to your computer and use it in GitHub Desktop.
Save emcodem/f7280d0284fc737bed239b8cca6b3735 to your computer and use it in GitHub Desktop.
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -I http "C:\temp\play\test_PCM_DolbyE_PCM_PCM.mxf" :sout=#transcode{vcodec=mp1v,vb=256k,vg=1,acodec=mp2,ab=128,channels=2}:{dst=std{access=file,mux=ts,dst="c:\\temp\\vlc.ts"}} --http-host 127.0.0.1 --http-port 1234 --http-password 1234
@emcodem
Copy link
Author

emcodem commented Jul 3, 2022

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -I rc "C:\temp\play\test_PCM_DolbyE_PCM_PCM.mxf" :sout=#transcode{video_enable=yes,audio_enable=no,vcodec=mp1v,vb=1256k,vfilter=canvas{width=512,height=240}}:std{access=udp,mux=ts,dst="127.0.0.1:1234"} --sout-avcodec-keyint=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment