General :: Possible To Concatenate *.flv Flash Video Files?

Oct 12, 2010

Have got a film broken up into 10 minute chunks a la ...... Tried cat file1.flv file2.flv > file1&2.flv but mplayer stopped, saying 'end of file', half way through playing file1&2.flv.

Is there some way to join them together into one, so the film may be played all the way through.

Just occurred to me you could use an * for the counting numeral in the filename e.g. mplayer file*.flv for file1.flv, file2.flv, etc..

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Video Editing Software To Concatenate Mpg Files?

May 14, 2011

I searched a bit, but got overwhelmed by what I got.

I have a number of mpg files which I would like to concatenate to each other so I get one big file. I know how to do this with the cat command code...

View 1 Replies View Related

General :: Concatenate And Labeling Files ?

May 5, 2010

I have an assignment question that I have been making no progress on.

I need a single line command to concatenate a group of files together and clearly label those files in the output.

I assume that just cramming a bunch of commands onto one line will not be considered OK.

and it has to work on some old version of Solaris (which I have been having trouble with normal commands not working the same all day on), but if you just have solutions for any normal Linux shell at least I would have an idea of what I am looking for.

I have looked though cat's man page up and down and I am pretty sure it cannot do what I want, and cannot seem to find any other commands that even concatenate a grouping of files together.

View 4 Replies View Related

General :: How To Concatenate Rows Of 2 Files

Apr 3, 2011

How can i concatenate rows of 2 files.

File1:

File2:

How want file3 to be like?

View 14 Replies View Related

General :: Concatenate Two Files With A New Line Character Between Them

Sep 1, 2010

I am trying to concatenate two files with a carriage return.

Iam not sure how we can implement this using .sh script.

For ex:

I tried concatenating using:

I got an output like:

View 4 Replies View Related

General :: Printing From Bash Shell / Concatenate Files Into One File With File Names Included?

May 11, 2011

I am supposed to take some small files, and print them to a specific printer, such that the small files are concatenated into one file. The file name has to be included in the file that gets printed.

Should I be looking to concatenate the files into one file with the file names included, and then print them?

something like: -printfunction -printername < file*

View 7 Replies View Related

Ubuntu Multimedia :: Record Flash Video Streaming Into Multiple Files?

Jul 12, 2010

I am trying to record streaming flash video to multiple files each limiting upto 10 mins.Thinking of two possible ways to script,1) saving the files with 10 minute time limit on the fly as I record2) record the whole video as single file and split into multiple files with time limit.

View 1 Replies View Related

General :: Concatenate Data From Different Lines?

Mar 1, 2011

I want to concatenate info from different lines from iptables.for exmaple, in my firewall using iptables I have this information.

pkts bytes target prot opt in out source destination
0 ACCEPT all -- * * 192.168.1.3 0.0.0.0/0
5 248 ACCEPT all -- * * 0.0.0.0/0 192.168.1.3

[code]...

View 1 Replies View Related

General :: Concatenate 2 Command Into One Line

Oct 13, 2010

I'm trying to concatenate two command in one line.

Below are the commands:

Code:

I wanted to list all files in /portal/apll/nad/send and grep only .tmp files that contains credit card word.

View 2 Replies View Related

General :: Concatenate Two Variables With Underscore?

Jun 4, 2010

I have question regarding concatenation of two variables with underscore.i.e. (bourne shell)

Code:
# var1=123
# var2=456

[code]...

View 3 Replies View Related

General :: Concatenate Variable Names In Bash?

Apr 7, 2011

In my script, and I would like to concatenate 2 variables names, to give me the true variable.I've 3 variables X1, X2 and X3, and I invoked them inside a for loop.

Code:
#!/bin/bash
X1=HELLO

[code]....

View 4 Replies View Related

General :: Concatenate Two Environment Variables In Bash?

Nov 9, 2010

How do I concatenate two environment variables in bash?

View 3 Replies View Related

Ubuntu Multimedia :: No Video When Flash Block Unblocks Flash Objects In Firefox?

Oct 23, 2010

i'm in 64 bit kubuntu, with the the nswrapper in 10.10http://www.metacafe.comin firefox i get the sound but not the video in metacafe, when the video is unblocked by flash block. Others have the same problem?

View 4 Replies View Related

