LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Program to split Ogg Theora files? (https://www.linuxquestions.org/questions/linux-software-2/program-to-split-ogg-theora-files-584617/)

Gethyn 09-14-2007 06:43 AM

Program to split Ogg Theora files?
 
Does anyone know of any programs that can split ogg theora videos? I know of oggsplt, but that's only for ogg vorbis audio files. I don't want something that requires any decoding/re-encoding, just a simple split. A web search turned up oggztools, but I can't find anything in the manpages for this that actually explain whether it's possible to use oggztools to split files, or how you'd do it.

Thanks for any suggestions.

MensaWater 09-14-2007 08:54 AM

Splitting to make smaller playable files or splitting for transport and later reassembly?

If the later then simply using the split command on the original file will let you break it into smaller pieces. You can then simply use the cat file to reassemble it after transport.

Gethyn 09-14-2007 10:57 AM

I'd like the files to be playable in their split form. Thanks for the tip though.


All times are GMT -5. The time now is 02:33 PM.