Search found 4 matches

Go to advanced search

by quelx
12 May 2015 17:24
Forum: General VLC media player Troubleshooting
Topic: Video frame shift issue
Replies: 6
Views: 553

Re: Video frame shift issue

vhs video filter can shift picture up/down :)
Tools > Preferences > Show settings=All > Video > Filters: [v] VHS movie effect video filter
That made it interesting :wink:
by quelx
07 May 2015 15:04
Forum: General VLC media player Troubleshooting
Topic: Video frame shift issue
Replies: 6
Views: 553

Re: Video frame shift issue

I ended up using some ImageMagick and a few mplayer. Dump the frames: mplayer -vo png video.3gp Dump the audio: mplayer -vc dummy -vo null -ao pcm:file=video.wav video.3gp Fix the frames (shifted down 85 pixels): for i in $(ls -1 *.png); do convert -roll +0+85 $i roll-$i done Put it back together: m...
by quelx
03 May 2015 03:21
Forum: General VLC media player Troubleshooting
Topic: Video frame shift issue
Replies: 6
Views: 553

Re: Video frame shift issue

What OS ? OS X 10.10.3 (14D136) Which VLC version ? VLC 2.1.5 Rincewind debug logs from "Window > Messages" @ http://pastebin.com/8NxKBHnr uploaded video-2010-06-20-19-25-41.3gp, 891,480 bytes to http://streams.videolan.org/upload/ To be clear, I do not believe this is an issue with VLC. ...
by quelx
01 May 2015 17:57
Forum: General VLC media player Troubleshooting
Topic: Video frame shift issue
Replies: 6
Views: 553

Video frame shift issue

I have some videos from an old camera phone where the frames are vertically challenged, e.g. some of the top lines of each frame are at the bottom of the frame. Like this: http://s18.postimg.org/6p629aah5/Screen_Shot_2015_05_01_at_11_44_53_AM.png Is there a technical term for this which I can use to...

Go to advanced search