General :: Watch Flash Video But Block Out Part Of It?

Jun 7, 2010

I'm learning a foreign language. There are several online sites that have Flash video in the language I'm learning (e.g., Hulu), which is great. Unfortunately, they have English subtitles, which is (depending on who you ask) somewhere between "annoying" and "actively harmful to my learning".When I'm watching them in a window, I can just move them near the bottom of the screen, or put another window over them. That's awkward, but it kind of works.But I'd like to watch them full-screen, on my TV set. Full-screen Flash doesn't let me put any window on top of it.Is there a way to watch an online Flash video but block out part of it?

View 3 Replies View Related

General :: Video Prevent Screensaver When Flash Is Running

Apr 6, 2011

I apologize if this is the wrong place to ask, or if this has been asked before, but it has been bugging me for some time and I have not had any luck with it. I imagine that my problem is not unique to my circumstances, but here goes.I am running Arch Linux, and quite frequently watch videos, particularly flash, in fullscreen. However, eventually, the screensaver appears, and starts dimming the screen. I have the screensaver set to run whenever the computer is 'idle'. Does anyone know a way to either.Stop the screensaver from appearing when in a flash video or watching other video?Stop the screensaver from appearing when a flash video or normal video is full-screened? Heck, even..Let the screensaver know that my machine is not idle when watching flash.

View 1 Replies View Related

General :: Firefox Crashes When Flash Video Played?

Oct 25, 2009

Recently my firefox 3.0 browser keeps crashing sometimes when I play flash media. I have googled this issue but there is no clear answer as such why it happens and whats the remedy. So here I am. I ran firefox from terminal and here is the output

sometimes it is

** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)

[code]....

View 1 Replies View Related

General :: Accidentally Type Concatenate Large File On Remote System

May 6, 2010

Every once in a while on a computer I'm ssh'd into, I will accidentally type "cat largefile.txt" and my screen will start rushing with text for the next 10 minutes. I'm always working in a screen session, so my current solution is to just log out and then log back in, and since it can go 100X faster when I'm logged out, it'll finish in the short time it takes me to type my password in again. Is there a better way? Either involving the fact I'm in a screen session? Or a way to do this within SSH? What doesn't work: detaching from the screen session (doesn't respond until file is done outputting) trying command to move to a different window in the screen session (also doesn't respond) typing ctrl+C to kill cat command (also doesn't respond, probably because the command is done and the buffers just have to catch up).

View 3 Replies View Related

General :: Adobe Flash Player Can't Play Video In Open Suse 11.1?

Aug 30, 2009

i installed adobe flash player (install_flash_player_10_linux.tar.gz)on linux open suse 11.1. But it doesn't play vedio etc on you tube,it says that this is old version of flash player. I reinstalled it ,even then it says old version of flash player.

View 3 Replies View Related

Fedora :: How To Convert Video To Flv (flash Video)

Dec 8, 2010

I just came home from a long trip, with a lot of videos shot during the holiday. I wish to share them with the rest of the family and friends, but the files are huge (full HD). I intend to upload them to the family server, so ..... and the likes are not something I want.

View 8 Replies View Related

General :: Cannot Read Files From Flash Drive

Jan 20, 2010

This happens in my main computer with Slackware and Arch.

Code:

$ su
Password:
# cd /media/fl

[code]....

View 7 Replies View Related

General :: Keep A Backup Of A Bunch Of Files On A Flash Drive?

Apr 29, 2011

I keep a backup of a bunch of files on a flash drive, so that whenever I change distributions I can just restore all my Android stuff (saves on re-downloading everything). One of these is the Android SDK.

In my ~/.bashrc I add the paths to some executables in the SDK, only if the directory exists, and only if the path is not already in $PATH. For the Android NDK this works fine, but for the SDK I get this:

Code:
snfo@snfo:~$ adb devices
bash: /home/snfo/Android/sdk/platform-tools/adb: No such file or directory
snfo@snfo:~$ ls -F /home/snfo/Android/sdk/platform-tools/adb
/home/snfo/Android/sdk/platform-tools/adb*

Everything else is fine though, just that one path is causing trouble.

Now, I've saw something similar to this before whenever you move an executable from one place to another. If you don't re-source your bash config it will continue to keep looking wherever it used to be located. But I've never moved these files.

View 3 Replies View Related

