YOUREWINNER.COM
 
   

FFMPEG issues
 
#1 06-08-2013, 09:42:09 AM
So I'm trying to convert this hardcore porn I downloaded from the Internet, but I'm getting an incomplete video when the input format is .OGV. My settings are like this:

Code: [Select]
ffmpeg -i input.ogv output.mp4
Can you give me any help? My source files are signficantly larger, and my resulting .MP4s get abruptly cut off about 75% of the way through. I also get some weird error about the OGV not being formatted correctly or whatever, and I get it multiple times as it's encoding. However, I am getting my videos from a reputable source, and this shouldn't be happening. No, I will not use a "free software" video player.


#2 06-08-2013, 14:03:57 PM
  • Guest
Hi it worked fine for me

I used
Code: [Select]
ffmpeg -i input.ogv -vcodec libx264 -preset slow -crf 18 -acodec libfaac output.mp4

What is your source file?


#3 06-08-2013, 17:04:31 PM
Hi it worked fine for me

I used
Code: [Select]
ffmpeg -i input.ogv -vcodec libx264 -preset slow -crf 18 -acodec libfaac output.mp4

What is your source file?

It's an OGV. I don't know. I keep getting "Broken file, keyframe not correctly marked."


ZIGS_ARE_WINNER
#4 07-08-2013, 11:22:14 AM
  • Это вроде сосать быть Дарта Вейдера
  • *****
    *****
    *
  • Posts: 13190
  • Rigcoins: 30212916.90
  • Send Money to ZIGS_ARE_WINNER
    Windows 7 Thumb Up
  • BrazilianThe NapsterPC Master Race+
  • "I hate people"
Mark the keyframe correctly DUH


#5 07-08-2013, 16:08:12 PM
Mark the keyframe correctly DUH

How am I supposed to do that, with a Sharpie?


0 Members and 1 Guest are viewing this topic.