jtd wrote:
On Sunday 16 August 2009, Rony wrote:
I have one question to everyone. Off late has youtube changed its coding? I am no longer able to record videos from youtube using clive. Even vdownloader on doze machines gives errors.
on my lenny install start playing video. ls -l /tmp/Flash* this will show you some file named Flash<whatever>. Just copy and rename this to someplace. It's the video file.
While I am able to save the videos in flash format and play them using vlc player in doze (vlc has issues with my etch installation), I was able to convert only the part2 video to mpg using ffmpeg. The part1 and 3 return errors on the video format. I am sure google is mangling the format to prevent reproduction. For ffmpeg the command is
ffmpeg -i file.flv -ab 56 -ar 22050 -b 500 -s 640x480 file.mpg
Could you try this with part1 or 3 and give feedback? You could use default settings like
ffmpeg -i file.flv file.mpg
In youtube, search for 'mastering iptables'.