General :: Bootable USB Flash - How To Create A Files System

Oct 20, 2010

I need to make a bootable USB stick.

1) How to format it with ext3

2) How to make a master boot record

3) How to create a files system

4) How to put syslinux, syslinux.cfg and a real kernel on the stick

View 2 Replies View Related

General :: Cut Video Files (flv) Using Ffmpeg?

Apr 6, 2009

You want to cut lets say a 15 minute video into 10 minute video, removing the first 5 minutes of it using ffmpeg?s?

View 8 Replies View Related

General :: Thumbnail For Video Files

Feb 27, 2009

I am using openSUSE 10.3.I play my video files using mplayer which I installed from tarball & necessary codecs.I can play my video files from command line nicely.Only one problem there are no thumbnail of any video file.Does anybody which software should I install so that thumbnail appear for video file in my nautilus file browser.The default player for GNOME desktop environment is totem which require internet connection to play file while my computer has no internet connection that is why I don't do anything with totem as it always says particular codec needed to play any audio or video file.

View 14 Replies View Related

General :: App That Previews Video Files?

Jul 6, 2010

Is anyone aware of an app that previews video files, i.e. by showing thumbnails, with or without an embedded player?

Running KDE4, the preview setting in Dolphin is very, very slow to render usable icons (even on my reasonably fast / beefy system) and I'm wondering if there isn't something better than the preview modes of file managers in general.

I STFW already and couldn't find anything - there are plenty of picture viewers and plenty of video players, but I couldn't find any video previewers. The closest thing seems to be mplayerthumbs, but if I'm not mistaken, that's just the preview mode built in to Dolphin.

View 3 Replies View Related

General :: Copy Directory Files To Bootable Flash Device?

Jul 26, 2011

copy a compact flash card with a form of Linux on it (Found out it was custom version based on Fedora Core 3). The flaky USB card reader seems to have hosed the flash card, it shows up with unknown volume after ejecting the card and reinserting it. My troubleshooting: I have Ubuntu on a flash drive that I used to start all this to read the flash card.

- I tried Disk Utility to reformat the card as Master Boot Record and the volume as ext3 with flag set to Bootable and copied the files using cp in command line.

- I tried ISO Master & mkisofs to make an ISO that the USB thumb drive tools can use, but it wouldn't copy all the files. Looks like symbolic links either were ignored or couldn't find the source file with -f.

- I learned that I might need a boot partition with a boot image, which I think I have in initrd-2.6.14.7img, but I don't know how to do that. Do I also need a swap partition?

My updated goal: using the files from the flash card, make a bootable compact flash card with Fedora Core 3.

View 7 Replies View Related

General :: Concatenate Several Images Into A PDF File With Several Images Per Page

May 2, 2011

I know that ImageMagick's convert program can be used as follows to convert a collection of images -- say, in PNG format -- to a PDF file:

convert *png output.pdf

The problem with this is that each image is then stretched to fit on one page, whereas I would like to keep the original dimensions of the images and put as many as possible on one page in the PDF file before moving on to another page.

View 1 Replies View Related

General :: How Can Stitch 2 Video Files Using Ffmpeg?

Feb 4, 2011

I've created some time-lapse videos from photos, using this command: ffmpeg -i IMG_%03d.JPG -s 1440x1080 -sameq video.MP4

And it worked great. Now I want to join several of these time-lapse videos to make a single, longer video (all the input videos have the exactly same format). I already tried using: cat video1.MP4 video2.MP4 > stitch.MP4

but the output ends up being equal to video1.MP4, I don't want to transcode nor changing any parameter of the video, I just want a end-to-end stitching, as if those videos were on a playlist.

View 1 Replies View Related

General :: Wget Ignores Video Files

Apr 11, 2011

A friend of mine put up a bunch of mkv files on a public server, how can i download them all with one wget command?

I have tried

wget -r [path]

which simply grabs the index file, robots.txt and skips the mkvs. I also tried

wget -r -A.mkv

If i try getting a individual file directly it works fine, what am i doing wrong here?

View 1 Replies View Related

General :: Not Able To Play Mp3 And Video Files On Fedora 11 / Fix It?

Aug 30, 2009

When i open media files as mp3 and video files avi, the player could not find the required plugins. It keeps on searching but at last no plugins are downloaded?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved