Raw video encoding VLC<>FFMPEG

About encoding, codec settings, muxers and filter usage
jongerenchaos
Blank Cone
Blank Cone
Posts: 19
Joined: 31 Jan 2009 17:29

Raw video encoding VLC<>FFMPEG

Postby jongerenchaos » 11 Dec 2012 21:17

I try to encode a video to rawvideo format with vlc, without any problems:
vlc -vvvvvvvv /home/ubuntu/tmp/480vpx.webm --sout "#transcode{vcodec=NV12,fps=23}:std{access=file,mux=avi,dst=test.avi}"

And i re-encode this back with the following ffmpeg command:
ffmpeg -f rawvideo -pix_fmt nv12 -s 640x360 -re -r 23 -i test.avi -strict -2 -vcodec libvpx -acodec vorbis -cpu-used 16 -quality realtime -vb 1500k -metadata track=1 -metadata title="TestTrack" -f webm test.webm

When i do this i get picture slips horizontally (scrolling from right to the left side), like old tv.

What do i wrong?

gepebril
Blank Cone
Blank Cone
Posts: 76
Joined: 22 Oct 2007 23:31

Re: Raw video encoding VLC<>FFMPEG

Postby gepebril » 12 Dec 2012 20:58

What you do wrong?
Well first use something like mediainfo to check all video parameters of the first step.
If these are OK, than ask your question concerning step 2 on a ffmpeg forum.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 20 guests