Posts by Rodrigo Brito • 43 points
4 posts
-
1
votes0
answers49
viewsQ: How to partition an avi video using ffmpeg commands
I would like to partition a video in avi format into multiple files using ffmpeg. I found some commands on the web: ffmpeg -i input.avi -vcodec copy -acodec copy -ss 00:00:00 -t 00:12:00 1.avi…
ffmpegasked Rodrigo Brito 43 -
0
votes2
answers36
viewsA: Creating a custom Writablecomparator class
I solved the problem as follows: 1 - Each video starts with a number that corresponds to its source video; 2 - The source number is concatenated with the frame number that is generated in the…
-
0
votes2
answers36
viewsQ: Creating a custom Writablecomparator class
I’m creating an application to process distributed video in Hadoop using the paradigm map-reduce. I have several videos stored in the cluster and wish from them to create a single video file. For…
-
3
votes1
answer784
viewsQ: How to use Bufferedinputstream correctly?
I am creating an application in which I need to read from a video file and transmit packets of data that can be read again in memory. I am using the Ogg video format, because it is open source and…
javaasked Rodrigo Brito 43