-
1Step 1
-
2Step 2
-
3Step 3
linus@1015PX:~/project$ ack-grep aspect
android-vlc-remote-1e95d35ac1d2/res/values/arrays.xml
44: <item>@string/aspect_ratio</item>
50: <item>aspect-ratio</item>
android-vlc-remote-1e95d35ac1d2/res/values/strings.xml
54: <string name="aspect_ratio">Aspect ratio</string>
android-vlc-remote-1e95d35ac1d2/res/values-es/strings.xml
57: <string name="aspect_ratio">RelaciĆ³n de aspecto</string>
android-vlc-remote-1e95d35ac1d2/src/org/peterbaldwin/vlcremote/model/File.java
120: options.add(":sout=#transcode{vcodec=mp4v,vb=384,acodec=mp4a,ab=64,channels=2,fps=25,venc=x264{profile=baseline,keyint=50,bframes=0,no-cabac,ref=1,vbv-maxrate=4096,vbv-bufsize=1024,aq-mode=0,no-mbtree,partitions=none,no-weightb,weightp=0,me=dia,subme=0,no-mixed-refs,no-8x8dct,trellis=0,level1.3},vfilter=canvas{width=320,height=180,aspect=320:180,padd},senc,soverlay}:rtp{sdp=rtsp://0.0.0.0:5554/stream.sdp,caching=4000}}");
Bonus:
Changing Ubuntu Sound Indicator to load Pulse Audio Volume Control instead of gnome-control-center sound.
sudo apt-get build-dep indicator-sound
apt-get source indicator-sound
linus@1015PX:~/project$ ack-grep gnome-control
indicator-sound-12.10.2+14.04.20140401/debian/control
41:Recommends: unity-control-center | gnome-control-center | ubuntu-system-settings | pavucontrol,
indicator-sound-12.10.2+14.04.20140401/debian/changelog
235: * Recommending gnome-control-center first.
633: - open the new sound-nua panel in gnome-control-center
indicator-sound-12.10.2+14.04.20140401/src/service.vala
216:cmd = "gnome-control-center sound";
dpkg-buildpackage -us -uc -nc
sudo dpkg -i indicator-sound_12.10.2+14.04.20140401-0ubuntu1_i386.deb
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.