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
lives(1)						      General Commands Manual							  lives(1)

NAME
LiVES - LiVES is a Video Editing System SYNOPSIS
lives <video_file> <start_time> <frames> [ -help ] [ -version ] [ -set setname | -noset ] [ -nogui ] [ -aplayer ap ] [ -jackopts opts ] [ -norecover | -recover ] [ -oscstart port | -nooscstart ] [ -devicemap mapfile ] DESCRIPTION
This manual page documents briefly the lives command. LiVES lets you start editing and making video right away, without having to worry about formats, frame sizes, or framerates. LiVES will let you start creating your own tools, utilities and effects via the built in RFX builder. OPTIONS
-help Show all commandline options and exit -version Print the version, copyright and licensing details, and exit -set setname Start up lives and autoload set setname -noset Do not load any set on startup -nogui Do not show the GUI (experimental) -aplayer ap Start with selected audio player. ap can be mplayer, sox or jack. Note: This sets the audio player permanently. You can change it in preferences. -jackopts opts opts is a bitmap of jack startup options [1 = jack transport client, 2 = jack transport master, 4 = start jack transport server, 8 = pause audio when video paused, 16 = start jack audio server] Note: jackopts are temporary, only for this instance. You need to set them in Preferences if you want to make permanent changes. -norecover Force no loading of crash recovery -recover Force loading of crash recovery (if present) -oscstart port Start OSC listener on UDP port port if LiVES is compiled with OSC support -nooscstart Do not start OSC listener -devicemap mapfile Load in device mapping file mapfile at startup SEE ALSO
mplayer(1), ImageMagick(1), ffmpeg(1). AUTHOR
lives was written by Gabriel "Salsaman" Finch. This manual page was originally written by Gurkan Sengun <gurkan@phys.ethz.ch>, for the Debian project (but may be used by others). This man page has been updated by Gabriel "Salsaman" Finch <salsaman@xs4all.nl> and Harry Rickards <harry@linux.com> November 12, 2007 lives(1)
All times are GMT -4. The time now is 04:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy