Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (100)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (7661)

  • not able to use libx265 'no-info=1' in 2 pass

    16 février 2021, par Amit thakur

    What's wrong with the below command ? I am not able to use no-info=1 in 2 pass encoding hevc

    


    ffmpeg -y -i "test.mkv" -map 0 -c copy -t 10 -c:v libx265 -b:v 1000k -x265-params "pass=1:no-info=1" -vf "scale=1280:-2" -an -f null /dev/null && ffmpeg -i "test.mkv" -map 0 -c copy -t 10 -c:v libx265 -b:v 1000k -x265-params "pass=2:no-info=2" -vf "scale=1280:-2" -c:a copy "output.mkv"


    


    Does it works only with crf or what please help ?

    


  • FFmpegWriter::setAudioOptions not accepting the codec in info object of the reader

    9 août 2015, par Pradyumna Das

    I am using libopenshot library for video editing.

    I am trying to edit a video and write the edited video using the same audio and video codecs used in the source video. This is what I am doing :

    FFmpegReader* ivr = new FFmpegReader("testvid.mp4");
    FFmpegWriter w("outpiut.mp4");
    w.SetAudioOptions(true, ivr->info.acodec, ivr->info.sample_rate, ivr->info.channels, ivr->info.channel_layout, ivr->info.audio_bit_rate);
    w.SetVideoOptions(true, ivr->info.vcodec, openshot::Fraction(24,1), 720, 480, openshot::Fraction(1,1), false, false, 300000);

    While debugging I can see that ivr->info.acodec = "aac" and ivr->info.vcodec = "h264".

    This code keeps throwing the error :

    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x112ed40] multiple edit list entries, a/v  desync might occur, patch welcome
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x11365e0] multiple edit list entries, a/v desync might occur, patch welcome
    terminate called after throwing an instance of 'openshot::InvalidCodec'

    Need some help figuring out what I am doing wrong here.

  • List of file and the file size using cmd or media info/ffmpeg [duplicate]

    22 juillet 2021, par firekid2018

    We can use to get the file name dir /b>list.txt using windows CMD. is there anyway we can get the file size info with name using cmd/mediainfo/ffmpeg or other app ? CMD can generate the file size but it's in "bytes" formate. i am looking for KB/MB/GB format.

    


    logo.png 32KB
Header.png 160kb