First of all, I opened a post in Superuser about it : https://superuser.com/questions/1590381/how-to-reencode-a-file-from-a-certain-point-wi...g-the-previous. Unfortunately there wasn't any answer until now, that's way I am creating this one. If cross posting is not allowed, fell free to delete it. Second, I am not sure if this topic belongs to this section of the message board. It is about both re encode and split a video, so if one wants to move it, fine by me.
Without any further delays, my problem is that I want to re encode a video, but only from a certain spot. When I use a normal ffmpeg command that I use to re encode videos, with the addition of parameters to tell the initial re encode spot, it starts to re encode from the beginning, not from that point. The only difference from not having parameters to indicate the starting point, is that when I do so, it only starts to rewrite the re encoded from that spot.
This is the command that I use:When I do so, ffmpeg keeps sayingCode:ffmpeg -i input.avi -c:a libmp3lame -b:a 48k -ac 1 -vf scale=640:-2 -r 30 -sws_flags bilinear -c:v mpeg4 -vtag xvid -q:v 8 -map 0:0 -map 0:2 -ss 2:48:00 -t 2:48:00 /media/New\ Volume/output.aviuntil it reachs 2:48:00Code:Last message repeated 1 times frame= 0 fps=0.0 q=0.0 size= 10kB time=00:00:00.00 bitrate=N/A speed= 0x
So I do not know how to solve the issue. Actually, I DO know how to solve it. All I have to do is to split the video in two parts and then send ffmpeg to re encode the second one. But, unfortunately, I do not have enough free disk space to do so.
So what I need is a solution that tells ffmpeg to star to reencode from that point, not to start to re encode from the beginning and THEN starts to write the new re encoded file from that spot!
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 2 of 2
Thread
-
-
buy another hard drive if that's the issue. it's just going to keep getting worse as your h.d. free space will keep getting lower. i have 7 installed h.d.'s and 2 external removable.
--
"a lot of people are better dead" - prisoner KSC2-303
Similar Threads
-
Is it possible to edit an MP4 file without reencoding?
By Snoopy329 in forum EditingReplies: 89Last Post: 15th May 2020, 09:17 -
Fixing aspect ratio of mp4 file without reencoding (gpac missing MP4Box)
By dheian in forum Video ConversionReplies: 8Last Post: 22nd Feb 2020, 15:40 -
Trim flv without reencode
By David Banner in forum Newbie / General discussionsReplies: 4Last Post: 19th Jan 2018, 21:28 -
Remove stream from xvid/divx file without reencoding
By akrako1 in forum EditingReplies: 3Last Post: 15th Jan 2018, 14:03 -
sending cctv camera stream to remote site connected by point to point radio
By nadiel in forum Newbie / General discussionsReplies: 0Last Post: 11th Oct 2015, 14:22