a pastebin project

zenobius

  1. # Created by PeonDevelopments Inc.
  2. # Feel free to use any of the code below in any way you desire.
  3. #
  4. # Thanks to Daniel Rogers for the ffmpeg ipod encoding options:
  5. # http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2006-June/003218.html
  6. #
  7. # Version 1.1 - Added .vob encoding support (All mpg files operate on 1 or 2 audio channels.)
  8.  
  9. [Desktop Action convertAsMPEG]
  10. Exec=konsole --nohist --nomenubar -e ffmpeg -r 29.97 -i '%u' -b 1000000 -s 640x480 -pass 2 -ab 192000 -ac 2 '%f.mpg'
  11. Name=Convert File to MPEG
  12.  
  13. [Desktop Action convertAsDVD]
  14. Exec=konsole --nohist --nomenubar -e ffmpeg -i '%u' -target dvd -ac 5 '%f.mpg'
  15. Name=Convert File to DVD
  16.  
  17. [Desktop Action convertAsDVDH]
  18. Exec=konsole --nohist --nomenubar -e ffmpeg -i '%u' -target dvd -ac 5 '~/%f.mpg'
  19. Name=Convert File to DVD (Home Dir)
  20.  
  21. [Desktop Action convertToIpod]
  22. Exec=konsole --noclose --nohist --nomenubar -e ffmpeg -y -i '%u' -f mp4 -vcodec libx264 -pass 1 -me full -refs 3 -subq 5 -b 700000 -maxrate 768000 -bufsize 244000 -s 320x240 -r 23.976023976 -ac 1 -bf 0 -level 13 -acodec libfaac -ar 48000 -ab 160000 -ac 2 '%f.mp4'
  23. Name=Convert To IPod
  24.  
  25. [Desktop Action convertToIpodH]
  26. Exec=konsole --noclose --nohist --nomenubar -e ffmpeg -y -i '%u' -f mp4 -vcodec libx264 -pass 1 -me full -refs 3 -subq 5 -b 700000 -maxrate 768000 -bufsize 244000 -s 320x240 -r 23.976023976 -ac 1 -bf 0 -level 13 -acodec libfaac -ar 48000 -ab 160000 -ac 2 '~/%f.mp4'
  27. Name=Convert To IPod (Home Dir)
  28.  
  29. [Desktop Entry]
  30. Name=Encode Videos
  31. Actions=convertAsDVD;convertAsDVDH;convertToIpod;convertToIpodH;convertAsMPEG
  32. ServiceTypes=video/*,video/.vob
  33. X-KDE-Submenu=Video Encoding

advertising

Create a Paste

Please enter your new post below (or upload a file instead):





Please note that information posted here will not expire by default. If you want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords.

worth-right
fantasy-obligation