On Tue, Jun 21, 2016 at 04:45:18PM +0200, 'highskywhy@yahoo.de' highskywhy@yahoo.de [LINUX_Newbies] wrote:
> good afternoon
> is there a tool inside of ffmpeg to repair a video file example mp4.
>
> I did stream a TV show legal from German TV
> and I did not find a button to stop recording.
> So I did and do interrupt the recording.
> Now vlc can read those files
> but handbrake oder winffm or gnome player cannot show those files.
> I think the end of the files is destroyed.
> How can I repair that?
If you want to cut off the end of the file you can use the -t as in time
option of ffmpeg
ffmpeg -i myfile -t 300 out.mp4 That would take 300 seconds of the
original file.
So, if you had a 7 minute file but the last 2 minutes were bad that -t 300
would save the first five minutes into a good file.
--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Posted by: Scott <scottro@nyc.rr.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (2) |
No comments:
Post a Comment