Sponsored Content
Special Forums Windows & DOS: Issues & Discussions [Windows 7 x64] Find FFMPEG location ? Post 303027468 by hicksd8 on Sunday 16th of December 2018 08:45:31 AM
Old 12-16-2018
Why do you want to know? ffmpeg is often installed as part of another application. My Windows 7 system has sooooo many copies and different versions/releases of ffmpeg they are almost too many to list.

However, assuming that the 'ffmpeg' files have not been renamed (disguised) for some reason you could open a command prompt (Start>Accessories>Command Prompt), then select a disk, ensure you are at the top of the structure, and issue a command line search.

Code:
C: (or D: or whatever drive)
cd \
dir ffmpeg* /s

If your system is anything like mine the list will be long. You might find it necessary to redirect/capture the output for later viewing.

Or have you tried that already?

Last edited by hicksd8; 12-16-2018 at 09:50 AM..
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Find a pattern in a file at a particular location

Hi all, I have a question on how to search for a pattern in a file and return a value if it is present at that particular location. How to read each line and each character for the pattern in the file of any format. Eg for the file format: attached the file (1 Reply)
Discussion started by: sparks
1 Replies

2. Shell Programming and Scripting

How to find the job and its location

Guys; I first I thank you for helping me few times in the past; A job runs every day at 8AM and looks for a file “abcd.txt” in directory “/usr/task/tmp”. How to find the job and its location. I need to change the file name to “abcd.dat”. it is UNIX environment. (2 Replies)
Discussion started by: clem2610
2 Replies

3. Shell Programming and Scripting

Copying files from windows shared location to linux box

Hi, i am new to shell scripting. i have a requirement to copy the files from a windows shared location( vendor will place the files here) to Linux server( my Informatica will pick the files from this location). Files should be loaded in the order in which they were placed in windows box.(Based on... (1 Reply)
Discussion started by: Haari
1 Replies

4. Red Hat

Find Computer Location

Hi, there, How to know location of a computer where its IP Address and Computer name is known? tx (5 Replies)
Discussion started by: budiantho_indra
5 Replies

5. Shell Programming and Scripting

How to find a existing file location and directory location in Solaris box?

Hi This is my third past and very impressed with previous post replies Hoping the same for below query How to find a existing file location and directory location in solaris box (1 Reply)
Discussion started by: buzzme
1 Replies

6. UNIX for Dummies Questions & Answers

Find a set of files in a location

Hi, I am new to Unix. I need a script to check some 74 files are present in a particular location or not . (4 Replies)
Discussion started by: nid21
4 Replies

7. UNIX for Dummies Questions & Answers

Find the location of particular file and directory

hi all, i am new to UNIX environment. i have a file and directory with same name, i don't know the location I want to find location of that file and directory. please suggest a solution. (5 Replies)
Discussion started by: mahesh1987
5 Replies

8. Red Hat

Find cpu location

Hi guys we have come corrected errors and i would like to know where is cpu 23 located physicaly... :( here the lscpu output (2 socket, 6 cores intel cpu): # lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): ... (1 Reply)
Discussion started by: beta17
1 Replies

9. IP Networking

Where to find IP address to location data?

I'm trying to remotely probe a range of IP addresses. First I need a list of IP addresses for a very small geographic area. I've had a lot of trouble obtaining them. I would like to find a database or something. Suppose I do get the data. Can I see if that IP address is in use by someone? Can I... (2 Replies)
Discussion started by: rockandAir
2 Replies
aviplay(1)																aviplay(1)

NAME
aviplay - QT-based movie player SYNOPSIS
aviplay [options] [ files | URLs ] DESCRIPTION
aviplay is a QT-based player for various avi, asf, mpeg4 movie files. Avifile project creates library that allows programs to read and write compressed AVI/ASF files (Indeo Video, DivX :-), etc.) under Unix OS. (De)compression is performed with various plugins (included Win32 DLLs for x86_32 OS) if native codec is not available. Win32 libraries have to be downloaded separately. Primarily the ffmpeg project is used for codecs and also for stream parsing. Over the time it's possible the project will mostly blend into ffmpeg. FEATURES
* low CPU usage (movies playable even P200MMX) * smooth video (using threads and frame precaching) * supports streamed .asf files * audio resampling suppport * modular design OPTIONS
-h --help Show help message -c --codec [help] Set codec options (use help to see options for this parameter) -s --size <width:height> Start playing movie at dimensions X * Y. -f --fullscreen Start playing movie in fullscreen. -f --maximize Start playing movie in maximized mode (i.e. preserve current resolution). --seek <position> Seek to given position in movie. -sub --subtitle <filename> Use give file as the source for subtitles. -subcp --subtitle_codepage <codepage> Select codepage for subtitles. They are internaly encoded into UTF-8. See iconv(3) for available codepages. Codepage "default" means current default encoding in system. Example of codepages: CP1250, ISO8859-2, default. -subfont --subtitle_font <fontname> Select font for subtitles. At this moment only X11 fonts are supported (either in traditional "-misc-*" or TTF notation) -ac --audio-codec <codecname> Prefered codec to be used for movie audio decoding. Use with "help" to see available audio codecs. -vc --video-codec <codecname> Prefered codec to be used for movie video decoding. Use with "help" to see available video codecs. --rc Enables remote control (stdin|stdout). SHELL variables: WIN32_PATH - can be used to override library path /usr/lib/win32 which holds MS Windows binary dll codecs. AVIPLUGIN_PATH - can be used to override library path /usr/lib/avifile which holds avifile plugins. AVIPLAY_MUTE_AUDIO - if set shows just video track AVIPLAY_MUTE_VIDEO - if set plays just audio track AVIPLAY_NOSYNC - do not synchronize audio and video track HTTP_PROXY WRITE_ASF - write asf file received over the network to file (/tmp/*.asf) NOTE
Press the About button in aviplay's GUI for more details about the usage and configuation. Aviplay automaticaly searches for subtitle file with the same name as the original ".avi" file but with .sub, .SUB, .srt, .SRT, .txt, .TXT, .smi, .SMI suffix. For Debian users: After the discussion with the autor I have came to the conclusion that GSM codec is legaly distributed under GPL terms since this piece of code was donated to the project by the original author which was using it in the non-GPL project xanim. SEE ALSO
http://avifile.sourceforge.net for the original source and main CVS archive for binary codecs. http://mplayerhq.hu for mplayer - an excelent player with more options and supported formats AUTHORS
Original author: Eugene Kuznetsov <divx@euro.ru> Current developer: Zdenek Kabelac <kabi@users.sourceforge.net> Zdenek Kabelac 12 February 2003 aviplay(1)
All times are GMT -4. The time now is 11:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy