View Single Post
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#529
Originally Posted by wildt View Post
the "threads=" parameter isn't a sub-parameter for venc, it's on par with height/width etc, so I was expecting that it had a seperate input field as such - but maybe I'm wrong, or just plain misunderstood you?

Example from the thread on videolan you linked to previously:

-#transcode{vcodec=h264,acodec=mp4a,ab=128,channels =2,deinterlace,threads=4,vb=2000,venc=x264{keyint= 120,bpyramid,chroma-me,me-range=8,ref=1,ratetol=1.0,8x8dct,mixed-refs,direct=auto,direct-8x8=-1,non-deterministic,scenecut=50}}
Yes, it's a separate field that should appear in the profiles once you run migrate.cmd. So if you want to try that above line, you paste:

vcodec to video_format
acodec to audio_format
vb to video_bitrate
ab to audio_bitrate
channels to audio_channels
venc to video_encoder

etc.


Originally Posted by iceman600 View Post
Im trying to look how to downgrade my vlc player, but for the mean time,
what file does this line 219 i will edit? where will i find it?
thanks...
in lib directory there should be a file vlc.rb that you can open with gedit, just edit and save.
 

The Following User Says Thank You to ukki For This Useful Post: