• Home
  • Articles
  • Portfolio
  • Contact
Linux/Ubuntu Tutorials
  • Convert AVCHD
  • Convert UIF to ISO
  • Drupal Theming
  • Xbox 360 Media Sharing

Reply to comment

on December 7th, 2009 dradmin said:

Linux is case-sensitive, so "desktop" and "Desktop" are two separate folders.

Try

ffmpeg -i /home/sasha/Desktop/grand.m2ts

You could also use "~" alias. i.e

ffmpeg -i ~/Desktop/grand.m2ts

Both example point to the same place. The first example is the full path, and the second example is a relative path.

Reply

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This is how I tell if you are human or a bot.
6 + 8 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Search Linux Articles