I always get a "Streaming / Transcoding failed:VLC could not open the encoder.
Hi
Maybe VLC-v1.1.9 has no MPEG-4 Part 2 (mp4v)
video encoder fitted.
Try with MPEG-4 Part 10 (x264) instead.
Something like this:-
Code: Select all
vlc.exe "http://wm.globo.com/webmedia/windows.asx?usuario=gazetaes&tipo=ondemand&path=/tvgazeta/globoesporte_180511_01.wmv&ext.asx" :sout="#transcode{venc=x264{profile=baseline,level=13,crf=24},acodec=mp4a,ab=96k}:std{access=file,mux=mp4,dst=myvideo.mp4}"
Code: Select all
General
Complete name : C:\Program Files\VideoLAN\VLC\myvideo.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 22.2 MiB
Duration : 5mn 15s
Overall bit rate : 590 Kbps
Encoded date : UTC 2011-05-22 13:25:57
Tagged date : UTC 2011-05-22 13:25:57
Writing application : vlc 1.1.9 stream output
Comment : QuickTime 6.0 or greater
Video
ID : 2
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Baseline@L1.3
Format settings, CABAC : No
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 5mn 15s
Bit rate mode : Variable
Bit rate : 501 Kbps
Width : 320 pixels
Height : 240 pixels
Display aspect ratio : 4:3
Frame rate mode : Variable
Frame rate : 29.970 fps
Minimum frame rate : 28.600 fps
Maximum frame rate : 30.333 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.218
Stream size : 18.8 MiB (85%)
Language : English
Encoded date : UTC 2011-05-22 13:25:57
Tagged date : UTC 2011-05-22 13:25:57
Audio
ID : 1
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 5mn 15s
Bit rate mode : Variable
Bit rate : 79.8 Kbps
Maximum bit rate : 2 032 Mbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 3.00 MiB (14%)
Language : English
Encoded date : UTC 2011-05-22 13:25:57
Tagged date : UTC 2011-05-22 13:25:57
EDIT
I've revised the command with better options for iPods (venc=x264{profile=baseline,level=13,crf=24},acodec=mp4a,ab=96k)